cancel
Showing results for 
Search instead for 
Did you mean: 

Value help in a disabled field?

Former Member
0 Kudos

Hi all,

In a web dynpro Abap application I want to add a field with a search help(OVS).

The thing is that I don't want the user to enter data in the field but he should be able to select a value using the F4 functionality.

Do you think that it is possible with Abap Web Dynpro? If yes, how?

Thanks a lot for your help.

kr

karim

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks,

I guess i have no ther choice...

Kr

Former Member
0 Kudos

To get the F4 values on action event, check out the Thread [How to call elem. Search help on Button click event in WD appilcation|;.

Former Member
0 Kudos

Up to my knowledge, I don't think it's possible in WDA. Alternatively, you can do one thing;

Create an Input field as read only mode and create a button say Get values after this Input field. In the Action event of this button you can call a F4 and then select the entry and pass this value in the Input field.

Hope it works for you.