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

read data from IDOC

Former Member
0 Likes
540

Hello Expert

do you know where i can find (tables) data contained in wrong idoc?

I have 2000 MATMAS idoc in wrong status and i need to create for all these materials new idoc , therefore i need a list of all materials memorized in these idocs.

Do you have any idea?

please let me know

thanks

Boris

4 REPLIES 4
Read only

Former Member
0 Likes
502

hello,

i think u can reprocess the idocs with tcode WE19

Read only

Former Member
0 Likes
502

Table EDIDS contains the status records and table EDID4 contains the actual IDOC data

Regards,

Michael

Read only

varma_narayana
Active Contributor
0 Likes
502

Hi

Tcode WE05 - We can display all the IDOCs based on selection criteria.

Tcode : BD87 idoc Status Monitor and Reprocessing.

These tcodes may help u.

<b>Reward if Helpful.</b>

Read only

Former Member
0 Likes
502

IDOC consists of three types of Records

Control record-EDIDC

Data Recors -EDID4

Status Record- EDIDS

u can use BD87 for reprocessing

IF you want to write a program then make a join on three tables u will get errorneous record (for particular status value).