ABAP supports supressing blanks from the input data. It increases the readability and understandability.
ABAP supports supressing zeroes from the input data. It increases the readability and understandability.
ABAP had SKIP command to insert blank lines in between the output lines.
The ULINE inserts a continuous line in the output. ABAP supports inserting full line ...
ABAP programming allows to concatenate consecutive statements with same keyword in the first part ...
LOOP Statement reads line by line into <work-area> or into the table work area. LOOP ...
Comments or Non-executable statements definition are self-explanatory. Comments generally used to understand the code ...
Encapsulation is an object-oriented programming concept that binds the code/functions and data together to ...
Inheritance is one of the most important object-oriented programming concept. Inheritance allows to derive ...
Using inheritance, the methods in the super class can redefine in subclass by using ...