SAP Reports / Programs | Financials | Business Accounting | General Ledger(FIN-BAC-GL) SAP FIN

/EACA/GL_CONFIGURE SAP ABAP Report - Configure General Ledger







/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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/EACA/GL_CONFIGURE - Configure xGL


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 /EACA/GL_CONFIGURE. "Basic submit
SUBMIT /EACA/GL_CONFIGURE AND RETURN. "Return to original report after report execution complete
SUBMIT /EACA/GL_CONFIGURE 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: 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


INCLUDES used within this REPORT /EACA/GL_CONFIGURE

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:

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.



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 /EACA/GL_CONFIGURE or its description.