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

RE: IDOCS

Former Member
0 Likes
764

Hi all,

how many idocs can we create..? idocs are stored in which table..?is creating more idocs an isuue?

plz clarify my doubt,it is very urgent!!

Thanks&regards!

Hi all,

how many idocs can we create..? idocs are stored in which table..?is creating more idocs an isuue?

plz clarify my doubt,it is very urgent!!

Thanks&regards!

5 REPLIES 5
Read only

Former Member
0 Likes
740

Hi,

How many idocs can we create ..?

It depends on the business requirement and you can create many IDocs.

IDocs are stored in which table..?

EDID4

Is creating more idocs an isuue?

No issue but you may consider to archive the unused IDoc in the future.

Regards,

Ferry Lianto

Read only

0 Likes
740

Hi ferrie!

Your answer is incredible!

thank u!

Read only

0 Likes
740

Hi Ferrie!

onlly control record is stored in that table!

iam asking whole idocs rare stored in which table...!

Kindly clarify it!

Thanks

Read only

0 Likes
740

Hi Rajesh.

IDOC tables:

EDIDC - Control Record - Every idoc will have one control record

EDID4 - Data Records - where the Data of idoc segments is stored (SDATA field)

EDIDS - Status records.

You can also all these in Tcode WE05.

<b>Reward if helpful</b>

Read only

Former Member
0 Likes
740

Hi,

The control record is stored in table EDIDC.

The IDoc data is stored in table EDID4 or EDID2 or EDIDD_OLD tables. it is quite hard to read the data which store in field SDATA.

To read the IDoc data, please use FM IDOC_READ_COMPLETELY by supplying the IDoc number.

Regards,

Ferry Lianto