SAP Reports / Programs | Financial Accounting | General Ledger Accounting(FI-GL) SAP FI

EWU_FAGL_OBJCHECK SAP ABAP Report - Analysis of Object Number Inconsistencies







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


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 EWU_FAGL_OBJCHECK. "Basic submit
SUBMIT EWU_FAGL_OBJCHECK AND RETURN. "Return to original report after report execution complete
SUBMIT EWU_FAGL_OBJCHECK 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: P_LIST = Output List
Title: Analysis of Object Number Inconsistencies
Text Symbol: 001 = Ledger:


INCLUDES used within this REPORT EWU_FAGL_OBJCHECK

INCLUDE: RFEWUI01.


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:

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.



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