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
Category: Uncategorized
ABAP Internal Tables
Creation of internal table , filling values and displaying them * Declaring User Defined TYPE TYPES : begin of tab,