Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Electronic Bank Statement Upload using Tcode FF_5

Former Member
0 Likes
2,106

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.

6 REPLIES 6
Read only

mvoros
Active Contributor
0 Likes
1,212

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

Read only

Former Member
0 Likes
1,212

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.

Read only

Former Member
0 Likes
1,212

This issue is solved by raising OSS notes

Read only

Former Member
0 Likes
1,212

This problem has been solved by raising OSS

Read only

0 Likes
1,212

Hello Shravan, can you please provide the oss note for this issue.

Thanks

GA

Read only

0 Likes
1,212

What was the note number?