SAP Program RDDKOR60 - Display Objects with Post-Import Methods

Description
This program writes a list of all the objects of a request which needto be processed with post-import methods.
You can display the corresponding AFTER_IMP method (function module)for after the import and the import status for these objects ifrequired (optional parameter).

Precondition
The import status shows if an object was successfully imported and thecorresponding function module for the post-import method was executed.The following import statuses exist:

  • NOT_IMP: the object was not (successfully) imported

  • OK_IMP : the object was successfully imported, but

  • the post-import methods were not executed (successfully)
    • OK_GEN : the object was successfully imported and

    • the post-import methods were executed (successfully)
      Displaying the import status only makes sense for a request which wasimported from other systems.

      Output
      You can select an object with keys ("Key" = "X") from the object list.All the table keys for this object are then displayed in detail.