RFBKGL_GLDATA_INCLUDE01 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_GLDATA_INCLUDE01 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 RFBKGL_GLDATA_INCLUDE01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BKK_TRNSTYPE_GET_ALL CALL FUNCTION 'BKK_TRNSTYPE_GET_ALL' TABLES t_trnstype = l_tab_trnstype.
BKK_GL_ACTIVITY_GET CALL FUNCTION 'BKK_GL_ACTIVITY_GET' EXPORTING i_glvar = l_wrk_bukrs-glvar i_trnstype =
-trnstype * I_NEW_READ = IMPORTING e_glact = l_glact.
BKK_GL_ACTIVITY_GET_ALL CALL FUNCTION 'BKK_GL_ACTIVITY_GET_ALL' EXPORTING i_glvar = l_wrk_bukrs-glvar * I_NEW_READ = TABLES e_tab_activity = l_tab_activity.
BKK_BKKRS_GET_RANGE CALL FUNCTION 'BKK_BKKRS_GET_RANGE' TABLES r_bkkrs = l_rng_bkkrs t_bkkrs = l_tab_bkkrs.
BKK_BKKRS_GET_GLDATA CALL FUNCTION 'BKK_BKKRS_GET_GLDATA' EXPORTING i_bkkrs =
-bkkrs IMPORTING e_rc = e_rcd_return e_bukrs = l_wrk_bukrs-bukrs e_glvar = l_wrk_bukrs-glvar.
BKK_GL_VARIANT_GET CALL FUNCTION 'BKK_GL_VARIANT_GET' EXPORTING i_glvar = l_wrk_bukrs-glvar IMPORTING e_gldata = l_wrk_gldata.
BKK_BKKRS_TRANSF_TYPE_GET_DATA * CALL FUNCTION 'BKK_BKKRS_TRANSF_TYPE_GET_DATA' * IMPORTING * e_gl_transfertype = l_transfertype * e_rc = l_rc.
BKK_BKKRS_TRANSF_TYPE_GET_DATA call function 'BKK_BKKRS_TRANSF_TYPE_GET_DATA' EXPORTING * I_BANK_AREA = I_COMPANY_CODE = l_wrk_bukrs-bukrs IMPORTING E_GL_TRANSFERTYPE = l_transfertype * E_RFCDEST = * E_CUST_MODEL = * E_GL_CHECK_TRANSF = * E_GL_TAX_COND_KEY = E_RC = l_rc .
BKK_GL_GL_ACCESS_COMP_DETAIL CALL FUNCTION 'BKK_GL_GL_ACCESS_COMP_DETAIL' EXPORTING i_company = l_wrk_bukrs-bukrs IMPORTING e_wrk_comp_details = l_wrk_comp_details_fi e_rcd_return = l_rcd_return.
BKK_GL_GL_DATA_GET CALL FUNCTION 'BKK_GL_GL_DATA_GET' EXPORTING i_company = l_wrk_bukrs-bukrs i_flg_message = ' ' " no error message IMPORTING e_wrk_comp_details = l_wrk_comp_details_bca.
BKK_GL_GL_DATA_UPDATE CALL FUNCTION 'BKK_GL_GL_DATA_UPDATE' EXPORTING i_wrk_comp_details = l_wrk_comp_details_fi EXCEPTIONS database_error = 1 OTHERS = 2.
MESSAGES_ACTIVE CALL FUNCTION 'MESSAGES_ACTIVE' EXCEPTIONS not_active = 1.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS a_message e_message i_message w_message.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING i_use_grid = 'X'.
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = text-005 * Programminformation txt1 = text-003 * Es sind Fehler aufgetreten. Bitte prüfen Sie das Protok
BKK_ALV_GET_FIELDCAT CALL FUNCTION 'BKK_ALV_GET_FIELDCAT' EXPORTING i_report = l_report i_listno = '001' TABLES t_fieldcat = l_tab_fieldtab.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = l_report i_structure_name = 'SMESG' it_fieldcat = l_tab_fieldtab it_events = g_tab_event TABLES t_outtab = l_tab_mesg.
CALL FUNCTION 'MESSAGES_GIVE' * EXPORTING * I_ZEILE = ' ' * I_INCL_TITLE = 'X' TABLES t_mesg = c_tab_mesg.
MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' IMPORTING max_severity = c_max_serverity.
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_GLDATA_INCLUDE01 or its description.
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 RFBKGL_CHECK_CUSTOMIZ_CHECKF01 - Include RFBKGL_CHECK_CUSTOMIZ_CHECKF01 RFBKGL_CHECK_CUSTOMIZ - Check Customizing Settings for General Ledger Transfer