SAP Reports / Programs | Materials Management | Inventory Management(MM-IM) SAP MM

MM07RFB0 SAP ABAP INCLUDE - Split and consolidation of structured material







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


INCLUDES used within this REPORT MM07RFB0

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:

FM_MR_TO_FR_UPDATE CALL FUNCTION 'FM_MR_TO_FR_UPDATE' EXPORTING i_rsnum = rkpf-rsnum CHANGING c_t_oldnewref = lt_exchange_data.

MB_CREATE_RESERVATION CALL FUNCTION 'MB_CREATE_RESERVATION' IN UPDATE TASK TABLES xrkpf = xrkpf xresb = xresb xreul = xreul EXCEPTIONS res_header_not_found = 1 res_item_not_found = 2 res_index_not_found = 3.

MB_CREATE_MRPRECORD CALL FUNCTION 'MB_CREATE_MRPRECORD' IN UPDATE TASK TABLES dis = dis.

MB_CREATE_MARD CALL FUNCTION 'MB_CREATE_MARD' IN UPDATE TASK TABLES xmard = xmard.

MB_DELETE_RESERVATION CALL FUNCTION 'MB_DELETE_RESERVATION' IN UPDATE TASK TABLES xrkpf = xrkpf xreul = xreuld xresb = xresb zresb = zresb EXCEPTIONS not_found = 1.

MB_CREATE_MRPRECORD CALL FUNCTION 'MB_CREATE_MRPRECORD' IN UPDATE TASK TABLES dis = dis.

PK_REPLENISHMENT_REVERSAL CALL FUNCTION 'PK_REPLENISHMENT_REVERSAL' "note422190 EXPORTING "note422190 rsnum = xrkpf-rsnum "note422190 EXCEPTIONS "note422190 no_kanban = 1. "note422190

PK_REPLENISHMENT_REVERSAL_POST CALL FUNCTION 'PK_REPLENISHMENT_REVERSAL_POST'. "note422190

MB_CHANGE_RESERVATION CALL FUNCTION 'MB_CHANGE_RESERVATION' IN UPDATE TASK EXPORTING change_rkpf = upd_rkpf change_resb = upd_resb new_resb = new_resb TABLES xrkpf = xrkpf xresb = xresb xresbn = xresbn zresb = zresb dis = dis xreul = xreul xreuln = xreuln xreuld = xreuld.

MB_CREATE_MARD CALL FUNCTION 'MB_CREATE_MARD' IN UPDATE TASK TABLES xmard = xmard.

PK_REPLENISHMENT_REVERSAL CALL FUNCTION 'PK_REPLENISHMENT_REVERSAL' "note422190 EXPORTING "note422190 rsnum = xrkpf-rsnum "note422190 EXCEPTIONS "note422190 no_kanban = 1. "note422190

PK_REPLENISHMENT_REVERSAL_POST CALL FUNCTION 'PK_REPLENISHMENT_REVERSAL_POST'. "note422190

MB_READ_RESERVATION_HEADER CALL FUNCTION 'MB_READ_RESERVATION_HEADER' EXPORTING rsnum = rm07m-rsnum trtyp = t158-trtyp xrese = x IMPORTING kopf = xrkpf EXCEPTIONS res_not_found = 1 foreign_lock = 2 enqueue_failure = 3 ref_auto_res = 4 change_auto_res = 5.

MB_READ_RESERVATION_POSITION CALL FUNCTION 'MB_READ_RESERVATION_POSITION' EXPORTING rsnum = rm07m-rsnum rspos = rm07m-rspos rspob = rm07m-rspob TABLES seqtab = xrseg EXCEPTIONS no_item = 1. "207291



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