READ TABLE to read data records from internal table in SAP ABAP.

There are three ways to read records from the internal table. READ TABLE TABLE EXPRESSIONS LOOP AT 1.READ TABLE: – It is used to read only one record from the internal table. 2.TABLE EXPRESSIONS: – It is also used to read only one record from the internal table. 3.LOOP AT: – It is used to …

READ TABLE to read data records from internal table in SAP ABAP. Read More »