SAP Reports / Programs | Production Planning and Control | Production Planning for Process Industries | Master Recipe(PP-PI-MD-MRC) SAP PP

RCPDRK02 SAP ABAP Report - Print List for Production Versions with Consistency Check







RCPDRK02 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 RCPDRK02 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

C252 - Print Production Versions


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


Text pool values


Print List for Production Versions
Selection Text: WERKSPAR = Plant
Selection Text: VERWEPAR = Task List Usage
Selection Text: VERIDPAR = Production Version
Selection Text: UPDPAR = Update
Selection Text: STLANPAR = BOM Application
Selection Text: STLALPAR = Alternative BOM
Selection Text: STATUPAR = Task List Status
Selection Text: PLNTYPAR = Task List Type
Selection Text: PLNNRPAR = Task List Group
Selection Text: PLNALPAR = Task List
Selection Text: MATNRPAR = Material
Title: Print List for Production Versions with Consistency Check
Text Symbol: XX1 = Update Check Result of Production Versions
Text Symbol: FV3 = Production Version
Text Symbol: FV2 = Plant
Text Symbol: FV1 = Material
Text Symbol: FV0 = The Following Production Versions Were Not Checked:


INCLUDES used within this REPORT RCPDRK02

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:

CM_FV_MKAL_CONSISTENCY_CHECK CALL FUNCTION 'CM_FV_MKAL_CONSISTENCY_CHECK' "Prüfung aufrufen EXPORTING MKAL_IMP = MKAL_PRF * FLG_FROM_DB = ' ' * OBJECT_IMP = ' ' IMPORTING CONS_ERROR = CONS_ERROR CONS_WARNING = CONS_WARNING TABLES RESULT_TAB = RESULT_TAB_TMP EXCEPTIONS MKAL_ERR = 1 PLKO_ERR = 2 STKO_ERR = 3 OTHER_ERR = 4 OTHERS = 5.

CM_FV_MKAL_CONSISTENCY_REPORT CALL FUNCTION 'CM_FV_MKAL_CONSISTENCY_REPORT' * EXPORTING * OBJECT_IMP = ' ' TABLES RESULT_TAB = RESULT_TAB EXCEPTIONS REPORT_ERR = 1 OTHERS = 2.

ENQUEUE_EMMKALE CALL FUNCTION 'ENQUEUE_EMMKALE' "Sperre erwerben EXPORTING MANDT = SY-MANDT MATNR = MKAL_IN-MATNR WERKS = MKAL_IN-WERKS VERID = MKAL_IN-VERID _SCOPE = '2' _WAIT = '' EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.



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