SAP Reports / Programs

RFVDPA03 SAP ABAP Report - File Evaluation







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


Transaction Code(s):

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

FNFT - Rollover: File evaluation


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


INCLUDES used within this REPORT RFVDPA03

No INCLUDES are used within this REPORT code!


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:

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.



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