MODIFY statement used to modify the data in the table. MODIFY statement used as ...
What is Modularization? In some scenarios, the application programs are too big and it’s not ...
DELETE statement used to delete rows from the table. DELETE statement allows to delete ...
If same statements block is repeated more than once in various places of the ...
Native SQL allows to code database-specific SQL statements in an ABAP program. The database-specific ...
Complex data types are created with the combination of elementary types. ABAP supports complex ...
What is Literal? Literal is a data object that specifies character like values. Literal defined ...
What is Constant? Constants are named objects that are used to store a fixed value ...
What is Variable? Variable are named data objects that refers to the memory location allocated ...
Local variables meaning is self-explanatory. These variables are very local to the program or ...