SAP ABAP Tutorials

Object Oriented ABAP Local Class Instance Attributes, Static Attributes and Constants

In this article we will discuss about Instance Attributes, Static Attributes and Constants in a local ABAP class. Attributes are class variables. Attributes define in class are used to store data in the object class. Object oriented ABAP supports Instance Attributes and Static Attributes. Instance Attributes are created for each instance of the class. They […]

Object Oriented ABAP Local Class Instance Attributes, Static Attributes and Constants Read More »

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 »