RM06ELLB_NACHVERRECHNUNG 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 RM06ELLB_NACHVERRECHNUNG 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.
List for Subsequent Adjustment
Selection Text: S_WERKS = Plant
Selection Text: S_KMATNR = Component material
Selection Text: S_EBELN = Document number
Selection Text: S_BMATNR = Ordered material
Selection Text: S_BEDAT = Purchase order date
Selection Text: P_MNDVRB = Underconsumption
Selection Text: P_ERLBST = Closed purchase order
Title: List for subsequent adjustment
Text Symbol: 110 = ActualQty
Text Symbol: 010 = ActualQty
Text Symbol: 009 = Target qty
Text Symbol: 008 = Mat. component
Text Symbol: 007 = GR qty
Text Symbol: 006 = Un
Text Symbol: 005 = PO quantity
Text Symbol: 004 = MatNo.
Text Symbol: 003 = Itm.no
Text Symbol: 002 = Doc. no.
Text Symbol: 001 = Vendor
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ME_READ_HISTORY CALL FUNCTION 'ME_READ_HISTORY' " Bestellentwicklung EXPORTING " lesen EBELN = EKPO-EBELN EBELP = EKPO-EBELP WEBRE = EKPO-WEBRE TABLES XEKBE = XEKBE XEKBES = TEKBES XEKBEZ = XEKBEZ XEKBNK = XEKBNK XEKBZ = XEKBZ EXCEPTIONS OTHERS = 1.
MD_LESEN_KOMPONENTEN CALL FUNCTION 'MD_LESEN_KOMPONENTEN' "Komponenten lesen EXPORTING EMDPA = MDPA IMPORTING IMDPA = MDPA TABLES MDPMX = MDPMX MDSBX = MDSBX.
ME_DISPLAY_PURCHASE_DOCUMENT CALL FUNCTION 'ME_DISPLAY_PURCHASE_DOCUMENT' EXPORTING I_EBELN = matdaten-ebeln I_ENJOY = 'X' i_bstyp = 'F' EXCEPTIONS others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.