Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Status Errors In RBDMANI2

Former Member
0 Kudos

I am currently experiencing a problem in using program RBDMANI2 to reprocess some failed IDOCs whereby the status message is being appended to the wrong IDOC.

For example, IDOC no 1234 fails, as does IDOC 1235. Periodically, RBDMANI2 is run in batch mode to reprocess all failed IDOCs. IDOC 1234 and 1235 are set to status successful, even though the data contained in IDOC 1234 has not been successfully processed, and the success message contains the document number relating to IDOC 1235.

I have checked for the obvious, such as message and BDC data tables not being refreshed, but this appears to be OK.

Does anyone have any suggestions as to where the problem may lie?

Thanks

Colin

2 REPLIES 2

Former Member
0 Kudos

Can you please check your IDOC program/function module for occurences of exclusive "Commit Work" statements.

Former Member
0 Kudos

Why don't you put a break-point in your processing function module and execute RBDMANI2 to see what's wrong inside?