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

Find Link between Field, Segment, Idoc

jayakummar
Active Participant
0 Likes
602

Hi Experts

I would like to know how to find link between IDoc, Segment and Fileds.

For Example : I know field Name Then i wild like to know Which Idoc and segment contain this field name.

Thanks in advance,

Jaykumar.M.

Hi Experts

I would like to know how to find link between IDoc, Segment and Fileds.

For Example : I know field Name Then i wild like to know Which Idoc and segment contain this field name.

Thanks in advance,

Jaykumar.M.

1 REPLY 1
Read only

Clemenss
Active Contributor
0 Likes
390

Hi Jayakumar,

I think this is the same old question on how to find out in what tables a field may be used.

Segments are DDIC structures. A where-used-list on the data element of the field (eventually with some restrictions on the resulting objects name) should show the segments where is is used. The you can check table EDISEG recursively.

Regards,

Clemens