RM06BF00 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 RM06BF00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
ME5F - Release Reminder: Purch. Requisition
ME55 - Collective Release of Purchase Reqs.
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.
Selection Text: S_EKGRP = Purchasing Group
Selection Text: S_FLIEF = Fixed Vendor
Selection Text: S_FRGDT = Release Date
Selection Text: S_FRGGR = Release group
Selection Text: S_KNTTP = Account Assignment Category
Selection Text: S_KOSTL = Cost Center
Selection Text: S_LFDAT = Delivery Date
Selection Text: S_MATKL = Material Group
Selection Text: S_MATNR = Material
Selection Text: S_NPLNR = Network
Selection Text: S_OBART = D Object Type
Selection Text: S_PSEXT = WBS Element
Selection Text: S_PSTYP = Item Category
Selection Text: S_RECNNR = D Contract number
Selection Text: S_SEMPSL = D Settlement Unit
Selection Text: S_SGENR = D Building
Selection Text: S_SGRNR = D Property
Selection Text: S_SMENR = D Rental Unit
Selection Text: S_SMIVE = D Lease-Out
Selection Text: S_SNKSL = D Service Charge Key
Selection Text: S_STATU = Processing Status
Selection Text: S_SVWNR = D Management Contract
Selection Text: S_SWENR = D Business Entity
Selection Text: S_VBELN = Sales Order
Selection Text: S_VBELP = Sales Order Item
Selection Text: S_VONBIS = D Period
Selection Text: S_VORNR = Operation number
Selection Text: S_WERKS = Plant
Selection Text: S_DISPO = Materials Planner/Controller
Selection Text: I_BUKRS = D Company Code
Selection Text: P_AFNAM = Requisitioner
Selection Text: P_FRGAB = Release Code
Selection Text: P_FRGVO = Release Prerequisite Fulfilled
Selection Text: P_LSTUB = Scope of List
Selection Text: P_SELGS = Requisns for Overall Release
Selection Text: P_SELPO = Requisns for Item-Wise Release
Selection Text: P_SRTKZ = Sort Indicator
Selection Text: P_STICH = Start of Settlement Period
INCLUDE: SELOPT_CNT_CALL.
INCLUDE FM06BCS1.
INCLUDE FM06BCD1.
INCLUDE FM06BCS3.
INCLUDE FM06LCIM.
INCLUDE FM06BFSL_MODIFY_DYNFIE.
INCLUDE IFVIIMSLF4.
No SAP DATABASE tables are accessed within this REPORT code!
ME_CCP_ACTIVE_CHECK CALL FUNCTION 'ME_CCP_ACTIVE_CHECK' IMPORTING ef_ccp_active = lf_ccp_active.
HELP_VALUES_FRGAB CALL FUNCTION 'HELP_VALUES_FRGAB' EXPORTING i_frgot = '1' IMPORTING e_frgab = p_frgab EXCEPTIONS OTHERS = 1.
ME_ITEM_CATEGORY_SELOPT_INPUT CALL FUNCTION 'ME_ITEM_CATEGORY_SELOPT_INPUT' TABLES ext_pstyp = s_pstyp int_pstyp = r_pstyp.
ME_REL_ACTIVE CALL FUNCTION 'ME_REL_ACTIVE' EXPORTING i_frgot = '1' EXCEPTIONS not_active = 01.
HELP_VALUES_EPSTP CALL FUNCTION 'HELP_VALUES_EPSTP' EXPORTING program = sy-cprog dynnr = sy-dynnr fieldname = 'S_PSTYP-LOW' * BSART = * BSTYP = IMPORTING epstp = s_pstyp-low EXCEPTIONS OTHERS = 1.
CALL FUNCTION 'ME_READ_EBAN_MULTIPLE' * EXPORTING * I_DYNSEL = * I_DYNFIE = * IMPORTING * E_REQS_WITHOUT_AUTH = TABLES te_eban = xeban * TE_EBKN = * TI_TACT = ti_freig_zus = zus 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 = s_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_banpr_range = r_banpr
* ** TI_BEDNR_RANGE = S_BEDNR * ** TI_KONNR_RANGE = S_KONNR * ** TI_RESWK_RANGE = S_RESWK * ** TI_EKORG_RANGE = S_EKORG * ** TI_VRTYP_RANGE = ti_txz01_range = r_txz01 ti_afnam_range = r_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 = ti_eban_loekz_range = r_loekz ti_ebkn_loekz_range = r_loekz ti_ebakz_range = r_ebakz ti_frgrl_range = r_frgrl ti_gsfrg_range = r_gsfrg * ti_ps_psp_pnr_range = s_psint.
ME_SET_REPORT_USERVARIANT CALL FUNCTION 'ME_SET_REPORT_USERVARIANT' EXPORTING im_report = l_report im_esdus_action = l_action im_standard_variant = l_variant.
ES_APPEND_USER_SETTINGS CALL FUNCTION 'ES_APPEND_USER_SETTINGS' EXPORTING * IACTION = * IELEMENT = * IACTIVE = iuname = sy-uname isave = 'X' TABLES iesdus = my_esduscom.
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.
HELP_VALUES_EPSTP CALL FUNCTION 'HELP_VALUES_EPSTP' EXPORTING program = sy-cprog dynnr = sy-dynnr fieldname = 'S_PSTYP-HIGH' * BSART = * BSTYP = IMPORTING epstp = s_pstyp-high EXCEPTIONS OTHERS = 1.
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 RM06BF00 or its description.