Entering content frameProcedure documentation Middle level entry  Locate the document in its SAP Library structure

At this entry level, you call function modules to control the table maintenance.

Call the function module VIEW_MAINTENANCE.

For this function module, only the table or view name need be specified. The control function module name for the maintenance dialog call is put together and then called.

The function module performs the selection, processing and saving of the data and the interface layout. You must have already performed the following activities yourself before you call VIEW_MAINTENANCE.

Note

At run-time you can influence the maintenance dialog in the following ways:

Please see the function module documentation in the system for the interface description.

Interface description

Import parameters

Export parameters

none

Tables

Structure: INCLUDE STRUCTURE VIMSELLIST, see function module VIEW_MAINTENANCE_CALL documentation.

All data which are read for table processing and are created by maintenance, are stored at run-time in the internal table TOTAL.

The table TOTAL has the structure:

Structure and documentation as for DBA_SELLIST.

The data are stored at run-time in the internal table EXTRACT. The table EXTRACT always contains only the table records which were filtered out of the table TOTAL as a result of a user action.

The table EXTRACT has the same structure as the table TOTAL

Structure: INCLUDE STRUCTURE VIMEXCLFUN, see function module VIEW_MAINTENANCE_CALL documentation

Structure: INCLUDE STRUCTURE VIMDESC.

The table contains the table or view header information from the Dictionary, such as sub-set, selection conditions, maintenance status, delivery class. The table also contains information about the table or view generation and event times for user form routines. You can fill this table with the function module VIEW_GET_DDIC_INFO.

Structure: INCLUDE STRUCTURE VIMDESC.

The table contains the table or view field information from the Dictionary, such as structure field positions, key information and maintenance characteristics of the field. You can fill this table with the function module VIEW_GET_DDIC_INFO.

Exceptions

 

 

Leaving content frame