Ansicht
Dokumentation

ADK_CCMS_POPUP_OBJECTS - Dialog box for the display of archiving objects of a database table

ADK_CCMS_POPUP_OBJECTS - Dialog box for the display of archiving objects of a database table

PERFORM Short Reference   Vendor Master (General Section)  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function module returns all archiving objects used by a database table.

A list of all archiving objects corresponding to the database table according to parameter TABLE is ouput.

You can execute the following actions in this list:

  • Expand the list by archiving object to list all database tables used in that object.
  • Call the archive management for an archiving object by clicking on the icon in the object line.
  • Call this list for another table, as new session, by clicking on the icon in the line in the database table.

Example

Start list as new session

CALL FUNCTION 'ADK_CCMS_POPUP_OBJECTS'

                    STARTING NEW TASK 'POPUP_ADK'

                    EXPORTING

                         TABLE = 'CDCLS'.

Output list in current session

CALL FUNCTION 'ADK_CCMS_POPUP_OBJECTS'

                    EXPORTING

                         TABLE = 'CDCLS'.

Notes

If the function module cannot determine an archiving object then you cannot archive for this table. This can be due to one of the following reasons:

  • Archiving is not possible.
  • The table contains derived data that is deleted but not written to the archive (table unknown to ADK).
  • The data in this table is archived via a view or a similar structure (table unknown to ADK).
  • The data in this table is archived via an archiving class for which no table information is stored in the ADK.

If no new session is generated then you have usually reached the maximum no. of open sessions. Solve this by closing one of the open sessions.

Further information





Parameters

TABLE

Exceptions

Function Group

ARCC

rdisp/max_wprun_time - Maximum work process run time   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.

Length: 3015 Date: 20240523 Time: 090733     sap01-206 ( 30 ms )