SAP Reports / Programs | Production Planning and Control | Basic Data | Routing(PP-BD-RTG) SAP PP

RCPMAU02 SAP ABAP Report - Update Material Master in Background from Planning File







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


Text pool values


Title: Update Material Master in Background from Planning File
Text Symbol: 001 = Selection of Materials
Text Symbol: 002 = Plant
Text Symbol: 003 = Production Scheduler
Text Symbol: 004 = Update with Assembly Scrap
Text Symbol: 005 = Carry out CAPP Calculation


INCLUDES used within this REPORT RCPMAU02

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_F_INITIALIZE CALL FUNCTION 'CM_F_INITIALIZE' EXPORTING * ABORT_MSGTY = E01 APLID = 'PP01' * MSG_ON_SCREEN = E03 OBJECT_ID = 'KK' * OCS_ACTIV = E05 * SMSG_INITIALIZE = E06 EXCEPTIONS MESSAGE_TYPE_NOT_VALID = 01 UNKNOWN_APLID = 02 UNKNOWN_OBJECT_ID = 03.

CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING ARBGB = 'CP' MSGNR = '802' MSGTY = 'E' MSGV1 = MATNR_TMP-MATNR MSGV2 = MATNR_TMP-WERKS OBJECT_DEPENDENT = 'X' EXCEPTIONS MESAGE_TYPE_NOT_VALID = 01 NO_SY_MESSAGE = 02.

CP_MA_SCHEDULING_UPDATE CALL FUNCTION 'CP_MA_SCHEDULING_UPDATE' EXPORTING FLG_AUSSS = FLG_AUS TABLES PLSR_IMP = PLSR_UPD.

CM_F_INFO CALL FUNCTION 'CM_F_INFO' EXPORTING APLID = 'PP01' OBJECT_ID = 'KK' IMPORTING MAX_SEVERITY_PRO = SUBRC EXCEPTIONS WRONG_OBJECT_ID = 01.

CM_F_MESSAGES_GET CALL FUNCTION 'CM_F_MESSAGES_GET' EXPORTING APLID = 'PP01' TABLES E_MSGPROT = T_CMF_MSGPROT EXCEPTIONS NOT_ACTIVE = 1 OTHERS = 2.

CP_PLSR_READ_FROM_DB CALL FUNCTION 'CP_PLSR_READ_FROM_DB' EXPORTING FEVOR_IMP = FEVOR WERKS_IMP = WERKS TABLES PLSR_EXP = PLSR_TAB EXCEPTIONS NOT_FOUND = 01.



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