Hi guys,
I working on a program like BCALV_TREE_01,
I used a macro for fieldcata
DEFINE m_fieldcat.
clear ls_fcat.
ls_fcat-fieldname = &1.
ls_fcat-coltext = &2.
ls_fcat-icon = &3.
ls_fcat-tabname = 'T_DATA2'.
ls_fcat-ref_table = &4.
ls_fcat-ref_field = &5.
ls_fcat-f4availabl = &6.
append ls_fcat to lt_fcat.
END-OF-DEFINITION.
for some fields I want to have the F4-help, but it doesn't work.
Any help will be appreciated.
Mohamed