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 status checking

ashish_shah
Contributor
0 Likes
11,566

Hi ,

I want to check the status of IDOC whether within last few hours it was sent or not , for my speific requirement .

I need to know if it was failed or not as well.

is there any way to check the generated IDOC depending on Message type ?

from which table do i get these IDOC informations ?

Reards,

Ashish

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
5,448

Hi Ashish.

Go to the table EDIDD there is a field called sdata

local_seg_struc = sdata.

Then in the local structure u ll get the document number.

Fire a select query on table EDIDS with the document number.If the document number exists check for the status of that record.If status is 53 that means ur idoc is posted to the port.

Hope this solves ur issue.

Regards,

Shrita

5 REPLIES 5
Read only

Former Member
0 Likes
5,448

Hi Ashish,

Go to we02 or we05 and give your message type and execute. It gives the status of your idoc.

The idocs are stored in tables

EDIDC - control record

EDID4 - data

EDIDS - status record

Regards

Arun

Read only

Former Member
0 Likes
5,449

Hi Ashish.

Go to the table EDIDD there is a field called sdata

local_seg_struc = sdata.

Then in the local structure u ll get the document number.

Fire a select query on table EDIDS with the document number.If the document number exists check for the status of that record.If status is 53 that means ur idoc is posted to the port.

Hope this solves ur issue.

Regards,

Shrita

Read only

0 Likes
5,448

HI shrita ,

EDIDD is a structure ..

Which table to look for , for the IDOC numbers?

Rregards,

Ashish

Read only

Former Member
0 Likes
5,448

Hi,

check table EDIDC,EDIDS for idosc number .

also transaction we02 ,we05.

Regards

amole

Read only

0 Likes
5,448

EDIDC contains the message type, IDoc number, date and time of creation as well as current status. You don't need to access EDIDS.