ABAP / Data Dictionary – Table Description DD01L Domains DD02L/T/V SAP Tables (se11) DD03L/T Table ...
ABAP / Tables / Data Dictionary – Transaction Description se11 Dictionary Definitions se14 Database utility ...
The APPEND statement adds a single line/row to an existing internal table. APPEND statement uses ...
Methods are internal procedures in a class that defines the behavior of an object. ...
INSERT statement adds a line/row to the internal table. The data requires to be ...
Constructors are special methods that are called automatically while creating an object or instantiated ...
COLLECT statement used for populating the internal tables. COLLECT is used while inserting lines ...
Events are functions that are triggered based on the result of a condition. Events ...
READ statement used to read the internal table. We can read the table lines by ...
Objects establish the key concept in object oriented programming. An object is a self-contained ...