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: 

IDOCS 51 >> RBDPROCESS partially works (HR OU from R3 to CRM)

Former Member
0 Kudos

Hello:

I am new in the IDOC ALE area.

I am following the document https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d0948c61-3665-2a10-1a9c-c7127458...

The IDOCs get created and sent. The problem I have is at processing them.

1. IDOC 1 gets processed.

2. IDOC 2 and 3 do not get processed due to locked objects.

3. IDOC 4 gets processed.

4. IDOC 5 and 6 do not get processed due to locked objects.

More or less that is the behaviour.

I ran RBDPROCESS to process again the ones with status 51, and nicely they become 53 (successfully processed), but I go inside of the IDOC and only the 1st segment is in status 53, but the rest of the segments remain 51, hence nothing gets processed.

Any help or ideas are really appreciated.

Does RBDPROCESS create a new IDOC to be processed later on in the day?

How can I make sure all the records get processed?

How, and the most important, how can I deal with the recurrent locked obejct issue I have.

Thanks,

Juan

Edited by: Juan Carlos Garcia Garavito on Apr 24, 2009 5:59 PM

2 REPLIES 2

Former Member
0 Kudos

Hi Juan,


I ran RBDPROCESS to process again the ones with status 51, and nicely they become 53 (successfully processed), but I go inside of the IDOC and only the 1st segment is in status 53, but the rest of the segments remain 51, hence nothing gets processed.

Here I think some of the segments are getting processed successfully but some are not. The IDOC will take status of latest segment. If the final status is successful it will make status of entire IDOC as successful to avoid this check if there is any error in posting any of the Segment if there is any error then do not do COMMIT and and make the status of entire IDOC as ERROR.

Any help or ideas are really appreciated.

Does RBDPROCESS create a new IDOC to be processed later on in the day? 

I dont think so.

How can I make sure all the records get processed?

I think its Related to 1st.

How, and the most important, how can I deal with the recurrent locked obejct issue I have. 

you may put check if the Object if locked before posting, and code such that it Unlocks.

Regards

Shital

Former Member
0 Kudos

Hi,

Try to reprocess Idoc using RBDAPP01

Regards

Sathish