RM06BKPS 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 RM06BKPS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CNB1 - Purchase requisitions for project
ME5J - Purchase Requisitions for Project
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_BLCKD = D .
Selection Text: S_BESWK = D .
Selection Text: S_BANPR = D .
Selection Text: S_WERKS = Plant
Selection Text: S_STATU = Processing status
Selection Text: S_PSTYP = Item category
Selection Text: S_MEMTYP = Document Incomplete
Selection Text: S_MATNR = Material
Selection Text: S_MATKL = Material group
Selection Text: S_LFDAT = Delivery date
Selection Text: S_KNTTP = Account assignment category
Selection Text: S_FRGDT = Release date
Selection Text: S_FLIEF = Fixed vendor
Selection Text: S_EKGRP = Purchasing group
Selection Text: S_DISPO = MRP controller
Selection Text: S_BSART = Document type
Selection Text: S_BANFN = Purchase requisition
Selection Text: P_ZUGBA = Assigned purchase requisitions
Selection Text: P_VRTYPL = Scheduling agreements
Selection Text: P_VRTYPK = Contracts
Selection Text: P_TXZ01 = Short text
Selection Text: P_SRTKZ = Sort indicator
Selection Text: P_SELPO = Requisitions for item release
Selection Text: P_SELGS = Requisns for Overall Release
Selection Text: P_MEMORY = Also List Held PReqs
Selection Text: P_LSTUB = Scope of list
Selection Text: P_FREIG = Released requisitions only
Selection Text: P_ERLBA = Closed purchase requisitions
Selection Text: P_BSTBA = "Partly ordered" requisitions
Selection Text: P_AFNAM = Requester
Title: List Display of Purchase Requisitions for Project
Text Symbol: BAN = Additional criteria for purchase requisitions
Text Symbol: 006 = for network
Text Symbol: 005 = for sales document
Text Symbol: 004 = for asset
Text Symbol: 003 = for order
Text Symbol: 002 = for project
Text Symbol: 001 = for cost center
No INCLUDES are used within this REPORT code!
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.
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = sy-pfkey TABLES p_exclude = p_exclude EXCEPTIONS OTHERS = 1.
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RM06BKPS - List Display of Purchase Requisitions for Project RM06BKPS - List Display of Purchase Requisitions for Project RM06BK00 - List Display of Purchase Requisitions RM06BK00 - List Display of Purchase Requisitions RM06BFOI - Requisition archiving, IS-Oil specific forms RM06BF00 - Collective Release of Purchase Requisitions