Skip to Content
0
Former Member
Dec 26, 2007 at 07:30 AM

BPM Asynch-Synch doubt

15 Views

Hi All

I have a Asynch-Synch scenario where XI picks the file from FTP Server and sends to BPM. BPM makes a synchronous call to BAPI and gets the response, this response drives rest of the process in a two step process:(Response returns only either Yes or No)

1)If response is YES then IT HAS TO END INTEGRATION PROCESS.

2)If response is NO, then:

a)Raise an alert and send email

b)Source file has to be written back to FTP Server in an

"errored folder" for reprocessing.

Can someone explain me how to handle the above two steps?

It would be of great help if someone can explain me the steps of BPM for this scenario.

Thanks in advance for your help.