RFVWDPR1 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 RFVWDPR1 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FWDP - Securities account list
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: SO_DEPID = D .
Selection Text: PA_VAR = D .
Selection Text: SO_BANK = D .
Selection Text: SO_BENE = D .
Selection Text: SO_COCO = D .
Selection Text: SO_PORT = D .
Selection Text: SO_SACA = D .
Selection Text: SO_SATY = D .
Selection Text: SO_SEAC = D .
Title: Securities: Securities Account List
Text Symbol: 001 = Securities: Sec.Acct List
Text Symbol: 002 = Date
Text Symbol: 003 = Time:
Text Symbol: 004 = ActiveSecAcct
Text Symbol: 005 = Closed Securities Account
Text Symbol: SEL = Accr/Defer
Text Symbol: VAR = List Display
INCLUDE WDPR1TOP.
INCLUDE WDPR1F01.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = g_str_variant-report i_callback_pf_status_set = 'STATUS' i_callback_user_command = 'USER_COMMAND' is_layout = g_str_layout it_fieldcat = g_tab_fieldcat i_save = g_con_save is_variant = g_str_variant it_events = g_tab_event i_tabname_header = g_con_tabname_header i_tabname_item = g_con_tabname_item is_keyinfo = g_str_keyinfo it_except_qinfo = g_tab_except_qinfo TABLES t_outtab_header = g_tab_header_alv t_outtab_item = g_tab_item_alv EXCEPTIONS program_error = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.