SAP Reports / Programs | Materials Management | Purchasing(MM-PUR) SAP MM

RM06BB30F01 SAP ABAP INCLUDE - documentation and ABAP source code







RM06BB30F01 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 RM06BB30F01 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 RM06BB30F01. "Basic submit
SUBMIT RM06BB30F01 AND RETURN. "Return to original report after report execution complete
SUBMIT RM06BB30F01 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 RM06BB30F01

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:

REMD_GET_IMKEY_FOR_SELECT_OPT CALL FUNCTION 'REMD_GET_IMKEY_FOR_SELECT_OPT' EXPORTING i_bukrs = i_bukrs i_dstich = p_stich * I_DVON = P_DVON * I_DBIS = P_DBIS TABLES s_swenr = s_swenr s_sgenr = s_sgenr s_sgrnr = s_sgrnr s_smenr = s_smenr s_smive = s_smive s_svwnr = s_svwnr s_snksl = s_snksl s_empsl = s_sempsl s_recnnr = s_recnnr s_obart = s_obart s_vonbis = s_vonbis e_imkeys = t_imkeys.

ME_READ_EBAN_MULTIPLE CALL FUNCTION 'ME_READ_EBAN_MULTIPLE' TABLES te_eban = cht_eban ti_banfn_range = s_banfn ti_matnr_range = s_matnr ti_matkl_range = s_matkl ti_werks_range = s_werks ti_ekgrp_range = s_ekgrp ti_bsakz_range = lr_bsakz ti_bsart_range = s_bsart ti_pstyp_range = r_pstyp ti_knttp_range = s_knttp ti_lfdat_range = s_lfdat ti_frgdt_range = s_frgdt ti_dispo_range = s_dispo ti_statu_range = s_statu ti_flief_range = s_flief ti_bednr_range = s_bednr ti_konnr_range = s_konnr ti_reswk_range = s_reswk ti_ekorg_range = s_ekorg ti_vrtyp_range = lr_vrtyp ti_txz01_range = lr_txz01 ti_afnam_range = lr_afnam ti_kostl_range = s_kostl ti_aufnr_range = s_aufnr ti_anln1_range = s_anln1 ti_anln2_range = s_anln2 ti_vbeln_range = s_vbeln ti_vbelp_range = s_vbelp ti_nplnr_range = s_nplnr ti_vornr_range = s_vornr ti_zugba_range = lr_zugba ti_eban_loekz_range = lr_loekz ti_ebkn_loekz_range = lr_loekz ti_ebakz_range = lr_ebakz ti_beswk_range = s_beswk ti_blckd_range = lr_blckd ti_banpr_range = s_banpr ti_pspid_ext_range = s_psext ti_imkeys = t_imkeys.

VENDOR_MASTER_SELECT_EKORG CALL FUNCTION 'VENDOR_MASTER_SELECT_EKORG' EXPORTING pi_ekorg = ls_eban-ekorg IMPORTING pe_ekorz = ls_lfm1key-ekorg EXCEPTIONS OTHERS = 1.

MATERIAL_PRE_READ_MT06E CALL FUNCTION 'MATERIAL_PRE_READ_MT06E' EXPORTING i_spras = sy-langu i_noenq = 'X' TABLES ipre02 = lt_pre02.

MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING schluessel = ls_mtcom IMPORTING matdaten = ls_mt06e EXCEPTIONS OTHERS = 0.

MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING schluessel = ls_mtcom IMPORTING matdaten = ls_mt06a EXCEPTIONS OTHERS = 0.

MMPUR_COMPARE_COMPANY_CODES CALL FUNCTION 'MMPUR_COMPARE_COMPANY_CODES' EXPORTING im_plant1 = ch_eban-werks im_plant2 = ch_eban-reswk IMPORTING ex_same_company_code = l_same_company_code EXCEPTIONS OTHERS = 0.

AIP01_PLANT_DETERMINE CALL FUNCTION 'AIP01_PLANT_DETERMINE' EXPORTING i_werks = ch_eban-reswk IMPORTING e_ownls = l_ownls EXCEPTIONS OTHERS = 0.



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