Hi Experts,
We have an update termination error and we found out that the issue is coming from a smart form. We have understood what wrong code we have written in the smartform.But inorder to debug the issue we need to trigger the smartform at that point. The update issue is happening while processing the VF04 transaction. So we have put break point(tried with External, Internal and update debugging mode) in the function module generated from the smartform. But still it is not reaching the smartform and it ends up with update termination message. When we inspect ST22, the error is getting raised from the same smartform only. Why the smartform is not getting triggered even after putting the break point ?
B.R.