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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCPMAU02 - Update Material Master in Background from Planning File RCPMAU02 - Update Material Master in Background from Planning File RCPMAU01 - Material Master Update in Background RCPMAU01 - Material Master Update in Background RCPMAPL1 - Material Allocations to Task Lists RCPMAPL1 - Material Allocations to Task Lists