HOW TO USE OPEN-SQL SELECT STATEMENTS IN SAP ABAP

The data from the Database table can be read using SELECT statements. These data records are stored in Dataobjects such as variables, structure and Internal table. The SELECT statement can be used in the following ways. Reading a single line of record. Reading more lines of record. Reading more lines of record inside a loop. …

HOW TO USE OPEN-SQL SELECT STATEMENTS IN SAP ABAP Read More »