SAP Reports / Programs | Payroll | Denmark(PY-DK) SAP PY

RPCFTPM3 SAP ABAP Report - FTP Link to PBS







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


Transaction Code(s):

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

PC00_M09_CFTPM2 - FTP link to PBS


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





Text Symbol: REN = File &1 was successfully renamed &2
Text Symbol: REF = Refresh file tree
Text Symbol: OLD = Outdated
Text Symbol: MON = Monday
Text Symbol: LST = ListFile
Text Symbol: LOG = LogFile
Text Symbol: WTA = Weekday
Text Symbol: WED = Wednesday
Text Symbol: UZE = Time
Text Symbol: TUE = Tuesday
Text Symbol: TRC = TraceFile
Text Symbol: TMP = Temporary File
Text Symbol: THU = Thursday
Text Symbol: SUN = Sunday
Text Symbol: STT = StatusFile
Text Symbol: SMB = Size (MB)
Text Symbol: SKB = Size (KB)
Text Symbol: SHW = Display File
Text Symbol: LIB = Library Pointers


INCLUDES used within this REPORT RPCFTPM3

INCLUDE RPCFTPM3_SELECTION_SCREEN.
INCLUDE RPCFTPM3_DATA_DEFINITION.
INCLUDE RPCFTPM3_CLASS_DEFINITIONS.
INCLUDE RPCFTPM3_SCREEN_MODULES.
INCLUDE RPCFTPM3_SUBROUTINES.


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:

No SAP FUNCTION MODULES are executed within this report code!



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