<?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: Function module to post an open electronic bank statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-post-an-open-electronic-bank-statement/m-p/12290914#M1989402</link>
    <description>&lt;P&gt;Yes this solved this part of my problem at least for now.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Sep 2020 08:30:11 GMT</pubDate>
    <dc:creator>former_member636171</dc:creator>
    <dc:date>2020-09-08T08:30:11Z</dc:date>
    <item>
      <title>Function module to post an open electronic bank statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-post-an-open-electronic-bank-statement/m-p/12290908#M1989396</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
  &lt;P&gt;I've used BAPI_ACCSTMT_CREATEFROMPREVDAY to create the electronic bank statement but what function module can I use to post and clear it?&lt;BR /&gt;I can do it manually using t-code FEBP but I'm hoping there's a function module that serves the same function. &lt;/P&gt;
  &lt;P&gt;Thanks!&lt;BR /&gt;Birgir Snorrason&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 14:18:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-post-an-open-electronic-bank-statement/m-p/12290908#M1989396</guid>
      <dc:creator>former_member636171</dc:creator>
      <dc:date>2020-08-13T14:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to post an open electronic bank statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-post-an-open-electronic-bank-statement/m-p/12290909#M1989397</link>
      <description>&lt;P&gt;do you try a SUBMIT ? &lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2013/10/07/electronic-bank-statement-upload-and-deletion/"&gt;https://blogs.sap.com/2013/10/07/electronic-bank-statement-upload-and-deletion/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 14:20:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-post-an-open-electronic-bank-statement/m-p/12290909#M1989397</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2020-08-13T14:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to post an open electronic bank statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-post-an-open-electronic-bank-statement/m-p/12290910#M1989398</link>
      <description>&lt;P&gt;I don't know what you mean by "a SUBMIT" but in this blog you linked there is this paragraph:&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;a) Do not post – If we select this option, the Bank Statement gets uploaded into the system but entries are not posted to the Bank GL Account. In order to post the entries, we have to use the T-code FEBP.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I've already uploaded the bank statement into the system and now I'm looking for a function module to perform the same task as t-code FEBP.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 15:32:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-post-an-open-electronic-bank-statement/m-p/12290910#M1989398</guid>
      <dc:creator>former_member636171</dc:creator>
      <dc:date>2020-08-13T15:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to post an open electronic bank statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-post-an-open-electronic-bank-statement/m-p/12290911#M1989399</link>
      <description>&lt;P&gt;You should have at least two options right now:&lt;/P&gt;&lt;OL&gt;
&lt;LI&gt;Use report RFEBKA00 (or Trx. FF.5) to create and post directly&lt;/LI&gt;&lt;LI&gt;Use FM BAPI_ACCSTMT_CREATEFROMPREVDAY to create and report RFEBKA30 (Trx. &lt;EM&gt;FEBP)&lt;/EM&gt; to post later&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Within ABAP coding, reports are called with SUBMIT and transactions are called with CALL TRANSACTION. Both techniques give options on how to call the programme and how to fill the select-options and parameters.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 16:33:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-post-an-open-electronic-bank-statement/m-p/12290911#M1989399</guid>
      <dc:creator>michael_piesche</dc:creator>
      <dc:date>2020-08-13T16:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to post an open electronic bank statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-post-an-open-electronic-bank-statement/m-p/12290912#M1989400</link>
      <description>&lt;P&gt;I was hoping for a function module but I'll give calling RFEBKA30 a try, thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 17:13:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-post-an-open-electronic-bank-statement/m-p/12290912#M1989400</guid>
      <dc:creator>former_member636171</dc:creator>
      <dc:date>2020-08-13T17:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to post an open electronic bank statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-post-an-open-electronic-bank-statement/m-p/12290913#M1989401</link>
      <description>&lt;SPAN class="mention-scrubbed"&gt;bsnorrason&lt;/SPAN&gt;, where you able to solve your problem or do you still have the same or new issues?</description>
      <pubDate>Tue, 08 Sep 2020 01:07:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-post-an-open-electronic-bank-statement/m-p/12290913#M1989401</guid>
      <dc:creator>michael_piesche</dc:creator>
      <dc:date>2020-09-08T01:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to post an open electronic bank statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-post-an-open-electronic-bank-statement/m-p/12290914#M1989402</link>
      <description>&lt;P&gt;Yes this solved this part of my problem at least for now.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 08:30:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-post-an-open-electronic-bank-statement/m-p/12290914#M1989402</guid>
      <dc:creator>former_member636171</dc:creator>
      <dc:date>2020-09-08T08:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to post an open electronic bank statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-post-an-open-electronic-bank-statement/m-p/12290915#M1989403</link>
      <description>&lt;P&gt;Hi, nice to meet you, i contact to you for ask help about, this question.&lt;/P&gt;&lt;P&gt;do you have the part of the code example for use this bapi  BAPI_ACCSTMT_CREATEFROMPREVDAY .&lt;/P&gt;&lt;P&gt;Can you help me ? Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Nov 2021 03:58:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-post-an-open-electronic-bank-statement/m-p/12290915#M1989403</guid>
      <dc:creator>youset</dc:creator>
      <dc:date>2021-11-12T03:58:28Z</dc:date>
    </item>
  </channel>
</rss>

