SAP Reports / Programs | Remote Logistics Management | Industry Solution Oil | Remote Logistics Management(IS-OIL-OLM) SAP IS

SAPFOIO_CONVERT_TR_REQ SAP ABAP Report - Convert transport requisition







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


Transaction Code(s):

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

O3O_SC01 - Convert transport requisitions
O3O_SC02 - Convert transport 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 SAPFOIO_CONVERT_TR_REQ. "Basic submit
SUBMIT SAPFOIO_CONVERT_TR_REQ AND RETURN. "Return to original report after report execution complete
SUBMIT SAPFOIO_CONVERT_TR_REQ 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_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





Text Symbol: AL2 = Conversion log
Text Symbol: AL1 = Convert offshore logistics transport requisitions


INCLUDES used within this REPORT SAPFOIO_CONVERT_TR_REQ

No INCLUDES are used within this REPORT code!


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:

No SAP FUNCTION MODULES are executed within this report code!



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