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: 

"Update Delayed" while saving an Asset Master

Former Member
0 Kudos
486

Hi,

When I am changing an Asset master(AS02) it doesn't change and I get a message on status bar "Update Delayed". I debugged the standard program and everything goes fine but when it encounters "Commit work" statement it gets hanged and gives message "Update Delayed".

Any pointer is appreciated.

Thanks & regards,

Deepak

1 ACCEPTED SOLUTION

Former Member
0 Kudos
203

You can use transactoins SM13 and SM14 to see if there are problems with the V1 or V2 updates.

Rob

2 REPLIES 2

Former Member
0 Kudos
203

Update delays sometimes mean that there is a queue waiting at the UPD task. Go to SM51 and check to make sure that there are no other tasks waiting to be processed. Check with you Basis group - they might be able to run some diagnostics on the update task.

Former Member
0 Kudos
204

You can use transactoins SM13 and SM14 to see if there are problems with the V1 or V2 updates.

Rob