SAP Reports / Programs

RFVWDPR1 SAP ABAP Report - Securities: Securities Account List







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


Transaction Code(s):

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

FWDP - Securities account list


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 RFVWDPR1. "Basic submit
SUBMIT RFVWDPR1 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVWDPR1 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: 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


INCLUDES used within this REPORT RFVWDPR1

INCLUDE WDPR1TOP.
INCLUDE WDPR1F01.


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_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.



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