‎2010 Dec 07 1:53 PM
Hi Experts,
I have created a tcode which is assinged to table maintaince generator of a table.in that table maintainace generator screen
when i click on new entries and when i enter data in the first field and press enter the cursor should automatically go to the second field and so on and when i enter the value in the last field and press enter the entry should automatically get saved. is there any possibility to implement this requirement because the code is generated automatically when i created the TMG.
Thanks in Advance,
Nishitha Reddy
‎2010 Dec 07 2:35 PM
It's a bit tricky but with instructions GET CURSOR and SET CURSOR you can achieve this. As for the place to put the code in, you must go to the Function Group you associated when you generated the table maintenaince, and put the changes in the screen you defined.
‎2010 Dec 07 2:54 PM
Hi,
Go to your function assign to the TMG and you can use module LISTE_SHOW_LISTE to jump to the next column
using get cursor and set cursor.
and you can use module LISTE_UPDATE_LISTE to update or save your data on enter.
Thanks,
Anmol.