SAP Reports / Programs

RPLBOMEX SAP ABAP Report - Test APO -> ERP BOM Explosion







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


Text pool values


Title: Test APO -> ERP BOM Explosion


INCLUDES used within this REPORT RPLBOMEX

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:

MD_PLDORD_GETDETAIL_BAPI CALL FUNCTION 'MD_PLDORD_GETDETAIL_BAPI' EXPORTING PLANNEDORDER_NUMBER = PLNUM IMPORTING HEADER_DATA = LS_PLAF TABLES COMPONENTS_DATA = LT_MDPM1.

APO_CONVERT_PLANNED_ORDER CALL FUNCTION 'APO_CONVERT_PLANNED_ORDER' EXPORTING LV_PLAF = LS_PLAF IMPORTING LV_ORD = LS_ORD TABLES LT_MDPM = LT_MDPM1 LT_POS = LT_POS1 LT_RES = LT_RES1.

CIF_ORDER_CONVERT CALL FUNCTION 'CIF_ORDER_CONVERT' EXPORTING IV_OBJECTTYPE = GC_PLANNED_ORDER IV_METHOD = G_METH_NEW_CON IV_CIFTRIGGER = '' IV_ORDERTRIGGER = 'EC' TABLES IT_R3ORD = LT_ORD IT_R3POS = LT_POS1 IT_R3RES = LT_RES1 ET_APOORD = LT_APOORD ET_APOINP = LT_APOINP ET_APOOUT = LT_APOOUT.

CIF_APOORDER_CONVERT_TO_R3 CALL FUNCTION 'CIF_APOORDER_CONVERT_TO_R3' TABLES IT_APOORD = LT_APOORD IT_APOINP = LT_APOINP IT_APOOUT = LT_APOOUT ET_R3ORD = LT_ORD ET_R3POS = LT_POS1 ET_R3RES = LT_RES1.

CIF_ORDER_EXPLODE CALL FUNCTION 'CIF_ORDER_EXPLODE' EXPORTING IS_ORD = LS_ORD IMPORTING ES_ORD = LS_ORD TABLES ET_RES = LT_RES2 ET_POS = LT_POS2 IT_POS = LT_POS1.

MD_PLDORD_CREATE_W_COMP_BAPI CALL FUNCTION 'MD_PLDORD_CREATE_W_COMP_BAPI' EXPORTING EPLAF = LS_PLAF ECM61O = LV_CM61O TABLES COMPONENTS_DATA = LT_MDPM3 EXCEPTIONS ERROR_MESSAGE.

MD_BEARBEITEN_KOMPONENTEN CALL FUNCTION 'MD_BEARBEITEN_KOMPONENTEN' EXPORTING ECM61Q = CM61Q EMAKTX = MAKTX EMDPA = MDPA TABLES MDPML = MDPML MDPMX = MDPMI.



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