RFKK_VBUND_F02 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 RFKK_VBUND_F02 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!
FKK_CLEARING_HISTORY_READ CALL FUNCTION 'FKK_CLEARING_HISTORY_READ' EXPORTING i_opbel =
i_opupk = i_opupw = i_gpart = i_datum = p_datum i_bukrs = i_gsber = i_hkont = .
FKK_CLEARING_HISTORY_RESTRICT CALL FUNCTION 'FKK_CLEARING_HISTORY_RESTRICT' EXPORTING i_key_date = p_datum.
FKK_CLEARING_HISTORY_APPLY CALL FUNCTION 'FKK_CLEARING_HISTORY_APPLY' EXPORTING i_key_date = p_datum CHANGING c_fkkop = ls_fkkop EXCEPTIONS no_change = 1 OTHERS = 2.
FKK_CLEARING_HISTORY_CLEAR CALL FUNCTION 'FKK_CLEARING_HISTORY_CLEAR'.
FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = sv_applk.
FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '1101' i_applk = sv_applk TABLES t_fbstab = st_func.
FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '0945' i_applk = sv_applk TABLES t_fbstab = t_fbstab_0945 EXCEPTIONS error_message = 1.
FKK_SAMPLE_0945 CALL FUNCTION 'FKK_SAMPLE_0945'.
FKK_COMP_CODE_DATA CALL FUNCTION 'FKK_COMP_CODE_DATA' EXPORTING i_bukrs =
IMPORTING e_t001 = ls_t001.
FKK_ACCOUNT_DETERMINE CALL FUNCTION 'FKK_ACCOUNT_DETERMINE' EXPORTING i_tfk033d = ls_tfk033d IMPORTING e_tfk033d = ls_tfk033d EXCEPTIONS error_in_input_data = 1 nothing_found = 2 OTHERS = 3.
FKK_ACCOUNT_DETERMINE_1350 CALL FUNCTION 'FKK_ACCOUNT_DETERMINE_1350'.
FKK_ACCOUNT_DETERMINE CALL FUNCTION 'FKK_ACCOUNT_DETERMINE' EXPORTING i_tfk033d = ls_tfk033d IMPORTING e_tfk033d = ls_tfk033d EXCEPTIONS error_in_input_data = 1 nothing_found = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.