RFBKGL_GLDATA_INCLUDE02 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 RFBKGL_GLDATA_INCLUDE02 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.
Title: Include RFBKGL_GLDATA_INCLUDE02
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BKK_BKKRS_TRANSF_TYPE_GET_DATA call function 'BKK_BKKRS_TRANSF_TYPE_GET_DATA' EXPORTING * I_BANK_AREA = I_COMPANY_CODE = l_wrk_bukrs-bukrs IMPORTING E_GL_TRANSFERTYPE = l_transfertype * E_RFCDEST = * E_CUST_MODEL = * E_GL_CHECK_TRANSF = * E_GL_TAX_COND_KEY = E_RC = l_rc .
BKK_GL_GL_TEXT_GET CALL FUNCTION 'BKK_GL_GL_TEXT_GET' EXPORTING i_spras = u_langu i_ktopl = g_wrk_acc_text-ktopl i_hkont = g_wrk_acc_text-hkont i_flg_message = ' '" no error message IMPORTING e_tbkkc_glacc_txt20 = l_wrk_comp_text_short_bca e_tbkkc_glacc_txt50 = l_wrk_comp_text_long_bca e_rcd_return = l_rcd_return.
BKK_GL_GL_TEXT_UPDATE CALL FUNCTION 'BKK_GL_GL_TEXT_UPDATE' EXPORTING i_tab_account_text = g_wrk_acc_text EXCEPTIONS database_error = 1 OTHERS = 2.
BKK_GL_GL_ACCESS_ACCNT_DETAIL CALL FUNCTION 'BKK_GL_GL_ACCESS_ACCNT_DETAIL' EXPORTING i_companycode = u_bukrs i_glacct = u_glacct i_langu = u_langu IMPORTING e_gl_account_detail = l_s_gl_account_detail e_rc = c_rcd_return.
BKK_GL_REP_GLACCNT_TEXT_GET * CALL FUNCTION 'BKK_GL_REP_GLACCNT_TEXT_GET' * EXPORTING ** I_BKKRS = * I_BUKRS = u_bukrs * I_GLACCOUNT = u_GLACCT * I_LANGU = u_langu * IMPORTING * E_GLACCOUNT_SHORT_TEXT = c_GLACCOUNT_short_TEXT * E_GLACCOUNT_LONG_TEXT = c_GLACCOUNT_LONG_TEXT * E_RC = c_rcd_return.
BKK_GL_TBKKCASS_GET CALL FUNCTION 'BKK_GL_TBKKCASS_GET' EXPORTING i_glvar = u_tab_bukrs-glvar IMPORTING e_rc = l_rcd_return TABLES t_tbkkcass = l_tab_tbkkcass.
BKK_GL_CLRGRP_GET_LIST CALL FUNCTION 'BKK_GL_CLRGRP_GET_LIST' EXPORTING i_glvar = u_tab_bukrs-glvar IMPORTING e_rc = l_rcd_return TABLES t_tbkkcclr = l_tab_tbkkcclr.
BKK_GL_VARIANT_GET CALL FUNCTION 'BKK_GL_VARIANT_GET' EXPORTING i_glvar = u_tab_bukrs-glvar IMPORTING e_gldata = l_wrk_tbkkcvar.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFBKGL_GLDATA_INCLUDE02 - Include RFBKGL_GLDATA_INCLUDE02 RFBKGL_GLDATA_INCLUDE01 - Include RFBKGL_GLDATA_INCLUDE01 RFBKGL_GLDATA - Duplication of GL Data for Separate FI and Checks RFBKGL_GLDATA - Duplication of GL Data for Separate FI and Checks RFBKGL_CHECK_CUSTOMIZ_S01 - Include RFBKGL_CHECK_CUSTOMIZ_S01 RFBKGL_CHECK_CUSTOMIZ_CHECKF01 - Include RFBKGL_CHECK_CUSTOMIZ_CHECKF01