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

user exit.

Former Member
0 Likes
343

i am trying to update a table field when there is a save on a transaction. If the user exit has only import parameters then will the table be updated.

thanks

2 REPLIES 2
Read only

suresh_datti
Active Contributor
0 Likes
317

Hi DP,

What is the User Exit? Anyway, the same parameters that come <b>IN</b> will go <b>OUT</b> of the User exit back to the program from where it was triggered. You can directly update a table but not pass back an updated value to the calling program, if that field is not one of the IMPORT parameters.

Regards,

Suresh Datti

Read only

0 Likes
317

exit_sapmqsda_004 is the exit and i am trying to change a field in i_qpmk on save. But i dont see any change in the table qpmk.