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,