RM06ENHI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Dieser Text ist bis auf den Einleitungssatz und kleinere Änderungen identisch mit dem Text Bestellwertanalyse (Technischer Name: ME12_006) in der SAP-Bibliothek unter Auswertungen im Einkauf im Release 4...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 RM06ENHI into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
ME81 - Analysis of Order Values
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: %_END050 = ?...(%_END050)
Selection Text: %_END043 = ?...(%_END043)
Selection Text: %_END035 = ?...(%_END035)
Selection Text: %_END031 = ?...(%_END031)
Selection Text: %_END025 = ?...(%_END025)
Selection Text: %_END019 = ?...(%_END019)
Selection Text: %_END013 = ?...(%_END013)
Selection Text: %_END007 = ?...(%_END007)
Selection Text: %_D12089 = ?...(%_D12089)
Selection Text: %_D11083 = ?...(%_D11083)
Selection Text: %_D02087 = ?...(%_D02087)
Selection Text: %_D01081 = ?...(%_D01081)
Selection Text: %_D00079 = ?...(%_D00079)
Selection Text: %_C12076 = ?...(%_C12076)
Selection Text: %_C11070 = ?...(%_C11070)
Selection Text: %_C02074 = ?...(%_C02074)
Selection Text: %_C01068 = ?...(%_C01068)
Selection Text: %_C00066 = ?...(%_C00066)
Selection Text: %_BEG086 = ?...(%_BEG086)
Selection Text: %_BEG080 = ?...(%_BEG080)
Selection Text: %_BEG073 = ?...(%_BEG073)
Selection Text: %_BEG067 = ?...(%_BEG067)
Selection Text: %_BEG061 = ?...(%_BEG061)
Selection Text: %_BEG056 = ?...(%_BEG056)
Selection Text: %_BEG051 = ?...(%_BEG051)
Selection Text: %_BEG044 = ?...(%_BEG044)
Selection Text: %_BEG037 = ?...(%_BEG037)
Selection Text: %_BEG032 = ?...(%_BEG032)
Selection Text: %_BEG026 = ?...(%_BEG026)
Selection Text: %_BEG020 = ?...(%_BEG020)
Selection Text: %_BEG014 = ?...(%_BEG014)
Selection Text: %_BEG008 = ?...(%_BEG008)
Selection Text: %_BEG002 = ?...(%_BEG002)
Selection Text: %_B02045 = ?...(%_B02045)
Selection Text: %_B01038 = ?...(%_B01038)
Selection Text: %_B00036 = ?...(%_B00036)
Selection Text: %_A15064 = ?...(%_A15064)
Selection Text: %_END055 = ?...(%_END055)
No INCLUDES are used within this REPORT code!
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.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING DATE = EKKO-BEDAT FOREIGN_AMOUNT = NETWR "459575 FOREIGN_CURRENCY = EKKO-WAERS LOCAL_CURRENCY = T001-WAERS RATE = EKKO-WKURS IMPORTING LOCAL_AMOUNT = NETWR.
CONVERT_TO_FOREIGN_CURRENCY CALL FUNCTION 'CONVERT_TO_FOREIGN_CURRENCY' EXPORTING DATE = EKKO-BEDAT FOREIGN_CURRENCY = P_WAERS LOCAL_AMOUNT = NETWR LOCAL_CURRENCY = T001-WAERS IMPORTING FOREIGN_AMOUNT = NETWR.
MATERIAL_LESEN CALL FUNCTION 'MATERIAL_LESEN' EXPORTING SCHLUESSEL = MTCOM IMPORTING MATDATEN = MTEXT TABLES SEQMAT01 = TDUMMY.
HELP_VALUES_EPSTP CALL FUNCTION 'HELP_VALUES_EPSTP' EXPORTING PROGRAM = SY-CPROG DYNNR = SY-DYNNR FIELDNAME = 'S_PSTYP-LOW' * BSART = * BSTYP = IMPORTING EPSTP = S_PSTYP-LOW EXCEPTIONS OTHERS = 1.
HELP_VALUES_EPSTP CALL FUNCTION 'HELP_VALUES_EPSTP' EXPORTING program = sy-cprog dynnr = sy-dynnr fieldname = 'S_PSTYP-HIGH' * BSART = * BSTYP = IMPORTING epstp = s_pstyp-high 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.
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 RM06ENHI or its description.