Functionality This function module returns all archiving objects used by a databasetable. A list of all archiving objects corresponding to the database tableaccording 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 youcannot archive for this table. This can be due to one of the followingreasons:
- Archiving is not possible.
- The table contains derived data that is deleted but not written to the
archive (table unknown to ADK).
|