cancel
Showing results for 
Search instead for 
Did you mean: 

value Help in WD Table

0 Kudos

Hi to all!

I have a problem with value help in a Web dynpro Table.

In my WD I have a Table with a field that had a free Value help, if I press F4 the Value help is opening

If I select an item the value of the Help, the popup is closing but the selected value is not in the table cell.

Have someone an idea, how I can solve this problem?

Thanks for the answers

greetings

Hermann

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Herrmann,

for free value help you have to implement the data setting by your own.

Though the following thread covers ALV, Regina's answers will cover you request, I guess:

Cheers,

Sascha

0 Kudos

Hi,

I had mad this, but my further problem is how can I get the Element (line) from that the Value Help called.

Regards,

Hermann

Former Member
0 Kudos

but this is described in the mentioned thread.

depending on what technique you are using it will be passed to the event handler method of the value help.

0 Kudos

I'm Sorry You be all right with it, I had it read over.

Thank you for answering.

Hermann

Answers (1)

Answers (1)

Former Member
0 Kudos

Have you implemented an event handler for the VH_DATA_SELECTED event? You should explicitly bind the selected value to your context over there. Only then it would get displayed.