<?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: BAPI_ACC_GL_POSTING_POST for FB05 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post-for-fb05/m-p/3275755#M783187</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;¡Hola!,&lt;/P&gt;&lt;P&gt;well, for "posting with clearing" I am not aware of an existing BAPI (at least in 4.7). Probably because it usually requires some manual matching of open items and payments.&lt;/P&gt;&lt;P&gt;I have used function POSTING_INTERFACE_CLEARING in the past to automate FB05-type posting.&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jan 2008 12:57:05 GMT</pubDate>
    <dc:creator>ThomasZloch</dc:creator>
    <dc:date>2008-01-14T12:57:05Z</dc:date>
    <item>
      <title>BAPI_ACC_GL_POSTING_POST for FB05</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post-for-fb05/m-p/3275754#M783186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are trying to use a BAPI to account FB05. In some forums we have seen that an option is using the BAPI_ACC_GL_POSTING_POST. We are very lost... and we do not know how to use it. &lt;/P&gt;&lt;P&gt;We receive this message "RW - 605 - El documento se ha contabilizado correctamente: BKPFF 2 ABD-100" but nothing is accounted. &lt;/P&gt;&lt;P&gt;We need an example to see the value of each field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 12:50:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post-for-fb05/m-p/3275754#M783186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T12:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_GL_POSTING_POST for FB05</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post-for-fb05/m-p/3275755#M783187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;¡Hola!,&lt;/P&gt;&lt;P&gt;well, for "posting with clearing" I am not aware of an existing BAPI (at least in 4.7). Probably because it usually requires some manual matching of open items and payments.&lt;/P&gt;&lt;P&gt;I have used function POSTING_INTERFACE_CLEARING in the past to automate FB05-type posting.&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 12:57:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post-for-fb05/m-p/3275755#M783187</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-01-14T12:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_GL_POSTING_POST for FB05</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post-for-fb05/m-p/3275756#M783188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Lluís,&lt;/P&gt;&lt;P&gt;i had got the same problem and after the bapi, for clearing the document generated, i call the program SAPF124&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;P&gt;     SUBMIT sapf124 WITH bukrx    IN bukrx  "range of company&lt;/P&gt;&lt;P&gt;                    WITH gjahx    IN gjahx    " range of year&lt;/P&gt;&lt;P&gt;                    WITH docnr    IN docnr   " range of document &lt;/P&gt;&lt;P&gt;                    WITH x_kunnr  = 'X'&lt;/P&gt;&lt;P&gt;                    WITH kontd    IN kontd    " range of customer&lt;/P&gt;&lt;P&gt;                    WITH x_saknr  = 'X'&lt;/P&gt;&lt;P&gt;                    WITH konts    IN konts   " range of G/L account&lt;/P&gt;&lt;P&gt;                    WITH augdt    = sy-datum "Clearing date&lt;/P&gt;&lt;P&gt;                    WITH xausbel  = 'X'&lt;/P&gt;&lt;P&gt;                    WITH xnausbel = 'X'&lt;/P&gt;&lt;P&gt;                    WITH x_testl  = ' '&lt;/P&gt;&lt;P&gt;                    WITH x_fehler = 'X' AND RETURN.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that is useful,&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 13:42:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post-for-fb05/m-p/3275756#M783188</guid>
      <dc:creator>mnicolai_77</dc:creator>
      <dc:date>2008-01-14T13:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_GL_POSTING_POST for FB05</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post-for-fb05/m-p/3275757#M783189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you prevent the warning message "This is a production run" from appearing or from stopping the execution ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2008 02:03:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post-for-fb05/m-p/3275757#M783189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-25T02:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_GL_POSTING_POST for FB05</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post-for-fb05/m-p/3275758#M783190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you solved the problem at the submit of program SAPF124  "This is a production run" from appearing or from stopping the execution ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 20:53:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post-for-fb05/m-p/3275758#M783190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-15T20:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ACC_GL_POSTING_POST for FB05</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post-for-fb05/m-p/3275759#M783191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you solved the problem at the submit of program SAPF124 "This is a production run" from appearing or from stopping the execution ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 20:59:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-acc-gl-posting-post-for-fb05/m-p/3275759#M783191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-15T20:59:20Z</dc:date>
    </item>
  </channel>
</rss>

