SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro | Local Currency Changeover(CA-EUR-CNV) SAP CA

EWUORGLO SAP ABAP Report - EMU: Load Tables EWUORG and EWUWT







EWUORGLO is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program analyzes the currencies used in the system...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 EWUORGLO 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 EWUORGLO. "Basic submit
SUBMIT EWUORGLO AND RETURN. "Return to original report after report execution complete
SUBMIT EWUORGLO 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: GC_SHOW = List Display
Selection Text: GC_UPDA = Update Run
Title: EMU: Load Tables EWUORG and EWUWT
Text Symbol: 001 = L O G G E N E R A T I O N
Text Symbol: 002 = Table E W U O R G
Text Symbol: 003 = Table E W U W T
Text Symbol: 004 = Table E W U O R G 2
Text Symbol: 020 = Number of Entries:
Text Symbol: 021 = Curr.type:
Text Symbol: 024 = Total number of entries determined:
Text Symbol: 030 = An entry is generated for the following curerncy types:
Text Symbol: 031 = No entry is generated for the following currency types:
Text Symbol: 032 = - This currency type is not clear
Text Symbol: 033 = - This currency type is the only one with currency type:
Text Symbol: 034 = - This curr.type does not contain any EMU curr.


INCLUDES used within this REPORT EWUORGLO

INCLUDE EWUSTDDD.
INCLUDE EWUSTDLD.


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:

DD_GET_NAMETAB * CALL FUNCTION 'DD_GET_NAMETAB' * EXPORTING * TABNAME = ERKRS_TABELLE * TABLES * X031L_TAB = LT_X031L * EXCEPTIONS * NOT_FOUND = 1 * NO_FIELDS = 2 * OTHERS = 3.

DD_GET_NAMETAB * CALL FUNCTION 'DD_GET_NAMETAB' * EXPORTING * TABNAME = LC_ECCS_LED_TAB * TABLES * X031L_TAB = LT_X031L * EXCEPTIONS * NOT_FOUND = 1 * NO_FIELDS = 2 * OTHERS = 3.

DD_GET_NAMETAB CALL FUNCTION 'DD_GET_NAMETAB' EXPORTING TABNAME = D_TNAME_TIV20 TABLES X031L_TAB = LT_X031L EXCEPTIONS NOT_FOUND = 1 NO_FIELDS = 2 OTHERS = 3.

EWU_GET_CUKEY_T445A CALL FUNCTION 'EWU_GET_CUKEY_T445A' EXPORTING GSTRU = L_GSTRU IMPORTING STWAE = L_STWAE EXCEPTIONS NO_RECORD_FOUND = 1 OTHERS = 2.

RPY_EXISTENCE_CHECK_FUNC CALL FUNCTION 'RPY_EXISTENCE_CHECK_FUNC' EXPORTING NAME = 'CACS_GET_EXTENSION_SWITCH' EXCEPTIONS NOT_EXIST = 1 OTHERS = 2.

CACS_GET_EXTENSION_SWITCH CALL FUNCTION 'CACS_GET_EXTENSION_SWITCH' "#EC ..

RPY_EXISTENCE_CHECK_VIEW call function 'RPY_EXISTENCE_CHECK_VIEW' EXPORTING limu_key = ld_view EXCEPTIONS not_exist = 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 EWUORGLO or its description.