ROIGSM00 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 ROIGSM00 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: KZTRAN = Transfers only
Title: In-Transit Stock Overview
Text Symbol: V03 = Vehicle/Shipment Stock
Text Symbol: V02 = Intransit Stock for Transfers
Text Symbol: V01 = Loaded Intransit Stock
Text Symbol: U05 = Batch
Text Symbol: U04 = St.Loc.
Text Symbol: U03 = Plant
Text Symbol: U02 = Material
Text Symbol: U01 = Entries
Text Symbol: T06 = Transfer
Text Symbol: T05 = Vehicle
Text Symbol: T04 = Status
Text Symbol: T03 = T
Text Symbol: T02 = Quantity
Text Symbol: T01 = Shipment
Text Symbol: R03 = Difference
Text Symbol: R02 = Stock
Text Symbol: R01 = Totals
Text Symbol: D03 = Several Batches
Text Symbol: D02 = Several Store Loc.
Text Symbol: D01 = Several Plants
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GET_PRINT_PARAMETERS * CALL FUNCTION 'GET_PRINT_PARAMETERS' * EXPORTING * LINE_SIZE = LINE_SIZE * LAYOUT = LD_LAYOUT * IMPORTING * OUT_PARAMETERS = LD_PARAMS * OUT_ARCHIVE_PARAMETERS = LD_ARPARAMS * VALID = LD_VALID.
FLTP_CHAR_CONVERSION CALL FUNCTION 'FLTP_CHAR_CONVERSION' EXPORTING DECIM = PI_DECS EXPON = 0 INPUT = PI_QUANTITY IVALU = TRUE * MASKN = ' ' IMPORTING FLSTR = PO_QUANTITY_C.
MARA_SINGLE_READ CALL FUNCTION 'MARA_SINGLE_READ' EXPORTING MATNR = MS_MATNR-LOW IMPORTING WMARA = MARA.
QC04_DOMAIN_TEXT_GET CALL FUNCTION 'QC04_DOMAIN_TEXT_GET' EXPORTING I_DOMAIN_NAME = 'OIG_SSTSF' I_DOMVALUE_L = DOMVALUE IMPORTING E_DDTEXT = DDTEXT EXCEPTIONS NO_DATA_FOUND = 1 OTHERS = 2.
QC04_DOMAIN_TEXT_GET CALL FUNCTION 'QC04_DOMAIN_TEXT_GET' EXPORTING I_DOMAIN_NAME = 'OIG_SSTSF' I_DOMVALUE_L = DOMVALUE IMPORTING E_DDTEXT = DDTEXT EXCEPTIONS NO_DATA_FOUND = 1 OTHERS = 2.
MARA_SINGLE_READ * CALL FUNCTION 'MARA_SINGLE_READ' * EXPORTING * MATNR = MS_MATNR-LOW * IMPORTING * WMARA = MARA.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.