EWUSUM01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program EWUSUM01 looks for customer-specific developments and lets you convert these during the local currency changeover...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 EWUSUM01 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.
Selection of User-Defined Developments
Selection Text: ANZEIGE = Display selection
Selection Text: COP_BOX = Copy data from
Selection Text: DATENTYP = Data Type
Selection Text: DOMNAME = Domain
Selection Text: FIXWAERS = Valid currency key
Selection Text: LISTE = Print selection
Selection Text: LOE_BOX = Delete data from
Selection Text: PAKETNR = Pckge no.
Selection Text: REFFIELD = Reference Field
Selection Text: TABELLE = Table
Selection Text: TABTYP = Table Type
Title: Search Engine for User-Defined Developments for the Euro
Text Symbol: 856 = EWUWAERTPT
Text Symbol: 855 = Deletion is not supported at this level
Text Symbol: 854 = EWUWAERTP
Text Symbol: 853 = Specify the source client
Text Symbol: 852 = Specify your fixed currency key:
Text Symbol: 851 = The currency key is fixed
Text Symbol: 850 = or a fixed currency key:
Text Symbol: 849 = Table selection
Text Symbol: 848 = Currency key :
Text Symbol: 847 = Curr.type:
Text Symbol: 846 = Currency key :
Text Symbol: 845 = Currency key :
Text Symbol: 844 = Choose the currency key field for your currency:
Text Symbol: 843 = Translates an exchange rate from trans.curr. -> loc.curr.to euro
Text Symbol: 842 = Translates a currency amount at a fixed rate into euro
Text Symbol: 841 = Enters the euro currency key if the currency is participating
Text Symbol: 840 = Select the conversion routine:
Text Symbol: 839 = Currency key :
Text Symbol: 858 = Exch. rate date
Text Symbol: 859 = Table param.:
Text Symbol: 860 = Following details have already been saved or to be used as proposal:
Text Symbol: 861 = Fld belongs to KEY
Text Symbol: 862 = To change:
Text Symbol: 863 = Fld parameter:
Text Symbol: 864 = Duplicate records
INCLUDE EWUSTDDD.
No SAP DATABASE tables are accessed within this REPORT code!
EWU_PAKET_GET CALL FUNCTION 'EWU_PAKET_GET' IMPORTING phase = tmpphase prodflag = tmpprodflag CHANGING paket = tmppaketnr EXCEPTIONS active_paket_not_found = 1 OTHERS = 2.
DD_GET_NAMETAB CALL FUNCTION 'DD_GET_NAMETAB' EXPORTING tabname = fieldinfo-tabname IMPORTING x030l_wa = wa_tabhead TABLES x031l_tab = it_tabinfo EXCEPTIONS OTHERS = 1.
DD_GET_NAMETAB CALL FUNCTION 'DD_GET_NAMETAB' EXPORTING tabname = fieldinfo-tabname IMPORTING x030l_wa = wa_tabhead TABLES x031l_tab = it_tabinfo EXCEPTIONS OTHERS = 1.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = tabinfo-tabname "#EC DOM_EQUAL TABLES dfies_tab = dfies_wa EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-040 text_question = text-040 text_button_1 = 'Ja'(001) text_button_2 = 'Nein'(002) "#EC * IMPORTING answer = answer EXCEPTIONS OTHERS = 2.
K_POPUP_TO_DECIDE CALL FUNCTION 'K_POPUP_TO_DECIDE' EXPORTING par_text1 = ' ' par_title = text-030 IMPORTING par_reply = answer TABLES tab_lines = lt_codelines EXCEPTIONS not_enough_lines = 1 too_many_lines = 2 OTHERS = 3.
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 EWUSUM01 or its description.
EWUSUM01 - Search Engine for User-Defined Developments for the Euro EWUSUM01 - Search Engine for User-Defined Developments for the Euro EWUSUCHE - documentation and ABAP source code EWUSUCHE - documentation and ABAP source code EWUSTRVO - Start all Preprocessing Programs EWUSTRVO - Start all Preprocessing Programs