cancel
Showing results for 
Search instead for 
Did you mean: 

ALV: Dynamic OVS-Help

mario_abel
Explorer
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

go thru this thread

in this you can refer amit saini procedure

and also you can refer this thread

i hope it helps