RM06BB00 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 RM06BB00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
ME58 - Ordering: Assigned Requisitions
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_VONBIS = D .
Selection Text: S_SWENR = D .
Selection Text: S_SVWNR = D .
Selection Text: S_SNKSL = D .
Selection Text: S_SMIVE = D .
Selection Text: S_SMENR = D .
Selection Text: S_SGRNR = D .
Selection Text: S_SGENR = D .
Selection Text: S_SEMPSL = D .
Selection Text: S_RESLO = D .
Selection Text: S_RECNNR = D .
Selection Text: S_PRIO_R = D .
Selection Text: S_OBART = D .
Selection Text: S_BESWK = D .
Selection Text: I_BUKRS = D .
Selection Text: S_WERKS = Plant
Selection Text: S_VORNR = Operation Number
Selection Text: S_VBELP = Sales Order Item
Selection Text: S_VBELN = Sales Order
Selection Text: S_RESWK = Supplying Plant
Selection Text: S_PSTYP = Item Category
Selection Text: S_PSEXT = WBS Element
Selection Text: S_NPLNR = Network
Selection Text: S_LGORT = Receiving Storage Location
Selection Text: S_LFDAT = Delivery Date
Selection Text: S_KOSTL = Cost Center
Selection Text: S_KONNR = Outline Agreement
Selection Text: S_FRGDT = Release Date
Selection Text: S_FORDN = Framework Order
Selection Text: S_FLIEF = Vendor
Selection Text: S_EKORG = Purchasing Organization
Selection Text: S_EKGRP = Purchasing Group
Selection Text: S_AUFNR = Order
Selection Text: S_ANLN2 = Asset Subnumber
Selection Text: S_ANLN1 = Asset
Selection Text: P_VRTYPL = Scheduling Agreements
Selection Text: P_VRTYPK = Contracts
Selection Text: P_VRTYPE = Entry Sheets
INCLUDE FM06BCD1.
INCLUDE SELOPT_CNT_CALL. "NEW FOR ERP 1.0 PA
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.
ME_ITEM_CATEGORY_SELOPT_INPUT CALL FUNCTION 'ME_ITEM_CATEGORY_SELOPT_INPUT' TABLES ext_pstyp = s_pstyp int_pstyp = r_pstyp.
HELP_VALUES_EPSTP CALL FUNCTION 'HELP_VALUES_EPSTP' "TK 4.6B
ME_READ_EBAN_MULTIPLE CALL FUNCTION 'ME_READ_EBAN_MULTIPLE' EXPORTING * I_DYNSEL = * I_DYNFIE = i_selection_limit = ls_sel_limit "new for ERP 1.0 PA
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.
ME_DELIV_STRG_LOC_ACTIVE CALL FUNCTION 'ME_DELIV_STRG_LOC_ACTIVE' IMPORTING ef_del_strg_loc_act = gv_del_strg_loc_act.
GET_DEFAULT_PRIO_ACTIVE CALL FUNCTION 'GET_DEFAULT_PRIO_ACTIVE' IMPORTING ev_mm_prio_active = gv_mm_prio_active EXCEPTIONS no_pact_entry = 1 OTHERS = 2.
ES_APPEND_USER_SETTINGS CALL FUNCTION 'ES_APPEND_USER_SETTINGS' EXPORTING * IACTION = * IELEMENT = * IACTIVE = iuname = sy-uname isave = 'X' TABLES iesdus = my_esduscom .
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.