R_MMBACKLOG_SEL_DATA 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 R_MMBACKLOG_SEL_DATA 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!
BLGL01_SEL_MAT_MD CALL FUNCTION 'BLGL01_SEL_MAT_MD' EXPORTING iv_werks = gp_werks ir_matnr = gr_matnr[] ir_dispo = gr_dispo[] TABLES ot_matinfo = gt_matinfo.
BLGL02_ADD_RA_TABLE_BSART CALL FUNCTION 'BLGL02_ADD_RA_TABLE_BSART' TABLES it_ra_tab_bsart = gr_bsart[] ot_ra_tab_bsart = gr_ebart[].
BLGL02_ADD_RA_TABLE_BSART CALL FUNCTION 'BLGL02_ADD_RA_TABLE_BSART' TABLES it_ra_tab_bsart = gr_lpart[] ot_ra_tab_bsart = gr_ebart[].
BLGL01_SEL_PUR_DOC CALL FUNCTION 'BLGL01_SEL_PUR_DOC' EXPORTING iv_werks = gp_werks iv_berid = gp_berid ir_lifnr = gr_lifnr[] ir_ekgrp = gr_ekgrp[] ir_bsart = gr_ebart[] ir_kanba = gr_kanba[] TABLES it_matinfo = gt_matinfo ot_purdoc = gt_purdoc.
BLGL02_GET_MATINFO_PURDOC CALL FUNCTION 'BLGL02_GET_MATINFO_PURDOC' TABLES it_purdoc = gt_purdoc ot_matinfo = lt_matinfo.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING diagnose_object = 'ISAUTO_SUE_BL_QUANTITY' text_question = text-008 display_cancel_button = ' ' IMPORTING answer = gv_answer TABLES parameter = lt_spar EXCEPTIONS text_not_found = 0 OTHERS = 0.
BLGL02_GET_MATINFO_PURDOC CALL FUNCTION 'BLGL02_GET_MATINFO_PURDOC' EXPORTING iv_kanba = 'Z' TABLES it_purdoc = gt_purdoc ot_matinfo = lt_matinfo_mab.
BLGL01_SEL_PUR_SLINE_MAB CALL FUNCTION 'BLGL01_SEL_PUR_SLINE_MAB' EXPORTING ir_eindt = gr_eindt[] ir_lifnr = gr_lifnr[] TABLES it_matinfo = lt_matinfo_mab ot_pursline_mab = gt_pursline_mab EXCEPTIONS e_daterange = 1 OTHERS = 2.
BLGL02_ADD_WE2SLINE_MAB CALL FUNCTION 'BLGL02_ADD_WE2SLINE_MAB' TABLES ot_pursline_mab = gt_pursline_mab.
BLGL02_ADD_ASN2SLINE_MAB CALL FUNCTION 'BLGL02_ADD_ASN2SLINE_MAB' TABLES ot_pursline_mab = gt_pursline_mab ot_asn_mab = gt_asn_mab.
BLGL01_SEL_PUR_SLINE CALL FUNCTION 'BLGL01_SEL_PUR_SLINE' EXPORTING ir_eindt = gr_eindt[] TABLES it_purdoc = gt_purdoc ot_pursline = gt_pursline.
BLGL02_ADD_EKKOEKPO2SLINE CALL FUNCTION 'BLGL02_ADD_EKKOEKPO2SLINE' TABLES it_purdoc = gt_purdoc ot_pursline = gt_pursline.
BLGL01_SEL_PUR_ASN CALL FUNCTION 'BLGL01_SEL_PUR_ASN' EXPORTING ir_eindt = gr_eindt[] TABLES it_purdoc = gt_purdoc ot_purasn = gt_purasn.
BLGL02_ADD_ASN2SLINE CALL FUNCTION 'BLGL02_ADD_ASN2SLINE' TABLES it_purasn = gt_purasn ot_pursline = gt_pursline.
BLGL02_ADD_MAB2SLINE CALL FUNCTION 'BLGL02_ADD_MAB2SLINE' TABLES it_pursline_mab = gt_pursline_mab ot_pursline = gt_pursline.
BLGL02_ADD_EKKOEKPO2SLINE CALL FUNCTION 'BLGL02_ADD_EKKOEKPO2SLINE' TABLES it_purdoc = gt_purdoc ot_pursline = gt_pursline.
BLGL02_SET_PURSLINE_MNG_BSSME CALL FUNCTION 'BLGL02_SET_PURSLINE_MNG_BSSME' TABLES ot_pursline = gt_pursline.
BLGL02_SET_PURSLINE_MNG_BSTME CALL FUNCTION 'BLGL02_SET_PURSLINE_MNG_BSTME' TABLES ot_pursline = gt_pursline.
CALL FUNCTION 'BLGL02_ADD_MATINFO2SLINE' TABLES it_matinfo = gt_matinfo ot_pursline = gt_pursline.
BLGL01_SEL_PUR_SLINE_REL CALL FUNCTION 'BLGL01_SEL_PUR_SLINE_REL' EXPORTING ir_lpart = gr_lpart[] TABLES it_pursline = gt_pursline ot_pursline_rel = gt_pursline_rel.
BLGL02_ADD_ABR2SLINE CALL FUNCTION 'BLGL02_ADD_ABR2SLINE' TABLES it_pursline_rel = gt_pursline_rel ot_pursline = gt_pursline.
BLGL01_SEL_PUR_LABST * CALL FUNCTION 'BLGL01_SEL_PUR_LABST' * TABLES * ct_matinfo = gt_matinfo.
BLGL02_DETAIL_LIST CALL FUNCTION 'BLGL02_DETAIL_LIST' EXPORTING ir_eindt = gr_eindt[] iv_xomng = gp_omng ip_berid = gp_berid "952062 TABLES it_matinfo = gt_matinfo it_pursline = gt_pursline ot_detlist = gt_detlist EXCEPTIONS e_daterange = 1 OTHERS = 2.
BLGL02_OVERVIEW_LIST CALL FUNCTION 'BLGL02_OVERVIEW_LIST' EXPORTING ir_eindt = gr_eindt[] iv_xomng = gp_omng TABLES it_pursline = gt_pursline ot_ovlist = gt_ovlist EXCEPTIONS e_daterange = 1 OTHERS = 2.
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 R_MMBACKLOG_SEL_DATA or its description.