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

dynamic Structure description

Former Member
0 Likes
413

Hi folks,

Can anyone knows how to get description about any structure dynamicaly?

I mean to say in parameter we can pass any structure name and after execution it

gives all information about that structure.

like component name, search help attached with that component and from which component this search help belongs????????

Please try to solve it

i had tried with class CL_ABAP_STRUCTDESCR. but it's not much meaning ful.

2 REPLIES 2
Read only

Former Member
0 Likes
387

hi,

check the table STXH AND STXL .................................

THESE are the tables standard sap providing to find the descriptions of the text ............

thanks,

reward if helpful.

Read only

Former Member
0 Likes
387

Hi Virat

Please try FM :

DDIF_FIELDINFO_GET

Regards,

Arun