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
SAP & ABAP Memory
ABAP MEMORY-It uses export and import parameters when an active internal session calls another internal session within a single main session . SAP MEMORY- It uses
ABAP DataBase Table
This post describes all database table operations- like select, insert, update, modify , collect , inner-join, left-outer-join, for all entries . *DB TABLE OPERATION- SELECT