RFBKGL_INCLUDE_GENERAL 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_GENERAL 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!
BKK_BKKRS_GET_T CALL FUNCTION 'BKK_BKKRS_GET_T' TABLES t_bkkrs = t_tbkk01.
BKK_BKKRS_GET_GLDATA CALL FUNCTION 'BKK_BKKRS_GET_GLDATA' EXPORTING i_bkkrs = ct_bkkrs-bkkrs IMPORTING e_bukrs = ct_bkkrs-bukrs e_glvar = ct_bkkrs-glvar.
BKK_BKKRS_GET_T CALL FUNCTION 'BKK_BKKRS_GET_T' TABLES t_bkkrs = l_tab_tbkk01.
BKK_BKKRS_GET_PAYM CALL FUNCTION 'BKK_BKKRS_GET_PAYM' EXPORTING i_bkkrs = u_bkkrs IMPORTING e_rc = l_rc e_calendar = cal_id.
FIMA_DAY_CONVERT_TO_WORKINGDAY CALL FUNCTION 'FIMA_DAY_CONVERT_TO_WORKINGDAY' EXPORTING i_date = l_check_date i_swerk = 1 "Next working day i_bdays = 0 "No days needed, DATE_BASE set IMPORTING e_date = l_calc_date e_subrc = l_rc TABLES icalid = t_calid.
BKK_PER_TASK_AUTHORITY_CHECK CALL FUNCTION 'BKK_PER_TASK_AUTHORITY_CHECK' EXPORTING i_object = u_object i_method = u_method i_actvt = l_actvt i_flg_msg_handler = 'X' TABLES r_bkkrs = ur_bkkrs.
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.
MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' IMPORTING max_severity = c_severity.
BKK_PER_TASK_AUTHORITY_CHECK CALL FUNCTION 'BKK_PER_TASK_AUTHORITY_CHECK' EXPORTING i_object = g_con_object_general_ledger i_method = u_method i_actvt = l_actvt i_flg_msg_handler = 'X' IMPORTING e_method_allowed = c_rc TABLES r_bkkrs = s_bkkrs.
BKK_BKKRS_GET_POSTDATE CALL FUNCTION 'BKK_BKKRS_GET_POSTDATE' EXPORTING i_bkkrs = u_t_bkkrs-bkkrs IMPORTING e_postdate = l_date_post EXCEPTIONS post_date_error = 1.
BKK_FIKEY_GET_FOR_PROCESS CALL FUNCTION 'BKK_FIKEY_GET_FOR_PROCESS' EXPORTING i_bkkrs = u_t_bkkrs-bkkrs i_process = g_con_glprocess_dinp TABLES e_t_process_date = l_t_process_date EXCEPTIONS data_error = 1 fikey_not_found = 2 OTHERS = 3.
ENQUEUE_EBKK_GLFIK CALL FUNCTION 'ENQUEUE_EBKK_GLFIK' EXPORTING bkkrs = ut_bkkrs-bkkrs EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
BKK_GL_REP_GLPROCESS_TEXT_GET CALL FUNCTION 'BKK_GL_REP_GLPROCESS_TEXT_GET' EXPORTING i_glprocess = u_gl_process i_flg_no_message = 'X' IMPORTING e_gl_process_text = l_gl_process_text.
BKK_FIKEY_PROCESS_OPEN CALL FUNCTION 'BKK_FIKEY_PROCESS_OPEN' EXPORTING i_bkkrs = ut_bkkrs-bkkrs i_glprocess = u_gl_process IMPORTING e_fikey_curr = l_fikey_new EXCEPTIONS old_fikey_closed = 1 "Msg in handler no_gl_customizing = 2 "Must not happen (see bkkrs_fill) param_error = 3 OTHERS = 4.
BKK_FIKEY_PROCESS_CLOSE CALL FUNCTION 'BKK_FIKEY_PROCESS_CLOSE' EXPORTING i_bkkrs = ut_bkkrs-bkkrs i_glprocess = u_process EXCEPTIONS fikey_not_found = 1.
CALL FUNCTION 'MESSAGES_GIVE' TABLES t_mesg = t_mesg.
DEQUEUE_EBKK_GLFIK CALL FUNCTION 'DEQUEUE_EBKK_GLFIK' EXPORTING bkkrs = ut_bkkrs-bkkrs.
MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES t_mesg = l_mesg.
BKK_FIKEY_UPDATE_DB_BPRUN CALL FUNCTION 'BKK_FIKEY_UPDATE_DB_BPRUN' EXPORTING i_bal_type = l_bal_type i_bkkrs = u_t_bkkrs-bkkrs i_date = u_datbis i_action = u_action.
BKK_GL_GET_LAST_BSRUN_INFO CALL FUNCTION 'BKK_GL_GET_LAST_BSRUN_INFO' EXPORTING i_glbal_type = l_bal_type i_bkkrs = u_t_bkkrs-bkkrs IMPORTING e_date_run_to = l_date_run_to.
BKK_FIKEY_UPDATE_DB_BPRUN CALL FUNCTION 'BKK_FIKEY_UPDATE_DB_BPRUN' EXPORTING i_bal_type = l_bal_type i_bkkrs = u_t_bkkrs-bkkrs i_date = l_date_run_to i_action = con_delete.
BKK_BKKRS_GET_T CALL FUNCTION 'BKK_BKKRS_GET_T' TABLES t_bkkrs = lt_bkkrs.
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_GENERAL or its description.
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 RFBKGL_GLDATA - Duplication of GL Data for Separate FI and Checks