SAP Reports / Programs

ROIGFQS0 SAP ABAP Report - TD Check shipment costing relevant tables







ROIGFQS0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program checks and (optionally) corrects shipment cost-relevant tables of TD shipments, for: Consistency of entries in table OIGFIIQS (assignment of doc...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 ROIGFQS0 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 ROIGFQS0. "Basic submit
SUBMIT ROIGFQS0 AND RETURN. "Return to original report after report execution complete
SUBMIT ROIGFQS0 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: G_NOUPD = No update of database
Selection Text: K_CRDAT = D Created on
Selection Text: K_SHNMB = D Bulk shipment no.
Selection Text: K_SHTYP = D Bulk shipment type
Title: TD Check shipment costing relevant tables
Text Symbol: 001 = Check entries in table OIGFIIQS
Text Symbol: 002 = Shipment No.
Text Symbol: 003 = inconsistent
Text Symbol: 004 = Total number of analyzed shipments :
Text Symbol: 005 = Number of inconsistent shipments :
Text Symbol: 006 = inconsistent (shipm. cost doc. exists!)
Text Symbol: 007 = Lines deleted from table OIGFIIQS :
Text Symbol: 008 = corrected
Text Symbol: F01 = Main selection
Text Symbol: FOP = Options


INCLUDES used within this REPORT ROIGFQS0

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:

ENQUEUE_E_OIGS CALL FUNCTION 'ENQUEUE_E_OIGS' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.

DEQUEUE_E_OIGS CALL FUNCTION 'DEQUEUE_E_OIGS'.



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