STRLEN function calculates the length of the String. Step1. Execute the program. Step2. Mark the output..
Author: coderobbot
String Operation- Translate
String Translate- Translates the string from lower to upper, upper to lower or using any rule. Step1. Execute the code. Step2. Observe the output.
String Operation – Search
String Search – Search finds a particular substring inside the string , if the search is successful then SY-FDPOS contains the index (position) of
String Operation – Split
SPLIT- String Split just breaks a single string into multiple parts at certain point. Step1. Execute the program. Step2. Observe the Output
String Operation- Concatenate
CONCATENATE – Is to join multiple strings into a single string. Below code shows CONCATENATE operation. Step1. Execute the program. Step2. Mark the Output.
ABAP System Variables
SY-CPAGE – Holds Current Page Number SY-CPROG – Contains Program Name SY-CUCOL – Cursor Position ( Column) SY-CUROW – Cursor Position (Line) SY-DATLO – Local