SAP Reports / Programs

ROIACS30 SAP ABAP Report - SD Document flow for contracts with selection of delivery date







ROIACS30 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report to display call-offs (sales order) of one contract item like contract document flow, but only call-offs will be listed, with the option to select only call-offs within a given range of delivery date...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 ROIACS30 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 ROIACS30. "Basic submit
SUBMIT ROIACS30 AND RETURN. "Return to original report after report execution complete
SUBMIT ROIACS30 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: P_BUKRS = D Company code
Selection Text: P_EDATU = D Delivery date
Selection Text: P_VGBEL = D Reference document
Selection Text: P_VGPOS = D Reference item
Title: SD Document flow for contracts with selection of delivery date
Text Symbol: 316 = <-- Exchange no.
Text Symbol: 397 = Qty.released for entire QS
Text Symbol: 398 = Qty.from contract QS line
Text Symbol: 399 = Qty.released within del.date
001 Call-off Item Creation Order qty. UoM Requested base unit qty. UoM R Q Deliv. QS +
002 date in sales uom deliv.date base S order qty. -


INCLUDES used within this REPORT ROIACS30

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:

RV_ORDER_FLOW_INFORMATION CALL FUNCTION 'RV_ORDER_FLOW_INFORMATION' EXPORTING BELEGTYP = VBTYP_KONT "10D SP COMWA = VBCO6 AUFBEREITUNG = C_AUFB TABLES VBFA_TAB = VBFA_TAB EXCEPTIONS NO_VBFA = 04.



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