SAP Reports / Programs | Financial Accounting | Asset Accounting(FI-AA) SAP FI

FAA_GL_RECONF02 SAP ABAP INCLUDE - FAAGLRECONF02







FAA_GL_RECONF02 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter FAA_GL_RECONF02 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 FAA_GL_RECONF02. "Basic submit
SUBMIT FAA_GL_RECONF02 AND RETURN. "Return to original report after report execution complete
SUBMIT FAA_GL_RECONF02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT FAA_GL_RECONF02

No INCLUDES are used within this REPORT code!


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:

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = sy-dynnr translate_to_upper = 'X' * request = 'X' TABLES dynpfields = lt_dynpfields EXCEPTIONS OTHERS = 0.

FAA_READ_AREA_SETTINGS CALL FUNCTION 'FAA_READ_AREA_SETTINGS' EXPORTING i_orgunit = cd_company IMPORTING et_areasettings = lt_areas EXCEPTIONS customizing_wrong = 1 wrong_input_data = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'T093T' TABLES dfies_tab = lt_fields EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

T093T_READ CALL FUNCTION 'T093T_READ' EXPORTING f_t093t = ls_t093t IMPORTING f_t093t = ls_t093t EXCEPTIONS OTHERS = 2.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'AFABER' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'PA_AFABE' window_title = 'Abschreibungsbereiche einschränken'(017) value_org = 'S' TABLES value_tab = lt_t093t field_tab = lt_fields EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

FAA_READ_AREA_SETTINGS CALL FUNCTION 'FAA_READ_AREA_SETTINGS' EXPORTING i_orgunit = i_bukrs IMPORTING et_areasettings = lt_areas EXCEPTIONS OTHERS = 3.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = sy-dynnr translate_to_upper = 'X' * request = 'X' TABLES dynpfields = lt_dynpfields EXCEPTIONS OTHERS = 0.

AM_T001_READ CALL FUNCTION 'AM_T001_READ' EXPORTING f_t001 = ls_t001 i_pbo_check = 'X' "<<< 'S' message if wrong company IMPORTING f_t001 = ls_t001 EXCEPTIONS wrong_bukrs = 4.

T093C_READ CALL FUNCTION 'T093C_READ' EXPORTING f_t093c = ls_t093c i_pbo_check = 'X' IMPORTING f_t093c = ls_t093c EXCEPTIONS not_found = 4.

T093_READ CALL FUNCTION 'T093_READ' EXPORTING f_t093 = ls_t093 IMPORTING f_t093 = ls_t093 EXCEPTIONS not_found = 1 OTHERS = 2.

READ_HAUPTBUCH_TEXT CALL FUNCTION 'READ_HAUPTBUCH_TEXT' EXPORTING kontenplan = ls_t001-ktopl sachkonto = ls_skat-saknr sprache = sy-langu IMPORTING text_wa = ls_skat EXCEPTIONS text_not_found = 1 OTHERS = 2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'SKAT' TABLES dfies_tab = lt_fields EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'SAKNR' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'PA_HKONT' window_title = 'Abstimmkonten einschränken'(016) value_org = 'S' TABLES value_tab = lt_skat field_tab = lt_fields EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

FAGL_GET_LEDGER_FROM_GROUP CALL FUNCTION 'FAGL_GET_LEDGER_FROM_GROUP' EXPORTING i_ldgrp = ls_faa_recon-ldgrp i_bukrs = uv_bukrs IMPORTING et_ledger = lt_rldnr EXCEPTIONS error_in_ledgergroup = 1 OTHERS = 2.

FAGL_GET_TABLENAMES CALL FUNCTION 'FAGL_GET_TABLENAMES' EXPORTING i_ledger = ls_gl_recon-rldnr IMPORTING es_tabnames = ls_tabnames EXCEPTIONS not_found = 1 configuration_error = 2 OTHERS = 3.

G_GET_LEDGER_INFO CALL FUNCTION 'G_GET_LEDGER_INFO' EXPORTING i_rldnr = ls_gl_recon-rldnr IMPORTING e_ledger_info = ls_t881 EXCEPTIONS no_ledger_info_found = 1 OTHERS = 4.

FAGL_GET_LEDGER_FROM_GROUP CALL FUNCTION 'FAGL_GET_LEDGER_FROM_GROUP' EXPORTING i_ldgrp = ls_faa_recon-ldgrp i_bukrs = uv_bukrs IMPORTING et_ledger = lt_rldnr EXCEPTIONS error_in_ledgergroup = 1 OTHERS = 2.

FAGL_GET_TABLENAMES CALL FUNCTION 'FAGL_GET_TABLENAMES' EXPORTING i_ledger = ls_gl_recon-rldnr IMPORTING es_tabnames = ls_tabnames EXCEPTIONS not_found = 1 configuration_error = 2 OTHERS = 3.

G_GET_LEDGER_INFO





CALL FUNCTION 'G_GET_LEDGER_INFO' EXPORTING i_rldnr = ls_gl_recon-rldnr IMPORTING e_ledger_info = ls_t881 EXCEPTIONS no_ledger_info_found = 1 OTHERS = 4.

AM_T001_READ CALL FUNCTION 'AM_T001_READ' EXPORTING f_t001 = cs_t001 IMPORTING f_t001 = cs_t001 EXCEPTIONS wrong_bukrs = 4.

T093C_READ CALL FUNCTION 'T093C_READ' EXPORTING f_t093c = cs_t093c IMPORTING f_t093c = cs_t093c EXCEPTIONS not_found = 4.

T093_READ CALL FUNCTION 'T093_READ' EXPORTING f_t093 = ls_t093 IMPORTING f_t093 = ls_t093 EXCEPTIONS not_found = 1 OTHERS = 2.



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