Skip to Content
0
Former Member
Nov 26, 2009 at 07:44 AM

Updating database table based on BAPI response in case of error

41 Views

Dear Experts,

My scenario includes pulling records from database stagging table, and push one record at a time to BAPI_ALM_NOTIF_CREATE.

I am using sender JDBC adapter(with select query and update query to mark records as processed).

My question is : Once XI selects records, immediately status is updated in stagging table for the selected records as processed. what if BAPI could not create document? In this case I need to update status of that record as "Not processed".

What should I use?

If BPM, then please tell me the steps.

Is this possible without BPM?

What are the chances of failure between XI and BAPI?

Please provide your inputs.

Thank you.

Div