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

EWUEISLO SAP ABAP Report - EMU: Loading of tables EWUEIS, EWUWT with EIS objects







EWUEISLO is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program determines the check tables for the EIS characteristics and their currencies...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 EWUEISLO 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 EWUEISLO. "Basic submit
SUBMIT EWUEISLO AND RETURN. "Return to original report after report execution complete
SUBMIT EWUEISLO 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: Loading of tables EWUEIS, EWUWT with EIS objects
Text Symbol: 001 = Number of entries generated:
Text Symbol: 002 = The following entries are inserted in the EWUEIS:


INCLUDES used within this REPORT EWUEISLO

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:

UNICODE_REQUIRED * CALL FUNCTION 'UNICODE_REQUIRED' * IMPORTING unicode_required = l_flag.

RKC_FDEP_GET_ATTR CALL FUNCTION 'RKC_FDEP_GET_ATTR' EXPORTING APPLC = APPLC_KC STATE = 'A' CHF_INFO = 'X' FIENM = '*' ROL_INFO = 'X' TABLES FDEP_TAB = FDEP_TAB EXCEPTIONS OTHERS = 1.

RKC_DTEL_GET CALL FUNCTION 'RKC_DTEL_GET' EXPORTING ROLNM = 'CFVERSO' STATE = 'A' IMPORTING cdirol = gt_cdirol EXCEPTIONS DOMAIN_NOT_FOUND = 2 DATA_ELEMENT_NOT_FOUND = 4 DATA_ELEMENT_ERROR = 6 OTHERS = 8.

RKC_FTAB_GET CALL FUNCTION 'RKC_FTAB_GET' EXPORTING USG_SEL = 'DFBU' TABNM = ACT_TABNAME APPLC = APPLC_KC FUNC = ' ' TABLES FIELD_TAB = FIELD_TAB EXCEPTIONS NO_INFO = 1 SELECTION_ERROR = 2 FTAB_EMPTY = 3 OTHERS = 4.

RKC_CQFIETAB_GET_FROM_FTAB CALL FUNCTION 'RKC_CQFIETAB_GET_FROM_FTAB' EXPORTING REFRESH_BUF = ' ' TABNM = ACT_TABNAME STATE = 'A' APPLC = APPLC_KC * I_WITH_ATR = ' ' * I_WITH_DISP_ATR = ' ' REFRESH_FDEP = ' ' * PA_TYPE = '1' * IMPORTING * GOT_STATE = * E_SAPRL = TABLES cqfie_tab = cqfie_tab EXCEPTIONS NO_INFO = 1 SELECTION_ERROR = 2 CQFIE_NO_DIMENSION_IN_FTAB = 3 DPFIE_NO_DIMENSION_IN_FTAB = 4 OTHERS = 5.

RKC_DFIES_GET CALL FUNCTION 'RKC_DFIES_GET' "#EC * EXPORTING "#EC * I_TABNM = GT_CQFIE_TAB-RFTAB "#EC * I_FIENM = GT_CQFIE_TAB-FIENM "#EC * IMPORTING "#EC * E_S_DFIES = GT_DFIES "#EC * EXCEPTIONS "#EC * NO_TEXTS_FOUND = 1 "#EC * NO_INFORMATION_FOUND = 2 "#EC * OTHERS = 3. "#EC *

RKC_GET_UNIT_CURR_FOR_CHAR_VAL CALL FUNCTION 'RKC_GET_UNIT_CURR_FOR_CHAR_VAL' "#EC * EXPORTING "#EC * GU_RFTAB = RFTABFIE_WTYP-RFTAB "#EC * GU_RFFIE = RFTABFIE_WTYP-RFFIE "#EC * TABLES "#EC * GU_FDEP_TAB = FDEP_TAB "#EC * GU_REF_UNICUR = REF_UNICUR "#EC * EXCEPTIONS "#EC * NO_UNIT_CUKY = 1 "#EC * ENTRY_NOT_FOUND = 2 "#EC * OTHERS = 3. "#EC *

EWU_GET_CUKEY_TKCF CALL FUNCTION 'EWU_GET_CUKEY_TKCF' EXPORTING FIENM = TKCF-FIENM IMPORTING CUKY0 = G_CUKY0 EXCEPTIONS NO_RECORD_FOUND = 1 OTHERS = 2.

RKC_ASPET_INFO CALL FUNCTION 'RKC_ASPET_INFO' "#EC * EXPORTING ASPET = P_ASPET IMPORTING ACUKY0 = L_CUKY EXCEPTIONS NOT_EXIST = 3 NOT_IN_CLIENT = 1 NOT_IN_STATE = 2 OTHERS = 4.



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 EWUEISLO or its description.