Tables
- CDHDR Change document header
- CDPOS Change document items
- JCDS Change documents for System/User statuses (Changes to table JEST)
Function modules
Tables CDHDR and CDPOS can be read with function modules
- CHANGEDOCUMENT_READ_POSITIONS
- CHANGEDOCUMENT_READ_HEADERS
Transaction codes related to Change Pointers
- BD21 Create IDOCs from change documents
- BD50 Activate Change Ptrs for Mess. Type
- BD54 Maintaining Logical Systems
- BD61 Activate Change Pointers - Generally
Programs
RSDMIDOC: Generates IDOCS from change pointers
var fe = FindFrame("toc", top); if ((fe != null) && (chmtop.c2wtopf.jstree != null)) { if (chmtop.c2wtopf.FITEMS[chmtop.c2wtopf.pagenum] != chmtop.c2wtopf.pageid) chmtop.c2wtopf.jstree.OpenTreeNode("" + chmtop.c2wtopf.pageid); }




