SAPFOIO_CONVERT_TR_REQ is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for When a planned material is stocked at remote location but stock is not available, the materials requirement planning (MRP) process will trigger replenishment by generating a stock transport requisition...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter SAPFOIO_CONVERT_TR_REQ into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
O3O_SC01 - Convert transport requisitions
O3O_SC02 - Convert transport 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_WERKS = D .
Selection Text: S_SPROC = D .
Selection Text: S_RESWK = D .
Selection Text: S_MATNR = D .
Selection Text: S_MATKL = D .
Selection Text: S_LFDAT = D .
Selection Text: S_FRGDT = D .
Selection Text: S_EKORG = D .
Selection Text: S_EKGRP = D .
Selection Text: S_DISPO = D .
Selection Text: S_BEDNR = D .
Selection Text: S_BANFN = D .
Selection Text: S_BADAT = D .
Selection Text: P_VARI = D .
Selection Text: P_TXZ01 = D .
Selection Text: P_TEST = Simulate mode without list
Selection Text: P_STATU = D .
Selection Text: P_SEBAKZ = D .
Selection Text: P_QCOUNT = Max. no. of database accesses
Selection Text: P_NOGRP = No grouping
Selection Text: P_GWERKS = Plant
Selection Text: P_GPMORD = Order
Selection Text: P_GPMOPR = Order operation
Selection Text: P_GLGORT = Store location
Selection Text: P_GBNFPO = Requisition item
Selection Text: P_GBANFN = Requisition
Selection Text: P_ESTKZ = D .
Selection Text: P_BATCH = Without selection list
Selection Text: P_AFNAM = D .
Title: Convert transport requisition
Text Symbol: P01 = Convert transport requisitions
Text Symbol: H01 = Requisition
Text Symbol: E01 = Unkown error while creating transport order.
Text Symbol: B04 = General selection
Text Symbol: B03 = Grouping for transport order
Text Symbol: B02 = Background processing
Text Symbol: B01 = Parameters
Text Symbol: AL3 = Requisition
No INCLUDES are used within this REPORT code!
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.