‎2010 Jul 02 8:46 AM
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
‎2010 Jul 02 11:30 AM
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.
‎2010 Jul 02 12:01 PM
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