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

RFBKGL_INCLUDE_BSPREP SAP ABAP INCLUDE - Include for Routines for Balance Sheet Preparation







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


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_BSPREP. "Basic submit
SUBMIT RFBKGL_INCLUDE_BSPREP AND RETURN. "Return to original report after report execution complete
SUBMIT RFBKGL_INCLUDE_BSPREP 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 for Routines for Balance Sheet Preparation


INCLUDES used within this REPORT RFBKGL_INCLUDE_BSPREP

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_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.



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