‎2008 Jan 14 6:58 PM
Hi Gurus,
We are calling Sales Order Change in update task inside the user Exit MV50FZ1. We can see that the FM is called in update task after the commit work and the return of the FM shows the success message. But still the changes are not saved to the DB.
Can any one help me out with this one.
Rashit
‎2008 Jan 14 7:00 PM
‎2008 Jan 14 7:08 PM
Hi,
Thanks for the quick reply.
In SM21 I checked. It is giving me the error Transaction Failed.
Regards
Rashit
‎2008 Jan 14 7:10 PM
‎2008 Jan 14 7:19 PM
Hi,
Sorry i missed to write about SM13. I do not see any message in SM13.
We are not getting update terminated error so I doubt we get anything there in SM13.
Regards
rashit
‎2008 Jan 14 7:26 PM
Hi,
Do update debugging..and then check if the function module is executing with the data...and check if the update/insert statement is called in the debugging..
THanks
Naren
‎2008 Jan 15 6:43 AM
Hi,
If two commit works are called in update task the update will end up with error. Check whether any Commit work is present in the funtion module? If so you may use it in some other method like at save or something like that.
Regards,
Renjith Michael.