‎2008 Apr 18 7:27 AM
Hi Guy's,
Please help me using tabstrip user enterd data want to update the database table.
Thanks and Regards,
Sai.
‎2008 Apr 18 7:37 AM
Hi,
Tabstrips allow users to access multiple subscreens on one normal screen.Tabstrips allow the user to navigate between different subscreens.If we want to update the database tables use pushbutton update and write respective login under PAI.
Reward if useful.
Regards,
Swetha.
‎2008 Apr 18 7:54 AM
In the PAI o the Module Pool, add the following code
LOOP AT <itab>.
MODULE <MODULE_NAME>.
ENDLOOP.
*********************
Inside the Module, you can write code to update the database table.
Please Award points.