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

Save the Screen value to DB table

Former Member
0 Likes
602

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
484

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

2 REPLIES 2
Read only

Former Member
0 Likes
485

Hi ,

Use Commit work after processing the screen.

Regards,

Nandha

Read only

Former Member
0 Likes
484

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......