Integration Failure :Linked Value C115 Does not exist transaction

Integration Failure :Linked Value C115 Does not exist transaction

Problem Statement

There is POS sales transaction failure from iVend to SAPB1, displaying error Linked Value C115 Does not exist transaction 


System.Exception: DI:10000415 - Linked value C115 does not exist

   at ReplicationSBOIntegrationWinSer.IntegrationObjects.Base.ARInvoice.CreateARInvoice(DataRow[] objDataRow, DataRow[] objDataRowSurcharges, DataSet ObjDataSetTransactionAttribute, DataSet ObjDataSetTransactionLineAttribute, Decimal passedRoundingAmount, Decimal& roundingAmount, Boolean& isRolledBack)

   at ReplicationSBOIntegrationWinSer.IntegrationObjects.Transactions.Replicate(Direction From, Direction To, Int32 DatasetRowID)

   at ReplicationSBOIntegrationWinSer.Integrator.MainStart(DateTime LastRetryAt, Boolean& Retried)


Symptoms

Related value with customers or items seems to be unavailable in SAPB1.


Resolution/Work Around

Support analyzed the data on iVend HO using SQL procedure


exec Integration_Transaction 'Put Tranasction Key'  


But all information seems to be correct , passing from iVend HO to SAPB1. It should be noticed that Integration put the information/data on SAPB1 DIAPI and DIAPI process the events towards the SAPB1 & then check if corresponding events are available or not. 


Shared the one SAPB1 Note, available on internet , which may be helpful for such case 


https://answers.sap.com/questions/11305157/costingcode-linked-value-1-does-not-exist-in-docum.html


Recommendations /Suggestion

None