SAP Reports / Programs

RM06EWE0 SAP ABAP Report - Goods Receipt Forecast







RM06EWE0 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 RM06EWE0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

ME2V - Goods Receipt Forecast


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 RM06EWE0. "Basic submit
SUBMIT RM06EWE0 AND RETURN. "Return to original report after report execution complete
SUBMIT RM06EWE0 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: S_SAISO = ?...(S_SAISO)
Selection Text: S_SAISJ = ?...(S_SAISJ)
Selection Text: S_RESWK = ?...(S_RESWK)
Selection Text: S_PSTYP = ?...(S_PSTYP)
Selection Text: S_MATKL = ?...(S_MATKL)
Selection Text: S_LTSNR = ?...(S_LTSNR)
Selection Text: S_KNTTP = ?...(S_KNTTP)
Selection Text: S_IDNLF = ?...(S_IDNLF)
Selection Text: S_EBELN = ?...(S_EBELN)
Selection Text: S_EAN11 = ?...(S_EAN11)
Selection Text: S_BEDAT = ?...(S_BEDAT)
Selection Text: S_ANGDT = ?...(S_ANGDT)
Selection Text: S_AKTNR = ?...(S_AKTNR)
Selection Text: P_TXZ01 = ?...(P_TXZ01)
Selection Text: P_RWEIT = ?...(P_RWEIT)
Selection Text: P_NAME1 = ?...(P_NAME1)
Selection Text: P_GULDT = ?...(P_GULDT)
Selection Text: EL_SELKL = ?...(EL_SELKL)
Selection Text: EL_SELKK = ?...(EL_SELKK)
Selection Text: EL_SELKB = ?...(EL_SELKB)
Selection Text: EL_SELKA = ?...(EL_SELKA)
Selection Text: WESELPA = Summarization Level
Selection Text: S_WERKS = Plant
Selection Text: S_MATNR = Material
Selection Text: S_LIFNR = Vendor
Selection Text: S_EINDT = Delivery Date
Title: Goods Receipt Forecast


INCLUDES used within this REPORT RM06EWE0

INCLUDE FM06LTO1.
INCLUDE FM06LCS3.
INCLUDE FM06LCS4.
INCLUDE FM06LCS2.
INCLUDE FM06LCEK.
INCLUDE FMMEXDIR.
INCLUDE FM06LWED.


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_ITEM_CATEGORY_SELOPT_INPUT CALL FUNCTION 'ME_ITEM_CATEGORY_SELOPT_INPUT' TABLES ext_pstyp = s_pstyp int_pstyp = r_pstyp.



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