cancel
Showing results for 
Search instead for 
Did you mean: 

PI shall Pick up the latest file from FTP Server which needs to be procesed

former_member601528
Participant
0 Kudos

Hi Everyone,

i'm doing the file to IDOC scenario in PI 7.3 java only stack.

My requirement is that " PI shall pick up the latest file from FTP server which needs to be processed ". Is there any option is there to resolve this issue.

If it possible at PI Side, plz let me know the solution.

Accepted Solutions (0)

Answers (3)

Answers (3)

RaghuVamseedhar
Active Contributor
0 Kudos

Hi Aravind,

PI File sender channel with NFS (transport protocol), "Processing Sequence" with file name and time stamp are supported. [SAP Help Link|http://help.sap.com/saphelp_nwpi71/helpdata/en/44/682bcd7f2a6d12e10000000a1553f6/frameset.htm].

PI File sender channel with FTP (transport protocol), Processing sequence is not supported, files are always processed with file name sequence (ascending order of file name). [SAP Help Link|http://help.sap.com/saphelp_nwpi71/helpdata/en/44/655453b48a4ddfe10000000a1553f7/frameset.htm]. Reason, FTP protocol do not support processing sequence by time stamp.

Regards,

Raghu_Vamsee

Former Member
0 Kudos

might be that is possiable in ATP , you have to declare statically time and date then file ll be picked on date range .

and you declare statically Available Time From and TO

please refer below document:

[ATP|http://www.saptechnical.com/Tips/XI/PollingvsATP/Index.htm]

Former Member
0 Kudos

Hi,

In File communication channel if you select processing sequence as Date then based on the date it takes the files but it takes from time stamp but not latest file.

I don't think there is such predefined option in file adapter.

By writing OS commands we can achieve this.

Regards,

Venkata Ramesh