EWUTSLLO is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The TSL fields in Special Purpose Ledger tables must be translated for certain combinations of ledger, company code or global company, and account number...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 EWUTSLLO 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_UPDA = Update Run
Title: EMU: Entries in table EWUTSL
INCLUDE EWUSTDDD.
INCLUDE GLFLEXDECLARATIONS.
INCLUDE EWUSTEPR.
INCLUDE EWUSTDLD.
No SAP DATABASE tables are accessed within this REPORT code!
G_CHECK_GLFLEX_ACTIVE * CALL FUNCTION 'G_CHECK_GLFLEX_ACTIVE' * IMPORTING * GLFLEX_ACTIVE = GD_GLFLEX_ACTIVE * EXCEPTIONS * ERROR_IN_SETUP = 1 * OTHERS = 2.
FAGL_CHECK_GLFLEX_ACTIVE CALL FUNCTION 'FAGL_CHECK_GLFLEX_ACTIVE' IMPORTING e_glflex_active = ld_glex_active EXCEPTIONS error_in_setup = 0 OTHERS = 0.
FAGL_GET_ALL_LEDGERS CALL FUNCTION 'FAGL_GET_ALL_LEDGERS' TABLES et_t881 = lt_t881.
G_GET_ORGANIZATIONAL_DATA CALL FUNCTION 'G_GET_ORGANIZATIONAL_DATA' EXPORTING i_rldnr = t881-rldnr i_orgunit = t001-bukrs * JOIN_OF_VALUTYP_AND_CURT = 'X' * SEND_ERROR_WHEN_DEPLD = ' ' * IMPORTING * organizational_info = ls_org_info EXCEPTIONS OTHERS = 4.
G_READ_FIXED_LEDGERS CALL FUNCTION 'G_READ_FIXED_LEDGERS' EXPORTING table = tab with_parallel_ledgers = 'X' TABLES ledgers = ledgers.
G_TABLE_READ CALL FUNCTION 'G_TABLE_READ' EXPORTING table = t800a-tab IMPORTING table_attr = g_table_attr EXCEPTIONS not_found = 1 OTHERS = 2.
G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING fieldname = 'RACCT' table = t881-tab EXCEPTIONS not_found = 1 OTHERS = 2.
RK_KOKRS_FIND CALL FUNCTION 'RK_KOKRS_FIND' EXPORTING bukrs = t001-bukrs 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.
EWUTSLLO - EMU: Entries in table EWUTSL EWUTSLLO - EMU: Entries in table EWUTSL EWUTRANS - EMU Conversion: Generate Transport EWUTRANS - EMU Conversion: Generate Transport EWUTRAN1 - Generate Transport Request from Local Currency Changeover EWUTRAN1 - Generate Transport Request from Local Currency Changeover