Application Development and Automation 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: 
Read only

IDOC

Former Member
0 Likes
554

Hi,

the problem is:

the idoc is distributed from siebel to sap.

iam checking inbound idoc in sap whether it is genearated or not.

At first the status is 50.

it is not generated, so went for we19 and given appropriate function module to generate

the idoc. then idoc status is turned to 62.

i checked for record in table. but it is not posted.

the status appears 62 with yellow.

what i need to do for that to update in the table .

and clarify the difference b/w yellow and green status.

what are the things that have to be checked to generate idoc in this case.

please reply ASAP.

thanks in advance

SRI

5 REPLIES 5
Read only

Former Member
0 Likes
528

Hi,

Please check the settins in the partner profile if there the immediately processing is on.

Greetz Peter

Read only

former_member404244
Active Contributor
0 Likes
528

Hi ,

If the partner profile is correct then the idoc wil be posted.U need to check in the partner profile whether the radio button is checked for trigger immediately or not.Also the yellow status means its in process.The green status means it has posted sucessfully.when the idoc is posted u will get the status as 53 or 51.if 53 means the idoc posted successfully ,if 51 means it is an error.

regards,

Nagaraj

Read only

Laxmana_Appana_
Active Contributor
0 Likes
528

Hi,

if idoc status becomes 62 means , idoc processing is stopped middle of the function module execution or some dump occured in the processing.

change the Idoc status to 64 with program <b>RC1_IDOC_SET_STATUS</b> from 62 status.

then use program <b>RBDAPP01</b> or tansaction <b>BD87</b> to re-process this idoc.

Regards

Appana

Read only

Former Member
0 Likes
528

Hi Srisaihari,

I setting settings in partner profile for the message type to send immediately will solve the problem.

Regards

Srikanth M

Read only

Former Member
0 Likes
528

Hi Srisaihari,

There are different programs available for processing idocs in different status.

When the status is in 64 run RBDAPP01 and give the selection condition and execute.

The programs start with RBD*

Regards

Arun