/EACA/GL_CONFIGURE is a standard Executable ABAP Report 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 /EACA/GL_CONFIGURE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
/EACA/GL_CONFIGURE - Configure xGL
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: SYSTEM = D Accounting System
Selection Text: P_UPD_J = Bring Characts to Journals
Selection Text: P_REG_CK = Register Characts (Obsolete)
Selection Text: P_CON_DM = Configure BW Data Retention
Selection Text: P_ACT_RP = Active Item Reporting
Selection Text: P_ACT_PN = Create Source Document
Selection Text: P_ACT_BT = Activate BTA
Selection Text: P_ACT_BR = Activate Balance Reporting
Selection Text: P_ACT_BL = Activate Balance Tool
Selection Text: INDUSTRY = D Industry
Selection Text: DATABASI = D Data Basis
Title: Configure General Ledger
Text Symbol: TB3 = Data Basis by Accounting System(s)
Text Symbol: TB2 = Accounting System
Text Symbol: TB1 = Data Basis Only
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ACC_DATABASIS_GET CALL FUNCTION 'ACC_DATABASIS_GET' IMPORTING e_acc_databasis = databasi.
/EACA/GL_CONFIGURE CALL FUNCTION '/EACA/GL_CONFIGURE' EXPORTING i_databasis = databasi i_acc_system = system i_industry = industry i_reg_chars = p_reg_ck i_upd_journals = p_upd_j i_act_balance = p_act_bl i_conf_dm = p_con_dm i_act_prima_nota = p_act_pn i_act_bta = p_act_bt i_act_doc_reporting = p_act_rp i_act_bal_reporting = p_act_br CHANGING co_msg_handler = o_msg_handler.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
/EACA/GL_CONFIGURE - Configure General Ledger /EACA/GL_CONFIGURE - Configure General Ledger /EACA/GL_BTA_FUNCTION_TEMPLATE - /EACA/GLBTAFUNCTIONTEMPLATE /EACA/GL_BAL_REPORT - G/L Account Balance Display /EACA/GL_BAL_REPORT - G/L Account Balance Display /EACA/GL_ACC_ASSTYPE_EXIT - GL Exit for Account Assignment Category