RSSCD921 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RSSCD921 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: UP_START = Import Date for Supp. Package
Title: Correction change docs/pointers after error in Supp. Pack. 610/620
Text Symbol: 150 = Summary:
Text Symbol: 145 = or new change pointers
Text Symbol: 140 = Repaired Change Documents
Text Symbol: 130 = BDI_CDPOS Entries
Text Symbol: 120 = for this Basis release
Text Symbol: 110 = This report is not required
Text Symbol: 100 = CDPOS_UID Entries
Text Symbol: 090 = CDPOS Entries
Text Symbol: 075 = TCDOB Objects
Text Symbol: 060 = CDHDR Entries for Object Classes
Text Symbol: 050 = DD03L-CHAR+ similar fields with KEYFLAG
Text Symbol: 040 = TCDOB Table Names
Text Symbol: 029 = Read:
Text Symbol: 028 = Used
Text Symbol: 025 = Repaired
Text Symbol: 020 = Import date set for Support Package
Text Symbol: 010 = Entered import date of Support Package
Text Symbol: 003 = Basis 610: SAPK61025 available from 02.10.2002 (DD.MM.YYYY)
Text Symbol: 002 = Basis 620: SAPK62010 available from 25.09.2002 (DD.MM.YYYY)
Text Symbol: 001 = When was one of the following Support Packages imported?
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OCS_GET_COMPONENT_STATE CALL FUNCTION 'OCS_GET_COMPONENT_STATE' EXPORTING iv_component = c_component IMPORTING ev_comp_rel = lv_comp_rel EXCEPTIONS unknown_component = 1 OTHERS = 2.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = pv_tabname all_types = 'X' TABLES x031l_tab = lt_x031l dfies_tab = lt_dfies EXCEPTIONS not_found = 1 OTHERS = 2.
CHANGEDOCU_OUTPUTLENGTH_GET CALL FUNCTION 'CHANGEDOCU_OUTPUTLENGTH_GET' EXPORTING is_x031l =
is_dfies = IMPORTING ev_outputlength = lv_newlen EXCEPTIONS no_datatype = 1 outputlength_is_initial = 2 OTHERS = 3.
CHANGE_POINTERS_CREATE_LONG CALL FUNCTION 'CHANGE_POINTERS_CREATE_LONG' EXPORTING change_document_header =
TABLES change_document_position = lt_bdi_cdpos.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = lv_tabname all_types = 'X' TABLES dfies_tab = llt_dfies EXCEPTIONS not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSCD921 - Correction change docs/pointers after error in Supp. Pack. 610/620 RSSCD921 - Correction change docs/pointers after error in Supp. Pack. 610/620 RSSCD920TOP - documentation and ABAP source code RSSCD920F01 - documentation and ABAP source code RSSCD920CL1 - documentation and ABAP source code RSSCD920 - Obsolete: Repair [P]CDPOS with TEXTCASE(FNAME with TEXTTYPE+TEXTSPR)