SAP Reports / Programs | G/L transfer | Bank Components | G/L transfer(IS-B-BCA-PT-GLP) SAP IS

RFBKGL_GLDATA_INCLUDE02 SAP ABAP INCLUDE - Include RFBKGL_GLDATA_INCLUDE02







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


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 RFBKGL_GLDATA_INCLUDE02. "Basic submit
SUBMIT RFBKGL_GLDATA_INCLUDE02 AND RETURN. "Return to original report after report execution complete
SUBMIT RFBKGL_GLDATA_INCLUDE02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RFBKGL_GLDATA_INCLUDE02


INCLUDES used within this REPORT RFBKGL_GLDATA_INCLUDE02

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:

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.



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