To read data from a database tables we use logical database. A logical database provides read-only access to a group of related tables to an ABAP/4 program. Adv...
Internal table: It is a standard data type object, which exists only during the runtime of the program.
Check table: Check table will be at field level checkin...
Suppressing of entire screens is possible with this command. This command allows us to perform screen processing “in the background”. Suppressing screens...
Check Table: The ABAP Dictionary allows you to define relationships between tables using foreign keys . A dependent table is called a foreign key table, and the...
To read data from a database tables we use logical database.
A logical database provides read-only access to a group of related tables to an ABAP/4 program.
A...