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

Table Maintainace generator

Former Member
0 Likes
386

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

2 REPLIES 2
Read only

PedroGuarita
Active Contributor
0 Likes
359

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.

Read only

Former Member
0 Likes
359

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.