cancel
Showing results for 
Search instead for 
Did you mean: 

BPM - Generate file when message is successful

Former Member
0 Kudos

Hi,

We have designed the BPM to update database system by using JDBC receiver adapter.

Following are the steps in BPM :

1. Send data to XI from R/3 system by using ABAP proxy

2. Make Sync call to R/3 system to get details of the data sent by using ABAP Proxy

3. Update Database system by using JDBC receiver adapter

4. Make Sync call to SRM system to get details of the data sent by using ABAP Proxy

5. Update Database system by using JDBC receiver adapter.

Now I want to generate the file 'A' after step 3 if database is updated successfully and file 'B' after step 5 if database is updated successfully.

Which steps I can use in BPM to generate files? Or is there any other alternative?

Thanks in advance!

Mrudula

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sudhir,

Thanks for your reply.

I would make changes and see how it works.

Thanks!