Category Archives: SAP ABAP

Domains

What is Domain? Specifies the technical characteristics of a table field. Domain assigned to a data element and defines a value range. Any value of the table field that linked to a data element range also defines by a domain. Fields or components that assigned to a same domain gets changed if domain changed. Domain […]

Data Elements

What is Data Element? Data elements specifies the semantic information of table field. Data element gives the detailed information about fields. Data element used to define the type of the field, structure or table row. Data element contains the information about editing the corresponding screen field and table field meaning or structure component. The data […]