Author Archives: Admin

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

Views

What is View? View is a logical representation of summarized data from one or more tables. The view structure can be defined by specifying table names and required field names from the joined tables. View is not stored physically. View used to combine the data from one or more tables. The table fields that are […]