RFKK_VBUND_F01 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_F01 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_ENHANCEMENT_STATUS_CHECK CALL FUNCTION 'FKK_ENHANCEMENT_STATUS_CHECK' EXPORTING i_table = 'DFKKOP' i_field = 'GSBER_MIG' IMPORTING e_active = x_enh_gsber_mig.
FKK_ENHANCEMENT_STATUS_CHECK CALL FUNCTION 'FKK_ENHANCEMENT_STATUS_CHECK' EXPORTING i_table = 'DFKKOP' i_field = 'SEGMT_MIG' IMPORTING e_active = x_enh_segmt_mig.
FKK_ENHANCEMENT_STATUS_CHECK CALL FUNCTION 'FKK_ENHANCEMENT_STATUS_CHECK' EXPORTING i_table = 'DFKKOP' i_field = 'PRCTR_MIG' IMPORTING e_active = x_enh_prctr_mig.
FKK_GET_ACCOUNT_ASSINGMENTS CALL FUNCTION 'FKK_GET_ACCOUNT_ASSINGMENTS' EXPORTING is_position = ls_dfkkop IMPORTING et_fields = lt_fields.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = lv_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.
BAL_DSP_LOG_DISPLAY * CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' * EXCEPTIONS * profile_inconsistent = 1 * internal_error = 2 * no_data_available = 3 * no_authority = 4 * OTHERS = 5.
BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_save_all = 'X' EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKK_VBUND_F01 - RFKKVBUNDF01 RFKK_VBUND_CL1 - RFKKVBUNDCL1 RFKK_VBUND - Adjustment Postings for Equity Holdings RFKK_VBUND - Adjustment Postings for Equity Holdings RFKK_VAR_MIGRATE_DOCUMENT - Generate/Migrate Variants for Document Posting RFKK_VAR_MIGRATE_DOCUMENT - Generate/Migrate Variants for Document Posting