SAP Reports / Programs

RCC00130 SAP ABAP Report - All Changes for Change Number







RCC00130 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 RCC00130 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 RCC00130. "Basic submit
SUBMIT RCC00130 AND RETURN. "Return to original report after report execution complete
SUBMIT RCC00130 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: PM_AENNR = Change Number
Title: All Changes for Change Number
Text Symbol: M05 = Value Attribute New Value Dependency Changed
Text Symbol: M04 = Value
Text Symbol: M03 = Old Value
Text Symbol: M02 = Characteristic Attribute New Value
Text Symbol: K03 = Characteristic Itm Values DelInd.
Text Symbol: K02 = Cl. Object Ty. Class StdCl Status DelInd
Text Symbol: D16 = Change No.
Text Symbol: D15 = DID
Text Symbol: D14 = Description
Text Symbol: D13 = Valid Fr.
Text Symbol: D12 = L
Text Symbol: D11 = Ty.
Text Symbol: D10 = Dep.
Text Symbol: D05 = Description
Text Symbol: D04 = Ver
Text Symbol: D03 = Please delete these first.
Text Symbol: D02 = Assignments still exist for the dependency.
Text Symbol: D01 = Dep.
Text Symbol: C02 = Characteristic Description
Text Symbol: C00 = Ty. Class Description
Text Symbol: 021 = Change Package
Text Symbol: 020 = Lead. Chg. Mast.
Text Symbol: 010 = Material
Text Symbol: 009 = Documents
Text Symbol: 008 = Config. Profile
Text Symbol: 007 = Dep.
Text Symbol: 006 = Classification
Text Symbol: 005 = Chars of Class
Text Symbol: 004 = Char.
Text Symbol: 003 = TL
Text Symbol: 002 = BOM
Text Symbol: 001 = Change Number


INCLUDES used within this REPORT RCC00130

INCLUDE CCINCL01.


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:

CCLI_BOM_LIST CALL FUNCTION 'CCLI_BOM_LIST' "#EC EXISTS EXPORTING EAENNR = PM_AENNR EXCEPTIONS OTHERS = 1.

CCLI_ROUT_LIST CALL FUNCTION 'CCLI_ROUT_LIST' "#EC EXISTS EXPORTING EAENNR = PM_AENNR EXCEPTIONS OTHERS = 1.

CCLI_ATTR_LIST CALL FUNCTION 'CCLI_ATTR_LIST' "#EC EXISTS EXPORTING EAENNR = PM_AENNR EXCEPTIONS OTHERS = 1.

CCLI_CLASS_LIST CALL FUNCTION 'CCLI_CLASS_LIST' "#EC EXISTS EXPORTING EAENNR = PM_AENNR EDATUV = P_DATUV EXCEPTIONS OTHERS = 1.

CCLI_CLASSIFICATION_LIST CALL FUNCTION 'CCLI_CLASSIFICATION_LIST' "#EC EXISTS EXPORTING EAENNR = PM_AENNR EXCEPTIONS OTHERS = 1.

CCLI_KNOWLEDGE_LIST CALL FUNCTION 'CCLI_KNOWLEDGE_LIST' "#EC EXISTS EXPORTING EAENNR = PM_AENNR EXCEPTIONS OTHERS = 1.

CCLI_PROFILE_LIST CALL FUNCTION 'CCLI_PROFILE_LIST' "#EC EXISTS EXPORTING EAENNR = PM_AENNR EXCEPTIONS OTHERS = 1.

CCLI_DOCUMENT_LIST CALL FUNCTION 'CCLI_DOCUMENT_LIST' "#EC EXISTS EXPORTING EAENNR = PM_AENNR EXCEPTIONS OTHERS = 1.

CCLI_MATERIAL_LIST CALL FUNCTION 'CCLI_MATERIAL_LIST' "#EC EXISTS EXPORTING EAENNR = PM_AENNR EXCEPTIONS OTHERS = 1.



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 RCC00130 or its description.