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

dataelements and domains from structure

Former Member
0 Likes
357

Hi,

can i know any method or function module to list all the  dataelements and domains from a table or structure.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
333

Try function module "DDIF_FIELDINFO_GET". Specify the table for which you want to get the fields in TABNAME and the results will be in DFIES_TAB..

Hi,

can i know any method or function module to list all the  dataelements and domains from a table or structure.

1 REPLY 1
Read only

Former Member
0 Likes
334

Try function module "DDIF_FIELDINFO_GET". Specify the table for which you want to get the fields in TABNAME and the results will be in DFIES_TAB..