Author Archives: Admin

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

Internal Tables

What is Internal Table? Internal table is a temporary table that is created and used during the program execution and deleted before the program terminated. Internal tables used to store the dynamic data that sets from a fixed structure in the main/working memory in ABAP. The life time of the table is until end of […]