SAP Reports / Programs

RFFRPCD1 SAP ABAP Report - DOWNLOAD Documents







RFFRPCD1 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 RFFRPCD1 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

FBF4 - Download Documents


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 RFFRPCD1. "Basic submit
SUBMIT RFFRPCD1 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFRPCD1 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: C84 = Report (C84)
Selection Text: C82 = Report (C82)
Selection Text: C80 = Report (C80)
Selection Text: GLOBAL = Global directory
Selection Text: UNIX_N = File path
Selection Text: UNIX_F = Unix file
Selection Text: NUMERO = Message number
Selection Text: NSPOOL9 = File 9
Selection Text: NSPOOL8 = File 8
Selection Text: NSPOOL7 = File 7
Selection Text: NSPOOL6 = File 6
Selection Text: NSPOOL5 = File 5
Selection Text: NSPOOL4 = File 4
Selection Text: NSPOOL3 = File 3
Selection Text: NSPOOL2 = File 2
Selection Text: NSPOOL1 = File 1
Title: DOWNLOAD Documents
Text Symbol: 001 = Transfer dates
Text Symbol: 002 = Message
Text Symbol: APP = Ajouter au fichier
Text Symbol: DL1 = Le fichier
Text Symbol: DL2 = Banque de France
Text Symbol: DL3 = existe déja.
Text Symbol: DL4 = Error recording
Text Symbol: REP = Remplacer


INCLUDES used within this REPORT RFFRPCD1

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:

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename parameter_1 = sy-repid CHANGING physical_filename = hfilename EXCEPTIONS OTHERS = 1.

WS_QUERY CALL FUNCTION 'WS_QUERY' EXPORTING QUERY = 'FE' FILENAME = RLGRAP-FILENAME IMPORTING RETURN = RC.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING DEFAULTOPTION = '1' TEXT_OPTION1 = TEXT-REP TEXT_OPTION2 = TEXT-APP TEXTLINE1 = TEXT-DL1 TEXTLINE2 = TEXT-DL2 TITEL = TEXT-DLT IMPORTING ANSWER = RC EXCEPTIONS others = 01.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename parameter_1 = sy-repid CHANGING physical_filename = hfilename EXCEPTIONS OTHERS = 1.



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