2008 Nov 07 10:57 AM
hi Friends,
I need to update the value in EQUI table for ZUPS_WARRANTY .
after done the logic in include program - ZXTOBU01, the value is appears in the screen (module pool)
then using the transaction IE02 to save the screen valus to the respective field in EQUI table.
without using the save option in the screen ,how can we update the screen field values into the DB table?
Regards,
K.S.Kannan
2008 Nov 07 11:03 AM
Hi ,
Use Commit work after processing the screen.
Regards,
Nandha
hi Friends,
I need to update the value in EQUI table for ZUPS_WARRANTY .
after done the logic in include program - ZXTOBU01, the value is appears in the screen (module pool)
then using the transaction IE02 to save the screen valus to the respective field in EQUI table.
without using the save option in the screen ,how can we update the screen field values into the DB table?
Regards,
K.S.Kannan
2008 Nov 07 11:03 AM
Hi ,
Use Commit work after processing the screen.
Regards,
Nandha
2008 Nov 07 11:05 AM
Hi,
You can put the code in a Module in the PBO of the screen, so that after populating the screen fields, you can also modify the Database to add these values.
Hope its Useful......