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
Below is a list of transaction codes which are relevant to this SAP report
FBF4 - Download Documents
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.