Hi,
I'm wondering if anyone else encountered the following error when trying to setup a tax exempt expense type for Canadian company code. The error occurs when I try to add the expense type to the report. Note that the same expense type setting works fine for a US company code. I have opened a ticket with SAP but any insights anyone can provide is greatly appreciated.
Thanks,
Andrew
***
expense type: Charitable Donations (TX EXEMPT)
expense category: other
tax code group: Domestic acquisition (exempt)
payment/taxation: Payment Specified Individually per Expense (No Taxation)
***
error:
Details
Description
500 SAP Internal Server Error
ERROR: The ASSERT condition was violated. (termination: RABAX_STATE)
ClassName
sap.client.evt.BaseOperation
Type
Error
Function_name
sap.client.evt.BaseOperation.prototype._dispatch
Transaction_id
00163E05DF0B1EE3BBB5DBD23A428148
Root_context_id
00163E05DF0B1EE3BBB5DBD23A41E148
Callstack
function (r,R,m,n){var s=null,t=null,a=null,e=null;if(m.mainController){if(m.mainController.bFetchRequestedForOffline){sap.client.offline.SyncDataManager.checkAndShowMessageDialog(m.mainController,'ERROR');return}s=m.mainController.getSession()}else if(m.controller){if(m.controller.bFetchRequestedForOffline){sap.client.offline.SyncDataManager.checkAndShowMessageDialog(m.controller,'ERROR');return}s=m.controller.getSession()}if(m.mainController){m.mainController.setGlobalInteractionPending(false)}else if(m.controller){m.controller.setGlobalInteractionPending(false)}_log(WARNING,'Request Description: '+JSON.stringify(m.requestDescr),'sap.client.evt.BaseOperation.prototype._fireErrorOnDispatch');if(R){R.log('sap.client.evt.BaseOperation.prototype._fireErrorOnDispatch')}if(s){a=s.getRootContextID();t=s.getTransactionID()}jQuery.sap.require('sap.client.core.Exception');if(n&&n.message){e=new sap.client.core.Exception('sap.client.evt.BaseOperation','Error',n.message,'sap.client.evt.BaseOperation.prototype._dispatch',t,a,n)}else if(R&&R._sText){e=new sap.client.core.Exception('sap.client.evt.BaseOperation','Error',R._sText,'sap.client.evt.BaseOperation.prototype._dispatch',t,a)}else{e=new sap.client.core.Exception('sap.client.evt.BaseOperation','Error','Error processing backend response','sap.client.evt.BaseOperation.prototype._dispatch',t,a)}throw e}