You can call the standard maintenance dialog via the function module VIEW_MAINTENANCE_CALL. The function module performs the following activities:
- Authorization check
- Locking
- Fetching and formatting the necessary information from the Dictionary
- Selection, processing and saving the data
- Restrict the data selection in the sub-set field dialog
- Dynamic interface modification (menus and functions)

You can influence the maintenance dialog at run-time in the following ways:
- Selection conditions
You specify the selection conditions with which you wish to restrict the data selection in the database, in an internal table.
- Interface
You can dynamically disactivate functions of the central standard interface SAPLSVIM via an internal table.
Please see the function module documentation in the system for the interface description.