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 terminated error while saving in VA22

Former Member
0 Kudos

Hi,

I am trying to change the quotation in va22 transaction.

What I am doin is I am selecting all the items in incompletion log and filling to make the document complete.All the items have ben update with out error but there is field your reference (vbkd-ihrez) while entering data and saving it is showing document is complete but when you again check the incompletion log it is giving the following error.

Update was terminated

System ID.... PRO

Client....... 401

User..... SAPUSER

Transaction.. VA22

Update key... 4BBE3BCBE2C1216BE1000000C0A80118

Generated.... 09.04.2010, 17:53:04

Completed.... 09.04.2010, 17:53:06

Error Info... Application area: /SMB40/SSFCOMPOSER , message no.: 002, no entry found in T100

Please help regaring this.

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Problem Solved Myself.

9 REPLIES 9

former_member188827
Active Contributor
0 Kudos

check tcode sm13 and sm14 for detailed description.Is there any form attached with transaction.If yes check whether the form exists or not?

0 Kudos

Hi,

Tahnks for the reply. I have checked sm13 and it is giving error in function module rs_message_....

But even break point is not triggering.

what to do next????

please help me out..

0 Kudos

Check the dump available in ST22. Go to the source code section, and put a break point there.

Now while executing enter in debugging mode and switch on the UPDATE DEBUGGING MODE.

Former Member
0 Kudos

hello ikshaik

there might be problem in smart form of quotation remove the output message type and the try to save it

Thanks

Nilesh Gaikwad

Edited by: Nilesh Gaikwad on Apr 10, 2010 12:13 PM

Former Member
0 Kudos

It appears to be telling you exactly what the problem is:

There is no entry in table T100 for message /SMB40/SSFCOMPOSER number 2.

Rob

0 Kudos

Plants are not properly maintained.

Try maintaing the plants for the sales org and company codes.

Former Member
0 Kudos

Problem Solved Myself.

0 Kudos

Moderator message - Per forum rules, please mark this as solved, assign po1nts to helpful answers and tell us just what the solution was. Rob

Former Member
0 Kudos

I have executed the smartform once and the problem is solved.