Author Archives: Admin

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 […]

Structures

What is Structure? Structure is a group of components defined under a name. A component is a field that can be an elementary type or another structure or table. The group ofcomponents defined under structure can be of any data type that are stored one after the other in the memory in the same order […]

Tables

What is Table? Table is a logical structure for storing data. Table is the set of rows and columns that are logically related. Table can be defined independent of the database in ABAP dictionary. The table fields are defined with the database independent elementary data types and lengths. The physical table definition created in the […]