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
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: 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. -
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIACS30 - SD Document flow for contracts with selection of delivery date ROIACS30 - SD Document flow for contracts with selection of delivery date ROIACS20 - MM Release Order docu. with delivery date selection -> base UoM ROIACS20 - MM Release Order docu. with delivery date selection -> base UoM ROIACS10 - Release order documentation SD sales contract / flow ROIACS10 - Release order documentation SD sales contract / flow