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
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: 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.
INCLUDE EWUSTDDD.
INCLUDE EWUSTDLD.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
EWUORGLO - EMU: Load Tables EWUORG and EWUWT EWUORGLO - EMU: Load Tables EWUORG and EWUWT EWUORG3LO_40 - EMU: Load Table EWUORG3 EWUORG3LO_40 - EMU: Load Table EWUORG3 EWUMPOHD_40 - Payment Order History: Fill WRBTR and WAERS, HSWAE as of Release 4.0 EWUMPOHD_40 - Payment Order History: Fill WRBTR and WAERS, HSWAE as of Release 4.0