SAPFM06B 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 SAPFM06B into the relevant SAP transactions such as SE38 or SE80
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: P_BSTBA = ?...(P_BSTBA)
Selection Text: S_BANPR = D Requisition Processing State
Selection Text: S_BESWK = D Procuring Plant
Selection Text: S_BLCKD = D Blocking Indicator
Selection Text: P_ERLBA = ?...(P_ERLBA)
Selection Text: P_SRTKZ = ?...(P_SRTKZ)
Selection Text: P_ZUGBA = ?...(P_ZUGBA)
Selection Text: S_BEDNR = ?...(S_BEDNR)
Selection Text: S_BSART = ?...(S_BSART)
Selection Text: S_EKGRP = ?...(S_EKGRP)
Selection Text: S_FRGDT = ?...(S_FRGDT)
Selection Text: S_KNTTP = ?...(S_KNTTP)
Selection Text: S_LFDAT = ?...(S_LFDAT)
Selection Text: S_MATKL = ?...(S_MATKL)
Selection Text: S_MATNR = ?...(S_MATNR)
Selection Text: S_PSTYP = ?...(S_PSTYP)
Selection Text: S_RESWK = ?...(S_RESWK)
Selection Text: S_TXZ01 = ?...(S_TXZ01)
Selection Text: S_WERKS = ?...(S_WERKS)
Title: List Display of Purchase Requisitions
Text Symbol: G01 = | Pur. Req. Release Rrocedure |
Text Symbol: CC4 = Procuring Pl.
Text Symbol: CC2 = PrPl
Text Symbol: CC1 = P.Org
Text Symbol: C06 = Delete
Text Symbol: C02 = Change
Text Symbol: C01 = Enter
Text Symbol: 518 = Overall Rel.: PReq. &1
Text Symbol: 517 = Requis. &1, Item &2
Text Symbol: 206 = anyway?
Text Symbol: 205 = Exit list
Text Symbol: 204 = be lost.
Text Symbol: 203 = The RFQ assignments will
Text Symbol: 202 = first?
Text Symbol: 201 = Save assignments already made
Text Symbol: 200 = Exit list
Text Symbol: G02 = | Item Qty Requested Un Deliv. Date Requester Plnt SLoc |
Text Symbol: K01 = Cost Center
INCLUDE FM06BTOP.
INCLUDE FM06BF01.
INCLUDE FM06BF02.
INCLUDE FM06BF03.
INCLUDE FM06BF04.
INCLUDE FM06BF05.
INCLUDE FM06BFAL.
INCLUDE FM06BFLI.
INCLUDE FM06BFDA.
INCLUDE FM06BFSL.
INCLUDE FM06B_AUTHORITY_BESWKF01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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 SAPFM06B or its description.
SAPFM06B - List Display of Purchase Requisitions SAPFM06B - List Display of Purchase Requisitions SAPFM06A - Archiving/Deactivation of Purchasing Documents and Requisitions SAPFM06A - Archiving/Deactivation of Purchasing Documents and Requisitions SAPFM03M - General Routines in Material Master Maintenance SAPFM03M - General Routines in Material Master Maintenance