ROIACS20 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 (purchase 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 ROIACS20 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_CSVAL = D Sequential number
Selection Text: P_EBELN = D Outline agreement
Selection Text: P_EBELP = D Agreement item
Selection Text: P_EINDT = D Delivery date
Selection Text: P_TITLE = D Program title
Title: MM Release Order docu. with delivery date selection -> base UoM
Text Symbol: 301 = Document Item purch.date purchase qty uom base qty. um
Text Symbol: 310 = Target qty.
Text Symbol: 311 = Qty.released to date
Text Symbol: 312 = Open target qty.
Text Symbol: 316 = <-- Exchange no.
Text Symbol: 320 = No release order within date
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 PO Item Order Called-off UoM Delivery base unit qty. UoM Q Received QS
002 date qty. date base S order qty.
INCLUDE FM06LCEK.
No SAP DATABASE tables are accessed within this REPORT code!
ME_READ_RELEASE_DOCU CALL FUNCTION 'ME_READ_RELEASE_DOCU' EXPORTING BUKRS = EKKO-BUKRS EBELN = EKKO-EBELN "Contract EBELP = EKPO-EBELP "Contract item WAERS = EKKO-WAERS WKURS = EKKO-WKURS IMPORTING SUWRT = EKABS_SUWRT TABLES XADO = ADO XADOS = ADOS.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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 ROIACS00 - Release order documentation for MM-contracts / flow ROIACS00 - Release order documentation for MM-contracts / flow