- Call the list of all archiving objects of a table, as new
session>, by clicking on the icon in the line in the database table.Example
CALL FUNCTION 'ADK_CCMS_POPUP_TABLES'
STARTING NEW TASK 'POPUP_ADK'
EXPORTING
OBJECT = 'EXAMPLE'.
Output list in current session
CALL FUNCTION 'ADK_CCMS_POPUP_TABLES'
EXPORTING
OBJECT = 'EXAMPLE'.
Notes
As this function module returns the names of the database tables andnot the names of the tables according to the Data Dictionary the tablenames may be different to the table names in the definition of thearchiving object.
If no new session is generated then you have usually reached themaximum no. of open sessions. Solve this by closing one of the opensessions.
Further information
The list of all archiving objects of a database table is called via thefunction module ADK_CCMS_POPUP_OBJECTS>.Description
The parameter OBJECT> describes the archiving object for whichyou require the database tables.