‎2009 Jun 10 6:54 PM
Hi All,
I have a sent an IDOC from one system to other using ALE. In the sending system it says sent and shows green light. In other system it is giving yellow light saying in progress from almost 1 day. The data is not yet transfered. Please help me how to debug this and how can I fix this.
Thanks.
‎2009 Jun 10 8:57 PM
before debugging the code..
chcek the status fo the inbound idoc which is having yellow light..
genrally yellow mean document is waiting to update or partially posted ..
if the sales document is open and at the same time if you want to process idoc the tables are locked
so the document is partially post..
in that case..
go to t-code swo1>enter idocstatus>execute and enter idoc number and execute-->
next execute the method and finally execute method DocumentProcess and change the statsu to 53..
Prabhudas
‎2009 Jun 10 7:01 PM
HI,
Check WE19 for the inbound idoc.
Give the Idoc number and press execute button and then select the Inbound Function Module button on application toolbar and then give the FM in the popup, select the Call in deubugging mode check box and press ok.
‎2009 Jun 10 7:05 PM
1. Check whether in your partner profile in source system for your message type ( double click on the message type and you can find in the inbound options tab) check whether radio button trigger immediately is checked
or
2. run the report RBDAPP01 with your message type
a®
‎2009 Jun 10 8:57 PM
before debugging the code..
chcek the status fo the inbound idoc which is having yellow light..
genrally yellow mean document is waiting to update or partially posted ..
if the sales document is open and at the same time if you want to process idoc the tables are locked
so the document is partially post..
in that case..
go to t-code swo1>enter idocstatus>execute and enter idoc number and execute-->
next execute the method and finally execute method DocumentProcess and change the statsu to 53..
Prabhudas