In addition to these built-in types, the ABAP supports two Dictionary types TIMESTAMP and ...
What is Message? Messages are used to describe what is happening in the program execution ...
Operators are symbols that used to describe the compiler to perform operations on variables ...
The arithmetic operators perform arithmetic claculations on two or more numeric operands. The result ...
The bit operators perform bit operations on two or more byte-like operands. ABAP supports a ...
Data dictionary is a centralized repository with the information about the data in the ...
What is Domain? Specifies the technical characteristics of a table field. Domain assigned to a ...
What is Data Element? Data elements specifies the semantic information of table field. Data element ...
What is Structure? Structure is a group of components defined under a name. A component ...
What is Table? Table is a logical structure for storing data. Table is the set ...