SAP Reports / Programs

RCNCC300 SAP ABAP Report - Master Data Reconciliation Report: Consistency Within Project Struct.







RCNCC300 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this program to conduct consistency checks (reconcile master data) within the project structure...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RCNCC300 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CNC4 - Consistency checks for WBS


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 RCNCC300. "Basic submit
SUBMIT RCNCC300 AND RETURN. "Return to original report after report execution complete
SUBMIT RCNCC300 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Master Data Reconciliation Report: Consistency Within Project Struct.
Text Symbol: S04 = Objects with del.fl.
Text Symbol: S05 = Check settlement
Text Symbol: S06 = Validation
Text Symbol: S07 = Actual
Text Symbol: S08 = Plan
Text Symbol: S09 = Version
Text Symbol: S11 = Same receiver
Text Symbol: S12 = Higher-level WBS el.
Text Symbol: S13 = Top elem.
Text Symbol: T01 = Settings
Text Symbol: T02 = Objects to be checked
Text Symbol: T03 = Fields to be checked
Text Symbol: T04 = Settlement to ...


INCLUDES used within this REPORT RCNCC300

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:

K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' IMPORTING E_KOKRS = KOKRS.

DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING I_DATE = SY-DATLO I_PERIV = TKA01-LMONA IMPORTING E_BUPER = LOC_PERIO E_GJAHR = LOC_GJAHR.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'RI' MSGTY = CON_MSGTY-SUCCESS MSGV1 = MSGV1 MSGV2 = MSGV2 TXTNR = '101' ZEILE = MLINE.

MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS A_MESSAGE = 1 E_MESSAGE = 2 I_MESSAGE = 3 W_MESSAGE = 4 OTHERS = 5.

MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES T_MESG = MSGTAB.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS A_MESSAGE = 1 E_MESSAGE = 2 I_MESSAGE = 3 W_MESSAGE = 4 OTHERS = 5.

MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES T_MESG = T_MSGTAB.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'RI' MSGTY = CON_MSGTY-SUCCESS MSGV1 = MSGV MSGV3 = RSTHIE-NAME TXTNR = '106' ZEILE = MLINE.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'RI' MSGTY = CON_MSGTY-INFO MSGV3 = PROJ-OBJNR TXTNR = '116' ZEILE = MLINE.

KOKRS_GET_FROM_BUKRS CALL FUNCTION 'KOKRS_GET_FROM_BUKRS' EXPORTING I_BUKRS = ACT01-BUKRS IMPORTING E_KOKRS = IOBJS-KOKRS EXCEPTIONS NO_KOKRS_FOUND.

CO_SF_GET_AUFNR_FROM_AUFPL CALL FUNCTION 'CO_SF_GET_AUFNR_FROM_AUFPL' EXPORTING AUFPL_IMP = ACT01-AUFPL IMPORTING AUFNR_EXP = AUFNR.

MESSAGES_ACTIVE CALL FUNCTION 'MESSAGES_ACTIVE' EXCEPTIONS NOT_ACTIVE = 1.

MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS A_MESSAGE = 1 E_MESSAGE = 2 I_MESSAGE = 3 W_MESSAGE = 4 OTHERS = 5.

MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES T_MESG = T_MSGTAB.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

MESSAGE_STORE





CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'RI' MSGTY = CON_MSGTY-SUCCESS MSGV1 = MSGV1 MSGV2 = MSGV2 TXTNR = '102' ZEILE = MLINE EXCEPTIONS NOT_ACTIVE = 2.

MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS A_MESSAGE = 1 E_MESSAGE = 2 I_MESSAGE = 3 W_MESSAGE = 4 OTHERS = 5.

MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES T_MESG = T_MSGTAB.



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