2010 Jan 30 11:08 AM
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.
2010 Jan 30 3:01 PM
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