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 failed

Former Member
0 Likes
707

Hello gurus,

An Incoming Idoc is failed which was supposed to create schedule line in ME38 transaction code.Please tell me the steps how to know where exactly it is failed.

Helpful answers will be rewarded.

Urgent.

Thanks

Nisha

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
687

U can check Idoc Status using the T-code WE02 or WE05 ,

and u can find out in Status Record .

6 REPLIES 6
Read only

Former Member
0 Likes
688

U can check Idoc Status using the T-code WE02 or WE05 ,

and u can find out in Status Record .

Read only

0 Likes
687

Hi Vijay,

Thanx for your reply

I have already seen that.My question is how to know where exactly it is failed.

Thanks

Nisha

Read only

Former Member
0 Likes
687

Hi Nisha,

Check below links may help in troubleshooting

http://searchsap.techtarget.com/tip/0,289483,sid21_gci1268508,00.html

http://weblogs.sdn.sap.com/pub/wlg/5212?page=last&x-showcontent=off [original link is broken] [original link is broken] [original link is broken]

Regards,

Atish

Read only

Former Member
0 Likes
687

If the IDOC created then u can check the IDOC status using the transaction WE05 or WE02.

Regards,

Arun.

Read only

0 Likes
687

Most of the times IDOC status record will have the proper message......or else U can also simulate the same using WE19 by passing same data and debug the the inbound FM to find out why it is failing to create the scheduling agreement.

Regards,

Arun.

Read only

former_member404244
Active Contributor
0 Likes
687

Hi,

First know the trigger function module name for ur message type..U will find it in WE57...Now go to WE19 tcode ,give the idoc number which was failed.then press on execute button..Now in the next screen press on INBOUND FUNCTION MODULE TAB in application tool bar .Now give the FM name thre,then check the check box 'CALL IN DEBUG MODE' and then select the radio button 'IN FOREGROUND' and then press enter .It will take u to the function module ,now debug and check ...

Reward if helpful.

Regards,

nagaraj