RPCFTPM3 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to display the files send to PBS and the files received from PBS...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RPCFTPM3 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M09_CFTPM2 - FTP link to PBS
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: FIRMA = Company for PBS
Title: FTP Link to PBS
Text Symbol: DLL = Dynamic Linked Library
Text Symbol: DL1 = Delete files
Text Symbol: DEL = File &1 was deleted
Text Symbol: DAT = Date
Text Symbol: CMD = CommandFile
Text Symbol: BEG = Filter file display
Text Symbol: BAT = Batch CommandFile
Text Symbol: BAK = Backup
Text Symbol: 032 = times
Text Symbol: 031 = failed. Try again
Text Symbol: 030 = Connection setup
Text Symbol: 009 = Files
Text Symbol: 006 = Company
Text Symbol: DLX = &1 files are to be deleted. Do you want to continue?
Text Symbol: LFY = Free
Text Symbol: LFX = Total storage space
Text Symbol: LFW = Drive
Text Symbol: LCL = Store files locally
Text Symbol: LAT = Latest File Number
Text Symbol: INI = Initialization File
Text Symbol: IMS = File &1 from server was successfully imported to &2
Text Symbol: IMP = Folder in which files are to be stored
Text Symbol: FRI = Friday
Text Symbol: EXE = Executable
Text Symbol: EVL = Evaluation of Ret.Times
Text Symbol: ERR = ErrorFile
Text Symbol: DTT = File Ty.
Text Symbol: DLW = Delete files
Text Symbol: SBT = Size (Bytes)
Text Symbol: SAT = Saturday
Text Symbol: S04 = PBS company
Text Symbol: S03 = Live runs
Text Symbol: S02 = Test Runs
Text Symbol: S01 = All files
Text Symbol: RNM = Rename files
Text Symbol: RES = ResultFile
INCLUDE RPCFTPM3_SELECTION_SCREEN.
INCLUDE RPCFTPM3_DATA_DEFINITION.
INCLUDE RPCFTPM3_CLASS_DEFINITIONS.
INCLUDE RPCFTPM3_SCREEN_MODULES.
INCLUDE RPCFTPM3_SUBROUTINES.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.