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

Debug IDOC

Former Member
0 Likes
516

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
480

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

3 REPLIES 3
Read only

Former Member
0 Likes
480

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.

Read only

former_member194669
Active Contributor
0 Likes
480

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®

Read only

Former Member
0 Likes
481

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