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 data calculation

Former Member
0 Likes
812

hi

my requriment is how many records are up date in IDCOS' inbound and this data is stored in which table what is the calculation process pls give the code ASAP

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
626

Hi,

You are receiving an inbound idoc and you wanted to know in which table the idoc data is going to be stored. The IDOC data is going to be stored in the table EDID4 table, you need to pass the idoc number and then you can get all the data records.

Goto WE20 and select the partner from which you have received the idoc and double click on the message type of the idoc then goto message control tab and you can see the process code, double click process code and it will show you the name of the function module which is being used to process that idoc.

Thanks,

Mahesh.

2 REPLIES 2
Read only

Former Member
0 Likes
627

Hi,

You are receiving an inbound idoc and you wanted to know in which table the idoc data is going to be stored. The IDOC data is going to be stored in the table EDID4 table, you need to pass the idoc number and then you can get all the data records.

Goto WE20 and select the partner from which you have received the idoc and double click on the message type of the idoc then goto message control tab and you can see the process code, double click process code and it will show you the name of the function module which is being used to process that idoc.

Thanks,

Mahesh.

Read only

Former Member
0 Likes
626

Hi,

You can use the T.Code WE05 and give the date and time to check status of the idoc.

Idoc data is stored in

EDIDC - Control record

EDID4 - Data record

EDIDS - Status record

you can create one internal table of type EDIDS and store all the status data for each IDoc if the status is 53 it is successfull for an inbound idoc processing have a counter in the loop. You will get the no. successfull Inbound idoc's.

Reward if helpfull

Regards,

Naresh.

Edited by: naresh durki on Jul 3, 2008 1:06 PM