cancel
Showing results for 
Search instead for 
Did you mean: 

File Sender adapter: scenario logic?

Former Member
0 Kudos

Hi all,

I have one requirement, if some one can suggest me how to achieve this requirement with sender file adapter:

1) files are in remote client location on FTP server.

2) we have to read all new generated files.

3) once we read the file then in next run we have to read only those files which we have not read before, i.e. new generated files not old files.

4) we can not delete / renames the file which are reading read.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
  4) we can not delete / renames the file which are reading read.

But can you archive them?? I mean move them to some other directory after read. If you are not allowed to do this then it's not possible with File adapter. May be then you have to develope you own adapter then.

Answers (1)

Answers (1)

Former Member
0 Kudos

this is not a good scenario, you should have archiving in any file scenario....otherwise it will be a mess...

Former Member
0 Kudos

did with ABAP RFC called from UDF