Application Development 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: 

where do IDOC store at the reciver end

Former Member
0 Kudos

Hi All,

I have doubt regarding IDOC Storage loction,

Through RFC I connected two ends, but reciver RFC is failed due to some reasons, now where these IDOC's get stored in the meanwhile connection is rebuild.

Thanks in advance

7 REPLIES 7

Former Member
0 Kudos

Hi,

see edidc, edids, edid4 tables

EDIDS holds the IDOC Segments data at field level

<b>Reward points</b>

Regards

Former Member
0 Kudos

Hi

IDOC is stored with some status in the EDIDS table

for a single IDOC there may be many status records depending on the stage/status of the IDOC.

check that table

Reward points for useful Answers

Regards

Anji

former_member404244
Active Contributor
0 Kudos

Hi,

The tables where the idocs stores EDIDC contains the control record information and EDID4 contains the data records and EDIDS contains the status of the idoc

Regards,

Nagaraj

Former Member
0 Kudos

Hi,

To get the current status of the idoc check in the table EDIDS.

All the idocs are stored in the same database table EDED4.The corresponding control file header is stored in table EDIDC.

Hope it was useful.

Thanks,

Sandeep.

Former Member
0 Kudos

hi namburi,

at receiver end idocs are stored in the following tables.

EDIDC - stores all the control information i.e who is the sender, from which port he send, at is the the partner profile no,........

EDIDS - stores status of each record in the segement i.e whether the record is updated into database tables are or not. if not what is the cause.

EDID4 - stores data records of each segement . i.e what it actually contains, fields of all tables form sender used in that segments,............

u can see all this in transaction WE02 at receiver side

if helpful reward some points,

With regards,

Suresh.A

0 Kudos

Hi Suresh,

Thanks for response, i too know abt those tables. Acctually i would like to know is there any buffer like thing which stores IDoc for time being.

Thanks.

Former Member
0 Kudos

In your case IDOCS will be stored in the receiver side.. goto WE02 and give direction has '1' and execute.. then you will get the idoc list.