cancel
Showing results for 
Search instead for 
Did you mean: 

Disable F4 Help for disabled field in ALV?

daniel_humberg
Contributor
0 Kudos

I have an ALV table in which I display a field, which has an automatic F4 help defined in DDIC.

Via a button ("Display/Edit"), i set the input field to enabled and disabled.

This works, but the F4 help is visible in both modes.

How can I disable the F4 help when I am in display mode?

Accepted Solutions (1)

Accepted Solutions (1)

Yashpal
Active Contributor
0 Kudos

Hi ,

U can deactivated the value help by calling the method ..SET_ATTRIBUTE_VALUE_HELP of class IF_WD_CONTEXT_NODE_INFO for the attribute and passing the parameter VALUE_HELP_MODE = C_VALUE_HELP_mode-deactivated .

Regards

Yash

Answers (0)