Hi,
I am using OVS at run time. I am using an ALV with Inputfield in one column.
Now based on the value of input, i have to disable the OVS for another field..
I am using the following code for disabling the ovs in WDDOMODIFYVIEW of the view.
IF lv_aufnr = '1234 '.
CALL METHOD lo_nd_info->set_attribute_value_help
EXPORTING
name = 'NAME' " Your attribute Name
value_help_mode = '101' " Valid value help mode
value_help = 'OVS'. " Search help name
ENDIF.
The problem is, that the F4-Help is now enable in every row. Is it not possible to use it for an ALV?
Regards,
Mario