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
Author: coderobbot
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,