RFKK_VBUND is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for If a company purchases another company, the company that was purchased becomes an affiliated or participating company...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFKK_VBUND into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FPVBUND - Adjustment to Percentage of Ownersh.
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.
Selection Text: P_SEGMT = D .
Selection Text: P_GSBER = D .
Selection Text: P_GPART = D .
Selection Text: P_BUKRS = D .
Selection Text: P_TEST = Display Only (No Posting)
Selection Text: P_REV = Revenues/Expenses
Selection Text: P_RES = Reserves
Selection Text: P_OP = Accounts Payable/Receivable
Selection Text: P_DET = Log at Document Level
Selection Text: P_DATUM = Key Date
Selection Text: P_BUTO = Consider Revenues To
Selection Text: P_BUFROM = Consider Revenues From
Title: Adjustment Postings for Equity Holdings
Text Symbol: 020 = Options
Text Symbol: 011 = Posting Parameters
Text Symbol: 010 = Delimitation
Text Symbol: 009 = Adjustment Requirement
Text Symbol: 007 = Reserves
Text Symbol: 004 = Revenues and Expenses
Text Symbol: 003 = Payables and Receivables
Text Symbol: 002 = Selection of Items
Text Symbol: 001 = Selection Data for Determination of Adjustment Requirement
INCLUDE RFKK_VBUND_PBO.
INCLUDE RFKK_VBUND_PAI.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = lv_repid *<< EhP4/note 1815814 * i_structure_name = 'SHOW_VBUND_CORR' it_fieldcat = gt_fieldcat *>> EhP4/note 1815814 is_variant = gs_variant i_save = gv_save i_default = 'X' i_grid_title = lv_title it_sort = lt_sort_info is_print = ls_print_info TABLES t_outtab = gt_vbund_corr.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = lv_repid *<< EhP4/note 1815814 * i_structure_name = 'SHOW_VBUND_CORR' it_fieldcat = gt_fieldcat *<< EhP4/note 1815814 is_variant = gs_variant i_save = gv_save i_default = 'X' i_grid_title = lv_title it_sort = lt_sort_info is_print = ls_print_info TABLES t_outtab = gt_vbund_corr.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = lv_repid *<< EhP4/note 1815814 * i_structure_name = 'SHOW_VBUND_CORR_2' it_fieldcat = gt_fieldcat_2 *<< EhP4/note 1815814 is_variant = gs_variant i_save = gv_save i_default = 'X' i_grid_title = lv_title it_sort = lt_sort_info is_print = ls_print_info TABLES t_outtab = gt_vbund_corr_rev.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = lv_repid *<< EhP4/note 1815814 * i_structure_name = 'SHOW_VBUND_CORR_2' it_fieldcat = gt_fieldcat_2 *<< EhP4/note 1815814 is_variant = gs_variant i_save = gv_save i_default = 'X' i_grid_title = lv_title it_sort = lt_sort_info is_print = ls_print_info TABLES t_outtab = gt_vbund_corr_rev.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = lv_repid *<< EhP4/note 1815814 * i_structure_name = 'SHOW_VBUND_CORR_2' it_fieldcat = gt_fieldcat_2 *<< EhP4/note 1815814 is_variant = gs_variant i_save = gv_save i_default = 'X' i_grid_title = lv_title it_sort = lt_sort_info is_print = ls_print_info TABLES t_outtab = gt_vbund_corr_res.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = lv_repid *<< EhP4/note 1815814 * i_structure_name = 'SHOW_VBUND_CORR_2' it_fieldcat = gt_fieldcat_2 *<< EhP4/note 1815814 is_variant = gs_variant i_save = gv_save i_default = 'X' i_grid_title = lv_title it_sort = lt_sort_info is_print = ls_print_info TABLES t_outtab = gt_vbund_corr_res.
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 - 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 RFKK_VAR_MIGRATE - Generate/Migrate Variants for Payment Lot RFKK_VAR_MIGRATE - Generate/Migrate Variants for Payment Lot