‎2006 Mar 28 2:53 AM
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
‎2006 Mar 28 3:01 AM
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
‎2006 Mar 28 3:27 AM
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.