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: 

While trying to process an order getting update termination message.

Former Member
0 Kudos

Hi Experts,

When i am trying to process an order getting the error message "Express document update was terminated received from author". I have checked sm13 and found that in the error text it has been written " VC 224: Partner function & not defined".

I have checked the table KNVP and VBPA . It seems fine.

Could you please suggest me how to overcome this error. these orders are renewal orders . We were able to save it in grossed status. But while trying to process it getting the error.

Please suggest.

Thank you,

Regards,

Trupti.

4 REPLIES 4

Former Member
0 Kudos

Have you debugged the process ?

I think the best way is to debugg it by putting the break-point at keyword "MESSAGE".

Regards

HM

former_member195402
Active Contributor
0 Kudos

Hi,

wrong partner function may be a missing entry in table TPAR or an invalid or empty partner function in booking tables.

Please respect the conversion exit of domain PARVW. It's dependent on language and uses table TPAUM.

Regards,

Klaus

Edited by: Klaus Babl on Jun 16, 2011 11:35 AM

0 Kudos

Hi Klaus,

Thanks for your suggestion. I have checked the partner functions in XD03 for the perticular customer . Those partner functions are present in TPAR table. You have written that it might be a cause of missing entries in the booking table , Could you please provide me the name of the table.

Thank you,

Regards,

Trupti.

Former Member
0 Kudos

Do you have user exit modifications that just went into the instance? If so, review those critically to see what they are doing. You may find an error there.