/EACA/GL_BTA_FUNCTION_TEMPLATE 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 /EACA/GL_BTA_FUNCTION_TEMPLATE 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
/EACA/GL_BTA_POST call function '/EACA/GL_BTA_POST' exporting i_acc_databasis = '\ACC_DATABASIS\' i_tranche = i_tranche i_prima_nota = id_prima_nota importing eo_msg_handler = o_msg_handler.
BALW_BAPIRETURN_GET2 call function 'BALW_BAPIRETURN_GET2' exporting type = 'S' cl = '/EACC/MSG_BTA' number = '002' * par1 = ' ' * par2 = ' ' * par3 = ' ' * par4 = ' ' * LOG_NO = ' ' * LOG_MSG_NO = ' ' * PARAMETER = ' ' * ROW = 0 * FIELD = ' ' importing return = s_bapiret2.
BALW_BAPIRETURN_GET2 call function 'BALW_BAPIRETURN_GET2' exporting type = 'E' cl = '/EACC/MSG_BTA' number = '001' * par1 = ' ' * par2 = ' ' * par3 = ' ' * par4 = ' ' * LOG_NO = ' ' * LOG_MSG_NO = ' ' * PARAMETER = ' ' * ROW = 0 * FIELD = ' ' importing return = s_bapiret2.
BALW_BAPIRETURN_GET2 call function 'BALW_BAPIRETURN_GET2' exporting type = o_exception->message-msgty cl = o_exception->message-msgid number = o_exception->message-msgno par1 = o_exception->message-msgv1 par2 = o_exception->message-msgv2 par3 = o_exception->message-msgv3 par4 = o_exception->message-msgv4 * LOG_NO = ' ' * LOG_MSG_NO = ' ' * PARAMETER = ' ' * ROW = 0 * FIELD = ' ' importing return = s_bapiret2.
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_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 /EACA/GL_ACC_ASSTYPE_EXIT - GL Exit for Account Assignment Category /EACA/GL_ACCSYST_FOR_DATABASIS - /EACA/GLACCSYSTFORDATABASIS