cancel
Showing results for 
Search instead for 
Did you mean: 

Error while Processing your query..

sudheer19
Participant
0 Kudos

Hi Experts,

can somebody help us in finding out the root cause for the below issue.

Issue: while updating transaction(in our case its Service Request) and upon click of Save we are getting 'error while processing your query'.

Logs From Sm21;

Transaction Canceled CRM_ORDER_MISC 002 ( ORDER )    

Documentation for system log message D0 1 :

The transaction has been terminated.  This may be caused by a

termination message from the application (MESSAGE Axxx) or by an

error detected by the SAP System due to which it makes no sense to

proceed with the transaction.  The actual reason for the termination

is indicated by the T100 message and the parameters.

Additional documentation for message CRM_ORDER_MISC      002

Error in updating object &1

&CAUSE&

Error in updating.

&WHAT_TO_DO&

Repeat the transaction.

If the error recurs, inform your system administrator. If the error

cannot be corrected, contact the SAP hotline, and list the individual

steps that caused the error.

this is happening very rarely.

please suggest me on this.

thanks in advance!.

Regards,

Venkat.

Accepted Solutions (0)

Answers (1)

Answers (1)

bruce_li
Contributor
0 Kudos

Hi Venkat,

The reason for the update termination is mostly that the update module
CRM_ORDER_INDEX_UPDATE_DU will be registred twice for the same document.
This is not allowed and leads to the termination (second update fails
because the first update was successful already).

This kind dump is always caused by the improper implementation of badi
order_save and customer enhancement. So I recommend that:

1. Please retest the behavior by deactivated the badi implementation of
order_save. If this issue can be reproduced by the specific steps, you can
also skip the badi coding during debugging mode.

2.run t-code: su3 and add user parameter WCF_IGNORE_ENHANCEMT and set its
value as A to retest the behvavior without enhancement.

Have a nice day!

Best Regards,
Bruce