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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.