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
Below is a list of transaction codes which are relevant to this SAP report
ME2V - Goods Receipt Forecast
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: 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
INCLUDE FM06LTO1.
INCLUDE FM06LCS3.
INCLUDE FM06LCS4.
INCLUDE FM06LCS2.
INCLUDE FM06LCEK.
INCLUDE FMMEXDIR.
INCLUDE FM06LWED.
No SAP DATABASE tables are accessed within this REPORT code!
ME_ITEM_CATEGORY_SELOPT_INPUT CALL FUNCTION 'ME_ITEM_CATEGORY_SELOPT_INPUT' TABLES ext_pstyp = s_pstyp int_pstyp = r_pstyp.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.