SAP Reports / Programs | Materials Management | Purchasing(MM-PUR) SAP MM

RM06ELLB_NACHVERRECHNUNG SAP ABAP Report - List for subsequent adjustment







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


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 RM06ELLB_NACHVERRECHNUNG. "Basic submit
SUBMIT RM06ELLB_NACHVERRECHNUNG AND RETURN. "Return to original report after report execution complete
SUBMIT RM06ELLB_NACHVERRECHNUNG VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RM06ELLB_NACHVERRECHNUNG

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:

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.



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