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
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 Forms RFBKGL01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
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_INCLUDE_TRANSFI - Include Forms RFBKGL01 RFBKGL_INCLUDE_GENERAL - RFBKGLINCLUDEGENERAL RFBKGL_INCLUDE_DINP - RFBKGLINCLUDEDINP RFBKGL_INCLUDE_BSPREP - Include for Routines for Balance Sheet Preparation RFBKGL_GLDATA_INCLUDE02 - Include RFBKGL_GLDATA_INCLUDE02 RFBKGL_GLDATA_INCLUDE01 - Include RFBKGL_GLDATA_INCLUDE01