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

RFBKGL_INCLUDE_TRANSFI SAP ABAP INCLUDE - Include Forms RFBKGL01







RFBKGL_INCLUDE_TRANSFI 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_INCLUDE_TRANSFI 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_INCLUDE_TRANSFI. "Basic submit
SUBMIT RFBKGL_INCLUDE_TRANSFI AND RETURN. "Return to original report after report execution complete
SUBMIT RFBKGL_INCLUDE_TRANSFI 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 Forms RFBKGL01


INCLUDES used within this REPORT RFBKGL_INCLUDE_TRANSFI

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_GL_GET_GLPROCESS_TEXT CALL FUNCTION 'BKK_GL_GET_GLPROCESS_TEXT' "IDOCGV EXPORTING i_glprocess = u_process i_language = sy-langu IMPORTING e_t_glprocess = c_doc_val-text.

BKK_GL_VARIANT_GET CALL FUNCTION 'BKK_GL_VARIANT_GET' EXPORTING i_glvar = u_glvar IMPORTING e_gldata = gldata.

ENQUEUE_EBKK_GLFIK CALL FUNCTION 'ENQUEUE_EBKK_GLFIK' EXPORTING bkkrs = u_bkkrs fikey = u_fikey EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_EBKK_GLFIK CALL FUNCTION 'DEQUEUE_EBKK_GLFIK' EXPORTING bkkrs = u_bkkrs fikey = u_fikey.

BKK_FIKEY_GET_FOR_TRANSFER CALL FUNCTION 'BKK_FIKEY_GET_FOR_TRANSFER' EXPORTING i_bkkrs = u_bkkrs i_x_data_transfer = l_x_data_transfer i_x_transfered = ' ' TABLES r_t_fikey = s_fikey e_t_bkkc01 = l_t_bkkc01 EXCEPTIONS data_error = 1 fikey_not_found = 2 OTHERS = 3.

BKK_FIKEY_GET_FOR_TRANSFER CALL FUNCTION 'BKK_FIKEY_GET_FOR_TRANSFER' EXPORTING i_bkkrs = u_bkkrs i_x_data_transfer = l_x_data_transfer i_x_transfered = 'X' TABLES r_t_fikey = s_fikey e_t_bkkc01 = l_t_bkkc01 EXCEPTIONS data_error = 1 fikey_not_found = 2 OTHERS = 3.

MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES t_mesg = t_mesg.

MESSAGES_ACTIVE CALL FUNCTION 'MESSAGES_ACTIVE' EXCEPTIONS not_active = 1.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' IMPORTING max_severity = c_severity.

MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS a_message e_message i_message w_message.

BKK_GL_ITEM_GET_FIKEY CALL FUNCTION 'BKK_GL_ITEM_GET_FIKEY' EXPORTING i_bkkrs = u_t_bkkc01-bkkrs i_fikey = u_t_bkkc01-fikey TABLES t_bkkitgl = l_t_bkkitgl.

BKK_PAYM_ITEM_GET_DOCNO CALL FUNCTION 'BKK_PAYM_ITEM_GET_DOCNO' EXPORTING i_bkkrs = l_t_bkkitgl-bkkrs i_docno = l_t_bkkitgl-docno TABLES t_bkkit = l_t_bkkit.

BKK_GET_BKKC30_DETAIL CALL FUNCTION 'BKK_GET_BKKC30_DETAIL' TABLES u_rng_bkkrs = l_r_bkkrs u_rng_fikey = l_r_fikey * u_rng_date = l_r_budat * u_rng_acnum_int = l_r_acnum_int et_bkkc30 = l_t_bkkc30.

BKK_ACCNT_GET_DATE_STATUS CALL FUNCTION 'BKK_ACCNT_GET_DATE_STATUS' EXPORTING i_bkkrs = l_s_check_accnts-bkkrs i_acnum_int = l_s_check_accnts-acnum_int IMPORTING e_proddate = l_proddate EXCEPTIONS not_found = 1 impara_error = 2 OTHERS = 3.

MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES t_mesg = t_mesg.

BKK_GL_GET_GLPROCESS_TEXT CALL FUNCTION 'BKK_GL_GET_GLPROCESS_TEXT' "IDOCGV EXPORTING i_glprocess = u_process i_language = sy-langu IMPORTING * e_t_glprocess = c_doc_val-text.

BKK_GL_VARIANT_GET CALL FUNCTION 'BKK_GL_VARIANT_GET' EXPORTING i_glvar = u_glvar IMPORTING * e_gldata = gldata.



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