SAP Reports / Programs

EWUTSLLO SAP ABAP Report - EMU: Entries in table EWUTSL







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


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 EWUTSLLO. "Basic submit
SUBMIT EWUTSLLO AND RETURN. "Return to original report after report execution complete
SUBMIT EWUTSLLO 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_UPDA = Update Run
Title: EMU: Entries in table EWUTSL


INCLUDES used within this REPORT EWUTSLLO

INCLUDE EWUSTDDD.
INCLUDE GLFLEXDECLARATIONS.
INCLUDE EWUSTEPR.
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:

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.



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