ROIGSOVW 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 ROIGSOVW 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.
Title: TD Shipment Overview Report
Text Symbol: 041 = Load/Discharge
Text Symbol: 040 = Discharge
Text Symbol: 039 = Load
Text Symbol: 038 = Discharge Relevant
Text Symbol: 037 = Load Relevant
Text Symbol: 036 = UOM
Text Symbol: 035 = Quantity
Text Symbol: 034 = Description
Text Symbol: 033 = Reservation
Text Symbol: 032 = Shipping Notification
Text Symbol: 031 = Delivery
Text Symbol: 030 = Plant/Stor.loc.
Text Symbol: 029 = L D
Text Symbol: 028 = Valuation type
Text Symbol: 027 = Batch
Text Symbol: 026 = Actual total o.b. weight
Text Symbol: 025 = Planned total o.b. weight
Text Symbol: 024 = Actual total o.b. volume
Text Symbol: 023 = Planned total o.b. volume
Text Symbol: 022 = Document item
Text Symbol: 021 = Total o.b. volume
Text Symbol: 020 = Weight UoM
Text Symbol: 019 = Volume UoM
Text Symbol: 018 = D S R
Text Symbol: 017 = Document number
Text Symbol: 016 = Actual Mat.on board
Text Symbol: 015 = Planned Mat.on board
Text Symbol: 014 = Vehicle Mode
Text Symbol: 013 = Shipment unit of measure
Text Symbol: 012 = Total o.b. weight
Text Symbol: 011 = Material on board
Text Symbol: 010 = Actual quantity
Text Symbol: 009 = Planned quantity
Text Symbol: 008 = Cust/Vend/Plant
Text Symbol: 007 = Material
Text Symbol: 006 = Time
Text Symbol: 005 = Date
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
QC04_DOMAIN_TEXT_GET CALL FUNCTION 'QC04_DOMAIN_TEXT_GET' EXPORTING I_DOMAIN_NAME = 'OIG_TDACT ' I_LANGUAGE = SY-LANGU I_DOMVALUE_L = PI_DOMVALUE IMPORTING E_DDTEXT = PX_DOMTEXT EXCEPTIONS NO_DATA_FOUND = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.