SAP Reports / Programs

RM06BB00 SAP ABAP Report - Ordering: Assigned Purchase Requisitions







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

ME58 - Ordering: Assigned Requisitions


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 RM06BB00. "Basic submit
SUBMIT RM06BB00 AND RETURN. "Return to original report after report execution complete
SUBMIT RM06BB00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Selection Text: P_STICH = Start of Settlement Period
Selection Text: P_LSTUB = Scope of List
Title: Ordering: Assigned Purchase Requisitions
Text Symbol: P02 = Real Estate Management


INCLUDES used within this REPORT RM06BB00

INCLUDE FM06BCD1.
INCLUDE SELOPT_CNT_CALL. "NEW FOR ERP 1.0 PA


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:

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.



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