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

Data elements in Idoc segments

Former Member
0 Likes
1,378

Hi Experts,

Is there a way to get the list of Idoc segments in which a particular data element is used.

Regards,

Sridevi

1 ACCEPTED SOLUTION
Read only

atanu_mukherjee
Explorer
0 Likes
812

Hi Sridevi,

Please check table EDSAPPL where you have segment type and data element. If you need to check in which idoc type these segments are residing then you can check table IDOCSYN. Hope this helps.

BR,

Atanu

2 REPLIES 2
Read only

atanu_mukherjee
Explorer
0 Likes
813

Hi Sridevi,

Please check table EDSAPPL where you have segment type and data element. If you need to check in which idoc type these segments are residing then you can check table IDOCSYN. Hope this helps.

BR,

Atanu

Read only

Former Member
0 Likes
812

Thanks Atanu..