Application Development 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: 

Issue on Updating

Former Member
0 Kudos

Hi experts,

I have create the settlement rule through code , but some times(rarly) getting popup error message " Express document "Update was terminated" received from author" on fm K_SRULE_SAVE_UTASK.

Can you please tel me what is issue on this?

Thanks

3 REPLIES 3

Former Member
0 Kudos

Hi,

Debug and check the internal table that you are using to update any table in the function module. It seems there are duplicate records present in the internal table.

Regards,

Amit

former_member222709
Contributor
0 Kudos

Hi Vino,

I believe you need to check SAP Inbox (T. Code SBWP) where this notification will be available as an email. You need to then trace it further identifying the origin of the notification. You can see the details of the notification and trace the reason.

Regards,

Pranav.

former_member198275
Active Contributor
0 Kudos

Hi,

This issue happens when there are any error while update DB table wither via update task.check your code once.if possible paste your code part.