SAP Reports / Programs

RFKK_VBUND SAP ABAP Report - Adjustment Postings for Equity Holdings







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FPVBUND - Adjustment to Percentage of Ownersh.


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 RFKK_VBUND. "Basic submit
SUBMIT RFKK_VBUND AND RETURN. "Return to original report after report execution complete
SUBMIT RFKK_VBUND VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RFKK_VBUND

INCLUDE RFKK_VBUND_PBO.
INCLUDE RFKK_VBUND_PAI.


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:

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.



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