Mentor SAP

 

 

 

Data elements define data types which can be used on screens, search helps, ABAP programs, and complex data types. ​Data elements contain both semantic and technical information about the data type.

 

The technical properties for the data element are maintained on the Data Type tab page. SAP recommends using domains to specify the technical type of a data element. However, you can also define the data element using the same integrated types that are used to define the domains. As a special case, you can also create a data element as a reference type. The referenced type may be any type defined in the dictionary or a generic reference to types ANY, OBJECT, and DATA. A reference of the type ANY can point to both objects and data. The definition as a reference is the same as the type declaration in an ABAP program TYPES tr_dt TYPE REF TO data.

 

Data Element : Additional Options