Category Archives: SAP Tutorial

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

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

Search Help

What is Search help? Search help is a tool to search for the data records in the system. Search help is field help provided to the user to display field related information. The input help(F4) is a standard function for search help in R/3 system. The user can display the field possible values list with […]

Lock Objects

What is Lock Objects? Lock mechanism allows simultaneous accessing of same data records by two or more users at the same time. Functional Modules are responsible for set and release the locks. Function modules are automatically generated from the lock objects definition in the ABAP/4 Dictionary. When these functional modules are called, the retrived table […]