Application Development 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: 

FM to retrieve help data of a screen field? How to fill structure PHELP?

Former Member
0 Kudos

Hi Experts,

Iam designing dynamic search helps. With connection to this

i have to get the preliminary data about the screen field. i.e the technical details

of F1 help of a particular field. Is there any function module which take input as

screen field name and fetch me its details like domain, database table etc?

How does the structure PHELP be loaded at run time?

Thanks,

Satish.

1 REPLY 1

Former Member
0 Kudos

hi

you can try 'DYNP_READ' or 'DYNP_VALUES'

To read the contents of a screen data- its fields, characters, values and positions.

Thanks.