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

RFBKGL_AT_INCLUDE SAP ABAP INCLUDE - Include-Routinen für Audit Trail







RFBKGL_AT_INCLUDE 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_AT_INCLUDE 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_AT_INCLUDE. "Basic submit
SUBMIT RFBKGL_AT_INCLUDE AND RETURN. "Return to original report after report execution complete
SUBMIT RFBKGL_AT_INCLUDE 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-Routinen für Audit Trail


INCLUDES used within this REPORT RFBKGL_AT_INCLUDE

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_READ_BKKC02 CALL FUNCTION 'BKK_GL_READ_BKKC02' EXPORTING i_bkkrs = gt_save_c02-bkkrs i_fikey = gt_save_c02-fikey TABLES e_t_bkkc02 = t_bkkc02.

BKK_GL_AW_FIELDS_SET CALL FUNCTION 'BKK_GL_AW_FIELDS_SET' EXPORTING i_bkkrs = gt_save_c02-bkkrs i_fikey = gt_save_c02-fikey i_fidocno = l_fidoc IMPORTING e_awsys = ls_fi_data-awsys e_awtyp = l_awtyp e_awkey = ls_fi_data-awkey.

BKK_BKKRS_TRANSF_TYPE_GET_DATA CALL FUNCTION 'BKK_BKKRS_TRANSF_TYPE_GET_DATA' EXPORTING i_bank_area = gt_save_c02-bkkrs IMPORTING e_rfcdest = wa_rfcdest-rfcdest e_rc = c_rc EXCEPTIONS OTHERS = 1.

BKK_RFC_GL_AT_GET_FIDATA CALL FUNCTION 'BKK_RFC_GL_AT_GET_FIDATA' DESTINATION wa_rfcdest-rfcdest TABLES bkk_awobj = lt_fi_input_data bkk_fiout = lt_bkk_fiout.

BKK_GL_AT_GET_FIDATA CALL FUNCTION 'BKK_GL_AT_GET_FIDATA' TABLES bkk_awobj = lt_fi_input_data bkk_fiout = lt_bkk_fiout.

BKK_IHC_CASHCTR_EXISTS CALL FUNCTION 'BKK_IHC_CASHCTR_EXISTS' EXPORTING i_bkkrs = wa_fi_input_data_tmp-bkkrs IMPORTING e_rc = l_rc.

BKK_IHC_AT_GETDATA CALL FUNCTION 'BKK_IHC_AT_GETDATA' "Get IHC data TABLES bkk_awobj = lt_fi_input_data bkk_fiout = lt_bkk_fiout.

BKK_BKKRS_INDEPEND_GET_DISPLAY CALL FUNCTION 'BKK_BKKRS_INDEPEND_GET_DISPLAY' EXPORTING i_spras = sy-langu IMPORTING e_inddis = l_inddis e_opmnta = l_opmnta e_opmntt = l_opmntt e_ipmnta = l_ipmnta e_ipmntt = l_ipmntt EXCEPTIONS no_data = 1 text_not_found = 2 OTHERS = 3.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_user_command = g_user_command is_layout = gs_layout_main it_fieldcat = gt_fieldcat_main[] i_save = g_save is_variant = g_variant it_events = gt_events it_event_exit = gt_event_exit[] i_tabname_header = g_tabname_header i_tabname_item = g_tabname_item is_keyinfo = gs_keyinfo_main TABLES t_outtab_header = gt_header_main t_outtab_item = gt_item_main EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_internal_tabname = g_tabname_header i_structure_name = 'BKKAUDITH' CHANGING ct_fieldcat = pt_fieldcat[].

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_internal_tabname = g_tabname_item i_structure_name = 'BKKAUDITI' CHANGING ct_fieldcat = pt_fieldcat[].

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = lt_event[].

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = p_save CHANGING cs_variant = l_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

BKK_GL_GL_ACCESS_GET_BKPF_BSEG CALL FUNCTION 'BKK_GL_GL_ACCESS_GET_BKPF_BSEG' EXPORTING i_bukrs = i_bukrs i_xblnr = space IMPORTING e_rcd_return = e_rcd_return TABLES u_rng_belnr = l_rng_belnr u_rng_gjahr = l_rng_gjahr u_rng_buzei = l_rng_buzei et_bsegplus = l_tab_bkpfbseg.

