Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

how to achieve multiple value helps with single search in table control?

0 Kudos

i have a table control and a search help is attached to expense type on entering the value from search help description must be automatically populated. its working properly on ztable but not working on table control.

3 REPLIES 3

mateuszadamus
Active Contributor

Hi anoopkrishnanivl96

I can't tell for sure, but it probably works in your Z* table because when you assigned the Search Help to the Expense Type field you also assigned it to the description field.

Try defining your Z* table with TABLES statement in your report and then using it in the screen in place of the GWA_REMBI structure with the "from dict" option selected.

regards,
Mateusz

0 Kudos

That's the most probable reason!

former_member1716
Active Contributor
0 Kudos

anoopkrishnanivl96,

Do have any code written for the logic to be accommodated in your program?