RFBKGL_INCLUDE_BSPREP 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_BSPREP 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 for Routines for Balance Sheet Preparation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BKK_GL_BS_PREP_DET_LIST_COMPL CALL FUNCTION 'BKK_GL_BS_PREP_DET_LIST_COMPL' TABLES t_list = g_dlist_bsp_old.
BKK_GL_BS_PREP_DET_LIST_COMPL CALL FUNCTION 'BKK_GL_BS_PREP_DET_LIST_COMPL' TABLES t_list = g_dlist_bsp_act.
BKK_ALV_GET_FIELDCAT CALL FUNCTION 'BKK_ALV_GET_FIELDCAT' EXPORTING i_report = g_report i_listno = 1 TABLES t_fieldcat = t_ftab.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_report i_structure_name = 'G_DLIST_BSP_OLD' it_fieldcat = t_ftab i_save = g_save is_variant = g_variant it_events = g_t_event TABLES t_outtab = g_dlist_bsp_old.
BKK_ALV_GET_FIELDCAT CALL FUNCTION 'BKK_ALV_GET_FIELDCAT' EXPORTING i_report = g_report i_listno = 1 TABLES t_fieldcat = t_ftab.
REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING et_fieldcat = t_ftab EXCEPTIONS OTHERS = 0.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_report i_structure_name = 'G_DLIST_BSP_ACT' it_fieldcat = t_ftab i_save = g_save is_variant = g_variant is_layout = layout it_events = g_t_event TABLES t_outtab = g_dlist_bsp_act.
BKK_GL_GET_LAST_TRANSFER_DATE CALL FUNCTION 'BKK_GL_GET_LAST_TRANSFER_DATE' EXPORTING i_bkkrs = g_bkkrs-bkkrs i_x_old_data = l_x_old_data IMPORTING e_rc = l_rc e_date_trans = l_last_bp.
BKK_BKKC12_CHECK_LAST_BP CALL FUNCTION 'BKK_BKKC12_CHECK_LAST_BP' EXPORTING i_bal_type = l_glbal_type i_bkkrs = g_bkkrs-bkkrs i_date = l_last_bp IMPORTING e_entries = l_entries.
BKK_GL_GET_LAST_TRANSFER_DATE CALL FUNCTION 'BKK_GL_GET_LAST_TRANSFER_DATE' EXPORTING i_bkkrs = g_bkkrs-bkkrs i_x_old_data = l_x_old_data IMPORTING e_rc = l_rc e_date_trans = l_last_bp.
BKK_BKKC12_CHECK_LAST_BP CALL FUNCTION 'BKK_BKKC12_CHECK_LAST_BP' EXPORTING i_bal_type = l_glbal_type i_bkkrs = g_bkkrs-bkkrs i_date = l_last_bp_max IMPORTING e_entries = l_entries.
BKK_GL_BS_PREP_REFRESH_ALL CALL FUNCTION 'BKK_GL_BS_PREP_REFRESH_ALL'.
BKK_GL_BS_PREP_ACCT_CHANGE CALL FUNCTION 'BKK_GL_BS_PREP_ACCT_CHANGE' EXPORTING i_bkkc13 = u_bkkc13 i_gl_process = u_gl_process i_test = u_xtest i_tas_bkkc13 = g_tas_bkkc13 TABLES t_bkkc02 = g_bkkc02 t_list = g_dlist_bsp_act EXCEPTIONS no_zero_balance = 01 gl_error = 01 OTHERS = 02.
BKK_GL_BS_PREP_UPDATE_DB_ACCHG CALL FUNCTION 'BKK_GL_BS_PREP_UPDATE_DB_ACCHG' EXPORTING i_act = p_curr i_x_in_update_task = space.
BKK_CLOSING_SAVE_APPLLOGMESG CALL FUNCTION 'BKK_CLOSING_SAVE_APPLLOGMESG' EXPORTING i_clostype = g_con_bsprep * I_TRACE = '3' * IMPORTING * E_RC = TABLES i_t_mesg = t_mesg.
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_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 RFBKGL_GLDATA - Duplication of GL Data for Separate FI and Checks RFBKGL_CHECK_CUSTOMIZ_S01 - Include RFBKGL_CHECK_CUSTOMIZ_S01