‎2009 Oct 30 3:07 PM
Hi All,
I am using FF_5 transaction code to upload electronic bank statements.
I am using the below selection criteria:
Elect. bank statement format: BAI Format
Imported the file from Presentation sever.
While uploading I am getting below error:
Acct 4121747943: Statement 00001 already exists. entry ignored
When I debug the issue I found the below:
1) Program gets data from table FBEKO. Sorts it by descending AZDAT (Satement date).
Now program reads the first record data from the internal table of FBEKO.
If the table has records like:
statement date: statement Number
01/10/2009 0001
01/09/2009 0002
now the program reads the first records that is:
01/10/2009 0001
And increases the statement number by 1. It would be now 0002.
Now it tries to insert the records, where it finds the already exists.
Thats the reason it is giving error.
So I removed the data using the program RFEBKA96 .
Now I have changed the date in the file 01/10/2009. (File has more than one entry. All the entries have the same date).
For the first records it did not give any error. But for the next records it is giving the same error.
Could you please help me how to updload?
Thanks and Regards,
Shravan G.
‎2009 Nov 02 1:01 AM
Hi,
each statement should have unique identifier to avoid multiple uploads. Your statements have been already uploaded to SAP therefore you get error Statement 00001 already exists. entry ignored. So the problem is in your data. Every statement needs to have an unique number.
Cheers
‎2009 Nov 04 2:16 PM
Statement number is generating in SAP, I am not giving statement number in the file.
So here when I upload I am getting this error.
‎2009 Nov 07 6:39 PM
‎2009 Nov 09 1:25 PM
‎2010 Oct 27 4:02 PM
Hello Shravan, can you please provide the oss note for this issue.
Thanks
GA
‎2013 Aug 21 11:02 PM