cancel
Showing results for 
Search instead for 
Did you mean: 

Commit failure situations

Former Member
0 Kudos

Hi experts,

I am developing a couple of Function Modules. One FM will be called just before the BPM stage and another one after the BPM.

Now, I just want to know what are the possible situations in which the COMMIT statements can fail these FMs?? I am using the COMMIT WORK AND WAIT to modify the DB table.

Also, what can be the possible solutions for the same? Is ROLLBACK useful in such situations?

Please provide your inputs. Thanks in advance.

Regards,

Neetesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

No answers !!

Former Member
0 Kudos

Well, from my research, I will say there are following reasons because of which the scenario can fail.

1. The commit transaction fails.

2. The application system loses connection.

3. The server shutdowns.

Is there any other reasons besides these?

Thanks,

Neetesh