ABAP Dictionary Domain

Data elements use domain or predefined type to define their technical attributes. Domain is not data type and hence cannot be used as type to data objects. Domains define the technical properties centrally. Technical properties means data type and length. Domains are used by Data Elements to maintain their technical properties. Domains support standardization and …

ABAP Dictionary Domain Read More »

ABAP Function Groups

Function modules are procedural blocks stored centrally in the global Function Library of the SAP system. Every function module belongs to a function group. A function group groups function modules that are related in functions or process the same data. Components of Function Group Data Objects – global to all function modules within the function …

ABAP Function Groups Read More »