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
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: 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
INCLUDE IFRE_CHECK_RE_CLASSIC.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVINK31 - Display Master SUs with Participating SUs in ALV RFVINK31 - Display Master SUs with Participating SUs in ALV RFVINK30 - Advance Payments Made RFVINK30 - Advance Payments Made RFVINK21 - Evaluation for SC Settlement: Apportionment Result RFVINK21 - Evaluation for SC Settlement: Apportionment Result