SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Change Documents(BC-SRV-ASF-CHD) SAP BC

RSSCD921 SAP ABAP Report - Correction change docs/pointers after error in Supp. Pack. 610/620







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSSCD921. "Basic submit
SUBMIT RSSCD921 AND RETURN. "Return to original report after report execution complete
SUBMIT RSSCD921 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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?


INCLUDES used within this REPORT RSSCD921

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSSCD921 or its description.