Application Development and Automation 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: 
Read only

search help complex

former_member203215
Participant
0 Likes
325

I create a table with two field eno and ename........

my requirement is add searchhelp to eno using table maintance generator and

when i select eno automatically the value has to be populated for ename based on eno.....

it should be done at dictionary level not using program or module pool program

how it can be acheived please provide the process........

1 REPLY 1
Read only

Former Member
0 Likes
287

You can do it if you create  search help for ename in with eno as the imporing field and assign it to the ename field in the table and enter eno to select the ename .But if you want to populate it when you enter eno in the table , i dont think it is possible with out writing some piece of code.

Thanks