‎2006 Sep 13 1:29 PM
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
‎2006 Sep 13 1:31 PM
Hi,
Please check the settins in the partner profile if there the immediately processing is on.
Greetz Peter
‎2006 Sep 13 1:44 PM
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
‎2006 Sep 13 2:12 PM
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
‎2006 Sep 13 2:20 PM
Hi Srisaihari,
I setting settings in partner profile for the message type to send immediately will solve the problem.
Regards
Srikanth M
‎2006 Sep 13 3:24 PM
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