RCNCC200 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) between sales orders and projects...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 RCNCC200 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CNC5 - Consistency checks sales order/proj.
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.
Title: Master Reconciliation Report: Consistency Sales Order/Project
Text Symbol: O04 = Char. in settl.rule
Text Symbol: O06 = Relevant billing elements are always checked
Text Symbol: S01 = SD:PS 1:1
Text Symbol: S02 = Only one settlement receiver
Text Symbol: S03 = Settlement only to PA
Text Symbol: S04 = Objects with del.fl.
Text Symbol: S05 = Check settlement rule
Text Symbol: S06 = Validation
Text Symbol: S07 = Actual
Text Symbol: S08 = Plan
Text Symbol: S09 = Ord.enty
Text Symbol: S10 = Version
Text Symbol: T01 = Settings
Text Symbol: T02 = Objects to be checked
Text Symbol: T03 = Fields/Characteristics to be checked
Text Symbol: T04 = Settlement check
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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 = PRPS_R-POSID MSGV3 = PRPS_R-OBJNR TXTNR = '103' ZEILE = MLINE.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'RI' MSGTY = CON_MSGTY-INFO MSGV3 = PRPS_R-OBJNR TXTNR = '116' ZEILE = MLINE.
KOKRS_GET_FROM_BUKRS CALL FUNCTION 'KOKRS_GET_FROM_BUKRS' EXPORTING I_BUKRS = IOBJS-BUKRS IMPORTING E_KOKRS = IOBJS-KOKRS EXCEPTIONS NO_KOKRS_FOUND = 01.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'FI' MSGTY = CON_MSGTY-ERROR MSGV1 = IOBJS-BUKRS TXTNR = '026' ZEILE = MLINE.
RK_KOKRS_BUKRS_GSBER CALL FUNCTION 'RK_KOKRS_BUKRS_GSBER' EXPORTING BUKRS = IOBJS-BUKRS GSBER = IOBJS-GSBER KOKRS = IOBJS-KOKRS.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'RI' MSGTY = CON_MSGTY-ERROR MSGV3 = COBRB-OBJNR TXTNR = '124' ZEILE = MLINE.
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.
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.
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 RCNCC200 or its description.
RCNCC200 - Master Reconciliation Report: Consistency Sales Order/Project RCNCC200 - Master Reconciliation Report: Consistency Sales Order/Project RCNCC020 - Analysis of Value Category Assignments RCNCC020 - Analysis of Value Category Assignments RCNCAP - Excel Value Table - Capacities RCNBFZ00 - Project Info System: Set Event Processing User-Defined Filter