SAP Reports / Programs | Real Estate Management(RE) SAP RE

RFVINK31 SAP ABAP Report - Display Master SUs with Participating SUs in ALV







RFVINK31 is a standard Executable ABAP Report 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 RFVINK31 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 RFVINK31. "Basic submit
SUBMIT RFVINK31 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVINK31 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: S_DATUM = Valid-from date
Title: Display Master SUs with Participating SUs in ALV
Text Symbol: 001 = Display
Text Symbol: 002 = Master settlement units
Text Symbol: 003 = Participating settlement units
Text Symbol: 004 = Sort according to participating SUs
Text Symbol: 005 = Settlement unit selection
Text Symbol: 006 = Valid-from date assignment of participating SUs
Text Symbol: 007 = Master SU: Display participating SUs
Text Symbol: 008 = Participating SU: Display assignment of master SUs
Text Symbol: 009 = Sort according to master SUs
Text Symbol: 010 = Settlement periods
Text Symbol: 011 = Valid-from date assignment of participating SUs
Text Symbol: 012 = Display periods


INCLUDES used within this REPORT RFVINK31

INCLUDE IFRE_CHECK_RE_CLASSIC.


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:

RE_SCS_VIAK26_READ_WITH_DATE call function 'RE_SCS_VIAK26_READ_WITH_DATE' exporting i_key_single = loc_key_viak26 tables e_t_viak26 = tab_viak26 exceptions wrong_call = 1 others = 2.

ABR_VIAK03_READ_WITH_BUFFER call function 'ABR_VIAK03_READ_WITH_BUFFER' exporting i_key_single = loc_key_viak26 importing e_viak03 = lfd_viak03 exceptions wrong_call = 1 not_found = 2 others = 3.

OBJECT_IDENTIFICATION_GET call function 'OBJECT_IDENTIFICATION_GET' exporting objnr = tab_viak26-objnr importing * e_text = sy-msgli ident_obart = re_obart ident_objid = sy-msgv1.

ABR_VIAK03_READ_WITH_BUFFER call function 'ABR_VIAK03_READ_WITH_BUFFER' exporting i_key_single = loc_key_viak26 importing e_viak03 = lfd_viak03 exceptions wrong_call = 1 not_found = 2 others = 3.

ABR_VIAK03_READ_WITH_BUFFER call function 'ABR_VIAK03_READ_WITH_BUFFER' exporting i_key_single = loc_key_viak26 importing e_viak03 = lfd_viak03 exceptions wrong_call = 1 not_found = 2 others = 3.

REUSE_ALV_HIERSEQ_LIST_DISPLAY call function 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' exporting i_callback_program = p_g_repid i_callback_pf_status_set = p_status i_callback_user_command = p_command it_fieldcat = p_gt_fieldcat[] it_events = lt_events is_layout = ls_layout i_tabname_header = 'P_T_OUTTAB_HEADER' i_tabname_item = 'P_T_OUTTAB_ITEM' is_keyinfo = ls_keyinfo it_sort = lt_sort i_save = 'A' tables t_outtab_header = p_t_outtab_header t_outtab_item = p_t_outtab_item.

ABR_VIAK25_READ_WITH_BUFFER call function 'ABR_VIAK25_READ_WITH_BUFFER' exporting i_key_single = loc_key_viak26 importing e_viak25 = lfd_viak25 tables e_t_viak25 = tab_viak25 exceptions wrong_call = 1 others = 2.

ABR_VIAK25_READ_WITH_BUFFER call function 'ABR_VIAK25_READ_WITH_BUFFER' exporting i_key_single = loc_key_viak26 importing e_viak25 = lfd_viak25 tables e_t_viak25 = tab_viak25 exceptions wrong_call = 1 others = 2.

ABR_VIAK25_READ_WITH_BUFFER call function 'ABR_VIAK25_READ_WITH_BUFFER' exporting i_key_single = loc_key_viak26 importing e_viak25 = lfd_viak25 tables e_t_viak25 = tab_viak25 exceptions wrong_call = 1 others = 2.

OBJECT_IDENTIFICATION_GET call function 'OBJECT_IDENTIFICATION_GET' exporting objnr = lfd_tab_item-objnr importing e_text = sy-msgli ident_obart = re_obart ident_objid = sy-msgv1.



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