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 ...
Static variable initialized only once when the program or function or include etc, execution ...
Reference variable contain references (i.e. pointing to the memory location of the another variable). ...
ABAP System variables are predefined by the SAP system. These variables can accessed by ...
ABAP supports the structured variable declared as a structured data type. Structured variable can ...
ABAP program is a combination of executable and non-executable statements. Every executable statement in ...
Genrally, the reports are made with clear indentation, alignment and formatting of information. To ...
What is String? Strings are set of characters arranged in sequence. Strings also called as ...