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 Error Information

Former Member
0 Likes
1,159

Hi all,

could any one please tell me tables which stores information on ERROR IDOCs. its very urgent. Thanks in advance.

Cheers..

Vardhan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,117

Hi,

Check this link

[IDOC Statistics|http://www.sapmaterial.com/IDOC_statistics_we07.html]

[Handle Acknowledgement of IDOC|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f6d2d790-0201-0010-9382-b50b499b3fbe]

Name of the table is EDIDC ---> Control record.

Regards

Narin Nandivada

9 REPLIES 9
Read only

mithun_shetty4
Contributor
0 Likes
1,117

Hi,

U get all IDOC in the TABLE EDIDC u can select ur error records based on the Status of the IDOC.

Reward if useful.

Regards,

Mithun.

Read only

Former Member
0 Likes
1,118

Hi,

Check this link

[IDOC Statistics|http://www.sapmaterial.com/IDOC_statistics_we07.html]

[Handle Acknowledgement of IDOC|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f6d2d790-0201-0010-9382-b50b499b3fbe]

Name of the table is EDIDC ---> Control record.

Regards

Narin Nandivada

Read only

0 Likes
1,117

hi Narin Nandivada ,

I am working in a support project in which i have to check the error in Idoc inbound processing. most of IDocs got failed because of some reason . Could you please tell me where i can find the fields for each IDOC which get failed. With the help status we can understand whether idoc got failed or not.But i need to know the fields what and all involved in that idoc.

Thanks in advance.

Vardhan

Read only

0 Likes
1,117

Hello,

If u want to know if the IDOC has failed because of the Inappropriate Fields . Display the IDOC by clicking on it . The Segment will be highlighted with Red Colour.

In general i dont think we can actually capture the Fields coz ur IDOC data will be is stored in a field SDATA of table EDIDD.This will basically contain the data of segments.

Regards,

Mithun

Edited by: Mithun Shetty on Jul 15, 2008 11:44 PM

Read only

0 Likes
1,117

Hi,

Thanks for replying. Once i double click on the IDOC we can see the fields which we are getting error and fields could you please tell me how to rectify that error.

thanks in advance.

cheers.

vardhan

Read only

0 Likes
1,117

Double Click on the Segment with Red Colour .

The Segment Will Ope up with Field Name , Field Contents Short Description .

In the Menu Bar .

U have Data Record -- Display ->Change

Change the contents of the field and Reprocess the IDOC using transaction BD87.

Regards,

Mithun

Read only

0 Likes
1,117

Hi Mithun Shetty,

thank you once again. For telling me the solution. But it is a time consuming and For each Idoc i have to check and change it manually so. for that only i am asking for the tables so the i can develop a report for all the Idocs by selecting all the error Idocs.

Cheers.

Vardhan.

Read only

0 Likes
1,117

Hi Vishnu,

U can check Tables EDID4,EDID2,EDIDD_OLD.

The Data will be stored in the Field SDATA which will correspond to the Structure of the Segments in the IDOC.

U first need to Extract the contents of SDATA into a structure of type Segment (applicable to the IDOC).

Hope this helps,

Regards,

Mithun

Read only

0 Likes
1,117

Hello Vishnu,

To check the status of the idoc you can use the table EDIDS, it will give you all the status of the idoc.

Regards,

Naresh.