EWU_FAGL_OBJCHECK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program to analyze any inconsistencies between the totals table and the object tables in new General Ledger Accounting...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 EWU_FAGL_OBJCHECK 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: P_LIST = Output List
Title: Analysis of Object Number Inconsistencies
Text Symbol: 001 = Ledger:
INCLUDE: RFEWUI01.
No SAP DATABASE tables are accessed within this REPORT code!
LIST_FROM_MEMORY CALL FUNCTION 'LIST_FROM_MEMORY' TABLES listobject = list_tab EXCEPTIONS not_found = 1 OTHERS = 2.
WRITE_LIST CALL FUNCTION 'WRITE_LIST' TABLES listobject = list_tab.
EWU_PAKET_GET CALL FUNCTION 'EWU_PAKET_GET' IMPORTING phase = p_phase * prodflag = p_prodflag * paketsich = p_paketsich CHANGING paket = p_paket EXCEPTIONS active_paket_not_found = 1 OTHERS = 2.
FAGL_GET_ACT_BUKRS_FOR_GLFLEX CALL FUNCTION 'FAGL_GET_ACT_BUKRS_FOR_GLFLEX' IMPORTING et_act_bukrs = et_bukrs[].
FI_EWU_CONVERTED_COMPANYCODES CALL FUNCTION 'FI_EWU_CONVERTED_COMPANYCODES' EXPORTING p_paket = i_paket p_10 = i_10 p_w2 = i_w2 p_w3 = i_w3 p_lw = i_lw p_11 = i_11 TABLES t_bukrs = lt_bukrs EXCEPTIONS OTHERS = 1.
FAGL_GET_LEADING_LEDGER CALL FUNCTION 'FAGL_GET_LEADING_LEDGER' IMPORTING e_rldnr = l_lead_rldnr EXCEPTIONS not_found = 1 more_than_one = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
EWU_FAGL_OBJCHECK - Analysis of Object Number Inconsistencies EWU_FAGL_OBJCHECK - Analysis of Object Number Inconsistencies EWUWTLS - EMU: Optimizing Control Table Entries Using EWUWT EWUWTLS - EMU: Optimizing Control Table Entries Using EWUWT EWUUEXFR - EMU Conversion: User Exits for the Euro EWUTSLLO - EMU: Entries in table EWUTSL