RFVDPA03 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 RFVDPA03 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FNFT - Rollover: File evaluation
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: SE_BUKRS = Company Code
Selection Text: SE_RANL = Contract Number
Selection Text: SE_RHORD = Main File
Selection Text: SE_RORD = File
Selection Text: SE_SREG = Register
Selection Text: SE_STYP = Activity Category
Selection Text: SE_SVNR = Version Number
Selection Text: SE_SVYM = Version YYYYMM
Title: File Evaluation
Text Symbol: 001 = A
Text Symbol: 002 = PC
Text Symbol: 003 = LC
Text Symbol: 004 = Version
Text Symbol: 005 = Version No.
Text Symbol: 006 = Number
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FVD_CHK_AUTHORITY_CHECK CALL FUNCTION 'FVD_CHK_AUTHORITY_CHECK' EXPORTING I_SVORGANG = l_tcode I_BUKRS = wa_show_vdpopo-bukrs I_STYP = wa_show_vdpopo-styp CHANGING C_FLG_MISSING_AUTHORITY = l_flg_missing_authority.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * i_interface_check = 'X' or can just try tran '&sos' I_CALLBACK_PROGRAM = D_REPID i_buffer_active = 'X' I_CALLBACK_PF_STATUS_SET = D_PF_STATUS_SET I_CALLBACK_USER_COMMAND = D_USER_COMMAND IS_LAYOUT = G_IS_LAYOUT IT_FIELDCAT = G_IT_FIELDCAT IT_EXCLUDING = G_IT_EXCLUDING IT_SORT = G_IT_SORT I_DEFAULT = 'X' I_SAVE = 'A' IS_VARIANT = G_IS_VARIANT * IT_EVENTS = G_IT_EVENT IT_EVENT_EXIT = G_IT_EVENT_EXIT IS_PRINT = G_IS_PRINT TABLES T_OUTTAB = G_IT_SHOW_VDPOPO 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.