SAP Reports / Programs

ROIGSOVW SAP ABAP Report - TD Shipment Overview Report







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


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 ROIGSOVW. "Basic submit
SUBMIT ROIGSOVW AND RETURN. "Return to original report after report execution complete
SUBMIT ROIGSOVW VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: 004 = Shipment status
Text Symbol: 003 = Trans.planning point
Text Symbol: 002 = Shipment type
Text Symbol: 001 = Shipment Number


INCLUDES used within this REPORT ROIGSOVW

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:

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.



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