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
359

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
335

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..

1 REPLY 1
Read only

Former Member
0 Likes
336

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..