<?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: POSTING_INTERFACE_CLEARING in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-interface-clearing/m-p/5698169#M1294488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;Unfortunately I have encountered the same problem but the release was the Enterprise 4.7. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module POSTING_INTERFACE_CLEARING was not designed to clear partial amounts and, after losing a whole day, I opted for a new BDC custom program with CALL  TRANSACTION technique on FB05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not had a chance to test the behavior of the function module POSTING_INTERFACE_CLEARING  in ECC, but in my opinion is identical.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards.&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 14 Jun 2009 22:27:53 GMT</pubDate>
    <dc:creator>andrea_olivieri</dc:creator>
    <dc:date>2009-06-14T22:27:53Z</dc:date>
    <item>
      <title>POSTING_INTERFACE_CLEARING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-interface-clearing/m-p/5698167#M1294486</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;i use the FM POSTING_INTERFACE_CLEARING to clear open items, its works perfectly&lt;/P&gt;&lt;P&gt;if amounts are equals but i have a probleme whith clearing parially items : what parameters to use in this case ? &lt;/P&gt;&lt;P&gt;Any suggestions? &lt;/P&gt;&lt;P&gt;thinks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 14:35:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-interface-clearing/m-p/5698167#M1294486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-12T14:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: POSTING_INTERFACE_CLEARING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-interface-clearing/m-p/5698168#M1294487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;same problem to me, just one item should be cleared, looking for parameters..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jun 2009 20:04:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-interface-clearing/m-p/5698168#M1294487</guid>
      <dc:creator>NoJo</dc:creator>
      <dc:date>2009-06-14T20:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: POSTING_INTERFACE_CLEARING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-interface-clearing/m-p/5698169#M1294488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;Unfortunately I have encountered the same problem but the release was the Enterprise 4.7. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module POSTING_INTERFACE_CLEARING was not designed to clear partial amounts and, after losing a whole day, I opted for a new BDC custom program with CALL  TRANSACTION technique on FB05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not had a chance to test the behavior of the function module POSTING_INTERFACE_CLEARING  in ECC, but in my opinion is identical.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards.&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jun 2009 22:27:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-interface-clearing/m-p/5698169#M1294488</guid>
      <dc:creator>andrea_olivieri</dc:creator>
      <dc:date>2009-06-14T22:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: POSTING_INTERFACE_CLEARING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-interface-clearing/m-p/5698170#M1294489</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;The POSTING_INTERFACE_CLEARING really does not process partial payments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I did is the following (to avoid a full BTC programming &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- call the function module with a dummy process code ('X' instead of 'B' or 'C')&lt;/P&gt;&lt;P&gt;- in a little enhancement, when the process code 'X' saved the FT table into memory&lt;/P&gt;&lt;P&gt;- in my Z program just extended the content of FT with handling the partial payment screen only&lt;/P&gt;&lt;P&gt;- and call FB05&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this way the most of the work is done by the standard, you just handle 1 screen, which fortunately even has a positioning possibility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2010 15:16:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-interface-clearing/m-p/5698170#M1294489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-14T15:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: POSTING_INTERFACE_CLEARING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/posting-interface-clearing/m-p/5698171#M1294490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean u201Cin a little enhancementu201D?  What enhancement are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Mar 2010 22:05:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/posting-interface-clearing/m-p/5698171#M1294490</guid>
      <dc:creator>carole_jackson</dc:creator>
      <dc:date>2010-03-08T22:05:46Z</dc:date>
    </item>
  </channel>
</rss>

