Start of Content Area

Background documentation Transporting Change Document Objects Using Shadow Tables  Locate the document in its SAP Library structure

 

Change document objects are transported with the transport object R3TR CHDO.

The definition of the change document object is transported using shadow tables. These are read in the after-import method AFTER_IMP_CHDO of the change document objects, imports the definition in the target system generates the change document object there.

Function Group SCDT

The after-import method for change document objects takes the object and the transport function from the passed table TT_E071. This method has two underlying ways of working:

       The transport is a deletion

All the entries belonging to the object in TCDOB, TCDOBT, TCDRS, TCDRP, TADIR, ... are deleted, as are generated program sources and DDIC structures.

       The transport is a regular transport

All the information is taken from the shadow tables TCDOBS, TCDOBTS, and TCDRPS, and then placed in the internal tables TCDOB, TCDOBT, TCDRP, TCDRS and exported..

The generation program RSSCD000 is called. The information is imported and all the steps for generation of the sources and structures are performed.

The resulting messages are returned to the method.

Before-export method for change document objects.

The original information for the change document object is taken from the tables TCDOB, TCDOBT and TCDRP, and placed in the shadow tables TCDOBS, TCDOBTS, and TCDRPS for transport.

Name editing for CD objects.

Deletion of program objects belonging to the change document object.

 

 

End of Content Area