CONCATENATE – Is to join multiple strings into a single string. Below code shows CONCATENATE operation. Step1. Execute the program. Step2. Mark the Output.
Day: November 17, 2015
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
ABAP Subroutines
Subroutines are used to modularize the program. Generally Subroutines are called by using PERFORM keyword and defined within FORM and ENDFORM block. There are three ways
ABAP Internal Tables
Creation of internal table , filling values and displaying them * Declaring User Defined TYPE TYPES : begin of tab,