Hi Gurus
I am working on File to RFC Scenarios and getting struck with the design and need your help in procedding further.
There are Two Interfaces (Interface A and Interface B), we are using the FTP as the protocol.
1) When there is file A at the Interface A source location path , then PI shld pick that file first and process it and afetr that only the File B should be picked up and it should be processed. File B shoild not be processed from Interface B Source Location unless and until file A has been processed.
2) When there is no file A at the Source Location of the Interface A, then the File B should be Picked up from source location of Interface B and it should be processed.
Please help me in desiging the logic for the above development.
please help