BKK_GL_AW_FIELDS_PUT CALL FUNCTION 'BKK_GL_AW_FIELDS_PUT' EXPORTING i_awtyp = l_bkpf-awtyp i_awkey = l_bkpf-awkey i_xblnr = l_bkpf-xblnr IMPORTING e_bkkrs = l_bkpf-bkkrs e_fikey = l_bkpf-fikey EXCEPTIONS awtyp_error = 1 OTHERS = 2.

BKK_GL_AUTH_RECONCILIATION CALL FUNCTION 'BKK_GL_AUTH_RECONCILIATION' EXPORTING i_bkkrs = l_bkpf-bkkrs IMPORTING e_rcd_return = e_rcd_return EXCEPTIONS parameter_error = 1 OTHERS = 2.

BKK_FIKEY_GET_PROCESS CALL FUNCTION 'BKK_FIKEY_GET_PROCESS' EXPORTING i_bkkrs = l_bkpf-bkkrs i_fikey = l_bkpf-fikey IMPORTING e_glprocess = l_glprocess EXCEPTIONS fikey_not_found = 1 OTHERS = 2.

BKK_GL_REC_PAYM_ITEMS CALL FUNCTION 'BKK_GL_REC_PAYM_ITEMS' EXPORTING i_wrk_bkpf = l_bkpf IMPORTING e_rcd_return = e_rcd_return TABLES ut_tab_bkpfbseg = l_tab_bkpfbseg.

BKK_GET_BKKC30_DETAIL





CALL FUNCTION 'BKK_GET_BKKC30_DETAIL' TABLES u_rng_bkkrs = l_rng_bkkrs u_rng_fikey = l_rng_fikey et_bkkc30 = gt_bkkc30.

BKK_GL_READ_BKKC02 CALL FUNCTION 'BKK_GL_READ_BKKC02' EXPORTING i_bkkrs = gt_save_c02-bkkrs i_fikey = gt_save_c02-fikey TABLES e_t_bkkc02 = t_bkkc02.

BKK_GL_AW_FIELDS_SET CALL FUNCTION 'BKK_GL_AW_FIELDS_SET' EXPORTING i_bkkrs = gt_save_c02-bkkrs i_fikey = gt_save_c02-fikey i_fidocno = l_fidoc IMPORTING e_awtyp = l_awtyp e_awkey = ls_fi_data-awkey.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = l_callback_report i_callback_user_command = 'USER_COMMAND_AT' i_structure_name = 'IBKKGLC5' it_fieldcat = ftab it_sort = l_t_sort i_save = l_save is_variant = l_variant it_events = l_t_event TABLES t_outtab = g_tab_ltool EXCEPTIONS program_error = 1 OTHERS = 2.

BKK_ALV_GET_FIELDCAT CALL FUNCTION 'BKK_ALV_GET_FIELDCAT' EXPORTING i_report = u_report i_listno = u_listno TABLES t_fieldcat = ftab.

BKK_ALV_SET_OUTLEN_ACNUM_EXT CALL FUNCTION 'BKK_ALV_SET_OUTLEN_ACNUM_EXT' EXPORTING i_fieldname = 'ACNUM_EXT' TABLES t_bkk_outlenalv = ut_bkk_outlenalv t_ftab = ftab.

BKK_ALV_SET_HOSPOTS_JUMPFIELDS CALL FUNCTION 'BKK_ALV_SET_HOSPOTS_JUMPFIELDS' TABLES t_ftab = ftab.

BKK_GL_GL_ACCESS_GETFIDOCSUMSZ CALL FUNCTION 'BKK_GL_GL_ACCESS_GETFIDOCSUMSZ' IMPORTING e_rcd_return = c_rcd_return TABLES t_fidoc_key = l_t_keybseg t_fidoc = l_t_fidoc.

BKK_FIKEY_GET_SUMS_BSEG CALL FUNCTION 'BKK_FIKEY_GET_SUMS_BSEG' TABLES t_kbkkc02 = l_t_kbkkc02 "export t_bkkc02 = ct_tab_bkkc02. "import



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