‎2013 Oct 28 1:57 PM
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........
‎2013 Oct 28 2:05 PM
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