cancel
Showing results for 
Search instead for 
Did you mean: 

the same file with the same name need to call two RFC's with the sequence

Former Member
0 Kudos

i have to pick up the same file with the same name and call the two RFC in sequence

scenario.i have xxx.txt file.file should be proces first calling the first rfc .

I created two different communication channels

for the first sender file communication channel i should not use processing mode archive,delete,Test

and only option is set read only.

if i set the read only the file ..then i can not use the same file again to call second RFC.

how we can acheive the above scenario?

Regards,

Hyma

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

If you want to file need to be picked up twice in same folder, it seems it is hard for PI adapter to achieve it, you should look for API's that control adapters availibility.

But if you have different folder, then it make your scenario simpler since you can process first time, then output to another folder, configure another adapter to pick up from different folder.

Regards

Liang