<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Electronic Bank Statement Upload using Tcode FF_5 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/electronic-bank-statement-upload-using-tcode-ff-5/m-p/6290568#M1389807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This problem has been solved by raising OSS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Nov 2009 13:25:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-09T13:25:59Z</dc:date>
    <item>
      <title>Electronic Bank Statement Upload using Tcode FF_5</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/electronic-bank-statement-upload-using-tcode-ff-5/m-p/6290564#M1389803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using FF_5 transaction code to upload electronic bank statements.&lt;/P&gt;&lt;P&gt;I am using the below selection criteria:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Elect. bank statement format:  BAI Format&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Imported the file from Presentation sever.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While uploading I am getting below error:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Acct 4121747943: Statement 00001 already exists. entry ignored&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I debug the issue I found the below:&lt;/P&gt;&lt;P&gt;1) Program gets data from table FBEKO. Sorts it by descending AZDAT (Satement date). &lt;/P&gt;&lt;P&gt;    Now program reads the first record data from the internal table of FBEKO.&lt;/P&gt;&lt;P&gt;   If the table has records like:&lt;/P&gt;&lt;P&gt;   statement date:          statement Number&lt;/P&gt;&lt;P&gt;   01/10/2009                  0001&lt;/P&gt;&lt;P&gt;   01/09/2009                  0002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now the program reads the first records that is:&lt;/P&gt;&lt;P&gt;01/10/2009                  0001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And increases the statement number by 1. It would be now 0002.&lt;/P&gt;&lt;P&gt;Now it tries to insert the records, where it finds the already exists.&lt;/P&gt;&lt;P&gt;Thats the reason it is giving error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I removed the data using the program RFEBKA96 . &lt;/P&gt;&lt;P&gt;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).&lt;/P&gt;&lt;P&gt;For the first records it did not give any error. But for the next records it is giving the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me how to updload?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Shravan G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 15:07:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/electronic-bank-statement-upload-using-tcode-ff-5/m-p/6290564#M1389803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-30T15:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Electronic Bank Statement Upload using Tcode FF_5</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/electronic-bank-statement-upload-using-tcode-ff-5/m-p/6290565#M1389804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2009 01:01:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/electronic-bank-statement-upload-using-tcode-ff-5/m-p/6290565#M1389804</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2009-11-02T01:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Electronic Bank Statement Upload using Tcode FF_5</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/electronic-bank-statement-upload-using-tcode-ff-5/m-p/6290566#M1389805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Statement number is generating in SAP, I am not giving statement number in the file.&lt;/P&gt;&lt;P&gt;So here when I upload I am getting this error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 14:16:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/electronic-bank-statement-upload-using-tcode-ff-5/m-p/6290566#M1389805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-04T14:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Electronic Bank Statement Upload using Tcode FF_5</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/electronic-bank-statement-upload-using-tcode-ff-5/m-p/6290567#M1389806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This issue is solved by raising OSS notes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Nov 2009 18:39:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/electronic-bank-statement-upload-using-tcode-ff-5/m-p/6290567#M1389806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-07T18:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Electronic Bank Statement Upload using Tcode FF_5</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/electronic-bank-statement-upload-using-tcode-ff-5/m-p/6290568#M1389807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This problem has been solved by raising OSS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2009 13:25:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/electronic-bank-statement-upload-using-tcode-ff-5/m-p/6290568#M1389807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-09T13:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Electronic Bank Statement Upload using Tcode FF_5</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/electronic-bank-statement-upload-using-tcode-ff-5/m-p/6290569#M1389808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shravan, can you please provide the oss note for this issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;GA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 15:02:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/electronic-bank-statement-upload-using-tcode-ff-5/m-p/6290569#M1389808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-27T15:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Electronic Bank Statement Upload using Tcode FF_5</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/electronic-bank-statement-upload-using-tcode-ff-5/m-p/6290570#M1389809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What was the note number?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 22:02:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/electronic-bank-statement-upload-using-tcode-ff-5/m-p/6290570#M1389809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-21T22:02:23Z</dc:date>
    </item>
  </channel>
</rss>

