Tuesday, April 10, 2012

eConnect error 13

Unable to update batch information in SY00500,sometimes you will get this error when you are calling the eConnect method taRMCashReceiptInsert.

This eConnect issue and it  occurred when system trying to create the batch number in the batch master table (SY00500) there are many reasons behind this issue e.g. wrong length for the batch number the batch number should not exceed 15 character or wrong format for the post date or wrong decimal places for the document amount. Or also it could happen due to the deadlock.

No comments:

Post a Comment

SSRS - How to Parameterizing the SQL Query

We need to create separated dataset to handle the pre defined list in that dataset we will use simple select statement to define the li...