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

RM06BZ10 SAP ABAP Report - Assign Purchase Requisitions







RM06BZ10 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 RM06BZ10 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 RM06BZ10. "Basic submit
SUBMIT RM06BZ10 AND RETURN. "Return to original report after report execution complete
SUBMIT RM06BZ10 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_PSEXT = WBS Element
Selection Text: S_PSTYP = Item Category
Selection Text: S_STATU = Processing Status
Selection Text: S_VBELN = Sales Order
Selection Text: S_VBELP = Sales Order Item
Selection Text: S_VORNR = Operation number
Selection Text: S_WERKS = Plant
Selection Text: I_BUKRS = D .
Selection Text: P_STICH = D .
Selection Text: S_BANPR = D .
Selection Text: S_BESWK = D .
Selection Text: S_BLCKD = D .
Selection Text: S_OBART = D .
Selection Text: S_RECNNR = D .
Selection Text: S_SEMPSL = D .
Selection Text: S_SGENR = D .
Selection Text: S_SGRNR = D .
Selection Text: S_SMENR = D .
Selection Text: S_SMIVE = D .
Selection Text: S_SNKSL = D .
Selection Text: S_SVWNR = D .
Selection Text: S_SWENR = D .
Selection Text: S_VONBIS = D .
Selection Text: S_NPLNR = Network
Selection Text: P_AFNAM = Requisitioner
Selection Text: P_BSTBA = Partially Ordered Requisitions
Selection Text: P_ERLBA = Closed Requisitions
Selection Text: P_FREIG = Released Requisitions Only
Selection Text: P_LSTUB = Scope of List
Selection Text: P_MEMORY = Also List Held PReqs
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_TXZ01 = Short Text
Selection Text: P_ZUGBA = Assigned Requisitions
Selection Text: S_ANLN1 = Asset
Selection Text: S_ANLN2 = Asset Subnumber
Selection Text: S_AUFNR = Order





Selection Text: S_BSART = Order Type
Selection Text: S_DISPO = MRP Controller
Selection Text: S_FLIEF = Fixed Vendor
Selection Text: S_FRGDT = Release Date
Selection Text: S_KNTTP = Account Assignment Category
Selection Text: S_KOSTL = Cost Center
Selection Text: S_LFDAT = Delivery Date
Title: Assign Purchase Requisitions
Text Symbol: P02 = Real Estate Management


INCLUDES used within this REPORT RM06BZ10

INCLUDE FM06BCS1.
INCLUDE FM06BCS2.
INCLUDE FM06BCS3.
INCLUDE FM06BCS4.
INCLUDE FM06BCD1.


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' EXPORTING PROGRAM = SY-CPROG DYNNR = SY-DYNNR FIELDNAME = 'S_PSTYP-LOW' * BSART = * BSTYP = IMPORTING EPSTP = S_PSTYP-LOW EXCEPTIONS OTHERS = 1.

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