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

F4 help from structure at runtime

Former Member
0 Likes
420

Hello,

I have one structure with some field and at runtime i want to know the F4 help added in structure for particulate field.

Method cl_abap_structdescr->get_ddic_field_list has only option is to check F4 is available or not .

Is there any method to get F4 Help name ?

Regards,

Varun

2 REPLIES 2
Read only

Former Member
0 Likes
363

Hi Varun,

You can get the search help attached to a Structure / Table field from the table u2018DD35Lu2019 or use the function module u2013 u2018DD_TBSH_GETu2019.

Just pass the field name and structure name and you will get the search help details.

Regards,

Selva K.

Read only

venkat_o
Active Contributor
0 Likes
363

Hi Varun, <li>You can check DDIF_FIELDINFO_GET function module, If you give structure name as input, it gives fields in the structure as table , in the table you have a field called MAC(=Flag if search help is attached to the field), it gives the answer . Regards Venkat.O