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

Custom Idoc clarifications..

Former Member
0 Likes
792

Hi,

How to know which segment or fields are added to the Standard IDOC.

WE have some custom Z idocs but dont know which fields and segments are added to the Standard Idoc, so how to find those fields and segments which are added ..

regards

sai.

Hi,

How to know which segment or fields are added to the Standard IDOC.

WE have some custom Z idocs but dont know which fields and segments are added to the Standard Idoc, so how to find those fields and segments which are added ..

regards

sai.

5 REPLIES 5
Read only

rthoodi
Active Participant
0 Likes
753

Hello sai krishna,

Can u please check the the extension for that IDOC using WE02 or WE82 transactions(give IDoc number or Message type respectively), in WE82 extension is maintained, check that extension using WE30 transaction in which you will find the custom segments and its fields, open custom segments using WE31 transaction.

Thanks

RK

Edited by: RK on May 18, 2010 7:37 PM

Read only

Former Member
0 Likes
753

Hi RK,

I am new to ABAP,

can you elaborate indetail how to check this..

regards

sai

Read only

Former Member
0 Likes
753

Sai,

Goto we82 get the message type,idoc type and if any extension

we30 - give basic type or extension name and find out all the segments

we31 - give the segment name and find out all the fields in that

Thanks

Bala Duvvuri

Read only

Former Member
0 Likes
753

hi,

All IDoc type are given in table EDBAS

and all message type is given in table EDMSG.

Thanks,

Gaurav.

Read only

che_eky
Active Contributor
0 Likes
753

If they are extension IDOCS then custom segments are easily visible in transaction WE30.

If they are Z IDOCS created as copies of standard IDOCS (not using the extension technique) then you will not be able to tell the difference. In this case you will have to compare Segment by segment against the standard IDOC.

Che Eky