<?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 FB05 with POSTING_INTERFACE_CLEARING in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb05-with-posting-interface-clearing/m-p/7570138#M1565327</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 tryiogn to post and clear invoice with  incoming customer  payments with FM POSTING_INTERFACE_CLEARING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lt_ftpost-stype = 'K'."Header&lt;/P&gt;&lt;P&gt;lt_ftpost-count = '1'. "number of Dynpro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lt_ftpost-fnam = 'BKPF-BLDAT'.&lt;/P&gt;&lt;P&gt;CONCATENATE sy-datum&lt;EM&gt;6(2) sy-datum&lt;/EM&gt;4(2) sy-datum(4) INTO lt_ftpost-fval SEPARATED BY '.'.&lt;/P&gt;&lt;P&gt;APPEND lt_ftpost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lt_ftpost-fnam = 'BKPF-BUDAT'.&lt;/P&gt;&lt;P&gt;CONCATENATE sy-datum&lt;EM&gt;6(2) sy-datum&lt;/EM&gt;4(2) sy-datum(4) INTO lt_ftpost-fval SEPARATED BY '.'.&lt;/P&gt;&lt;P&gt;APPEND lt_ftpost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lt_ftpost-fnam = 'BKPF-BLART'.&lt;/P&gt;&lt;P&gt;lt_ftpost-fval = 'DZ'. "Same type as documents cleared via F-32&lt;/P&gt;&lt;P&gt;APPEND lt_ftpost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lt_ftpost-stype = 'P'.&lt;/P&gt;&lt;P&gt;lt_ftpost-count =  '2' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lt_ftpost-fnam = 'RF05A-NEWBS'.&lt;/P&gt;&lt;P&gt;lt_ftpost-fval = '40'.&lt;/P&gt;&lt;P&gt;APPEND lt_ftpost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lt_ftpost-fnam = 'BSEG-HKONT'.&lt;/P&gt;&lt;P&gt;lt_ftpost-fval = '113100' .&lt;/P&gt;&lt;P&gt;APPEND lt_ftpost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lt_ftpost-fnam = 'BSEG-WRBTR'.&lt;/P&gt;&lt;P&gt;lt_ftpost-fval = '5000'.&lt;/P&gt;&lt;P&gt;APPEND lt_ftpost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lt_ftclear-agkoa = 'D'. "Account Type&lt;/P&gt;&lt;P&gt;lt_ftclear-xnops = 'X'. "Indicator: Select only open items which are not special G/L?&lt;/P&gt;&lt;P&gt;lt_ftclear-agbuk = p_bukrs. "Example company code&lt;/P&gt;&lt;P&gt;lt_ftclear-agkon = p_kunnr. "Example Customer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lt_ftclear-selfd = 'BELNR'."Selection Field&lt;/P&gt;&lt;P&gt;lt_ftclear-selvon = p_doc1.&lt;/P&gt;&lt;P&gt;lt_ftclear-selbis = p_doc1.&lt;/P&gt;&lt;P&gt;APPEND lt_ftclear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does notthing but when comment lines for  'RF05A-NEWBS', 'BSEG-HKONT' , 'BSEG-WRBTR' and run in 'A' mode and check the screens in foreground it throws error "diffrence is too large " which is obvious as i am not passing any amount .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know how I can pass NEWBS(posting key), HKONT and  WRBTR and do an incoming positng.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went through severe search and could not find  help so I guess any links would not help me .&lt;/P&gt;&lt;P&gt;Any alternative suggestion to acheive will also be helpfull .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jan 2011 00:21:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-19T00:21:48Z</dc:date>
    <item>
      <title>FB05 with POSTING_INTERFACE_CLEARING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb05-with-posting-interface-clearing/m-p/7570138#M1565327</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 tryiogn to post and clear invoice with  incoming customer  payments with FM POSTING_INTERFACE_CLEARING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lt_ftpost-stype = 'K'."Header&lt;/P&gt;&lt;P&gt;lt_ftpost-count = '1'. "number of Dynpro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lt_ftpost-fnam = 'BKPF-BLDAT'.&lt;/P&gt;&lt;P&gt;CONCATENATE sy-datum&lt;EM&gt;6(2) sy-datum&lt;/EM&gt;4(2) sy-datum(4) INTO lt_ftpost-fval SEPARATED BY '.'.&lt;/P&gt;&lt;P&gt;APPEND lt_ftpost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lt_ftpost-fnam = 'BKPF-BUDAT'.&lt;/P&gt;&lt;P&gt;CONCATENATE sy-datum&lt;EM&gt;6(2) sy-datum&lt;/EM&gt;4(2) sy-datum(4) INTO lt_ftpost-fval SEPARATED BY '.'.&lt;/P&gt;&lt;P&gt;APPEND lt_ftpost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lt_ftpost-fnam = 'BKPF-BLART'.&lt;/P&gt;&lt;P&gt;lt_ftpost-fval = 'DZ'. "Same type as documents cleared via F-32&lt;/P&gt;&lt;P&gt;APPEND lt_ftpost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lt_ftpost-stype = 'P'.&lt;/P&gt;&lt;P&gt;lt_ftpost-count =  '2' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lt_ftpost-fnam = 'RF05A-NEWBS'.&lt;/P&gt;&lt;P&gt;lt_ftpost-fval = '40'.&lt;/P&gt;&lt;P&gt;APPEND lt_ftpost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lt_ftpost-fnam = 'BSEG-HKONT'.&lt;/P&gt;&lt;P&gt;lt_ftpost-fval = '113100' .&lt;/P&gt;&lt;P&gt;APPEND lt_ftpost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lt_ftpost-fnam = 'BSEG-WRBTR'.&lt;/P&gt;&lt;P&gt;lt_ftpost-fval = '5000'.&lt;/P&gt;&lt;P&gt;APPEND lt_ftpost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lt_ftclear-agkoa = 'D'. "Account Type&lt;/P&gt;&lt;P&gt;lt_ftclear-xnops = 'X'. "Indicator: Select only open items which are not special G/L?&lt;/P&gt;&lt;P&gt;lt_ftclear-agbuk = p_bukrs. "Example company code&lt;/P&gt;&lt;P&gt;lt_ftclear-agkon = p_kunnr. "Example Customer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lt_ftclear-selfd = 'BELNR'."Selection Field&lt;/P&gt;&lt;P&gt;lt_ftclear-selvon = p_doc1.&lt;/P&gt;&lt;P&gt;lt_ftclear-selbis = p_doc1.&lt;/P&gt;&lt;P&gt;APPEND lt_ftclear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does notthing but when comment lines for  'RF05A-NEWBS', 'BSEG-HKONT' , 'BSEG-WRBTR' and run in 'A' mode and check the screens in foreground it throws error "diffrence is too large " which is obvious as i am not passing any amount .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know how I can pass NEWBS(posting key), HKONT and  WRBTR and do an incoming positng.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went through severe search and could not find  help so I guess any links would not help me .&lt;/P&gt;&lt;P&gt;Any alternative suggestion to acheive will also be helpfull .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 00:21:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb05-with-posting-interface-clearing/m-p/7570138#M1565327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-19T00:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: FB05 with POSTING_INTERFACE_CLEARING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb05-with-posting-interface-clearing/m-p/7570139#M1565328</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;here's a sample from creating clearing document with report &lt;STRONG&gt;RFBIBL00&lt;/STRONG&gt; for tc ode FB05:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;..
PERFORM INIT_BSELK(RFBIBLI0) USING BSELK.
PERFORM INIT_BSELP(RFBIBLI0) USING BSELP.

...
*create header
FORM PROCESS_AUGL.

  XBKPF = BBKPF.

  MOVE: 'FB05' TO XBKPF-TCODE.
  MOVE &amp;lt;F&amp;gt;-KEY-BUKRS TO XBKPF-BUKRS.
  MOVE BU_BLART TO XBKPF-BLART.

  CONCATENATE SY-DATUM+6(2) SY-DATUM+4(2) SY-DATUM(4)
              INTO XBKPF-BLDAT.
  CONCATENATE SY-DATUM+6(2) SY-DATUM+4(2) SY-DATUM(4)
              INTO XBKPF-BUDAT.

  MOVE &amp;lt;F&amp;gt;-WAERS TO XBKPF-WAERS.
  XBKPF-AUGLV = 'UMBUCHNG'.
  TRANSFER XBKPF TO FILE.
  ADD 1 TO CNT_TA.
  ADD 1 TO CNT_IN.

*
  XSELK = BSELK.
  XSELK-AGKON = &amp;lt;F&amp;gt;-KEY-KUNNR.
  XSELK-AGBUK = &amp;lt;F&amp;gt;-KEY-BUKRS.
  XSELK-AGKOA = 'D'.
  XSELK-XNOPS = 'X'.

  TRANSFER XSELK TO FILE.
  ADD 1 TO CNT_IN.



ENDFORM.                 
.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;.

*clearing posten 
  SORT TAUGL.
  LOOP AT TAUGL ASSIGNING &amp;lt;F&amp;gt;.

    AT NEW KEY.
      PERFORM PROCESS_AUGL.
    ENDAT.

    XSELP = BSELP.
    XSELP-FELDN_1 = 'SGTXT'.
    MOVE  &amp;lt;F&amp;gt;-SGTXT TO XSELP-SLVON_1.

    TRANSFER XSELP TO FILE.
    ADD 1 TO CNT_IN.

  ENDLOOP.


..&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 13:11:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb05-with-posting-interface-clearing/m-p/7570139#M1565328</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2011-01-19T13:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: FB05 with POSTING_INTERFACE_CLEARING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb05-with-posting-interface-clearing/m-p/7570140#M1565329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andreas  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thanks for your reply , &lt;/P&gt;&lt;P&gt;I actually looked at it and found it does not cater for residual items and partial payments , Where as from my investigation  and search I found that with Fm POSTING_INTERFACE_CLEARING we can do a partial or residual .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other input will be appreciated .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 04:38:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb05-with-posting-interface-clearing/m-p/7570140#M1565329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-20T04:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: FB05 with POSTING_INTERFACE_CLEARING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb05-with-posting-interface-clearing/m-p/7570141#M1565330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on your explanation it sounds to me that the invoice item to be cleared cannot be determined. Since you &lt;STRONG&gt;only&lt;/STRONG&gt; use the accounting document number as a search, at least I assume that is what is in the &amp;lt;p_doc1&amp;gt;, it cannot determine the invoice item as the accounting document number is a combination of year document item (&amp;lt;GJAHR&amp;gt;&amp;lt;BELNR&amp;gt;&amp;lt;BUZEI&amp;gt;). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what you will need to do is prefix &amp;lt;p_doc1&amp;gt; with year and suffix with the item no.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; write: bsid_tab-gjahr(4) to ftclear-selvon+10,
         bsid_tab-buzei(3) to ftclear-selvon+14.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(copied from SAPF103).&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that this does the trick...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards and good luck,&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 05:31:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb05-with-posting-interface-clearing/m-p/7570141#M1565330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-20T05:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: FB05 with POSTING_INTERFACE_CLEARING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb05-with-posting-interface-clearing/m-p/7570142#M1565331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi RJ , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I actually need to know how I can pass NEWBS , HKONT ,WRBTR to function module POSTING_INTERFACE_CLEARING. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 22:39:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb05-with-posting-interface-clearing/m-p/7570142#M1565331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-20T22:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: FB05 with POSTING_INTERFACE_CLEARING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb05-with-posting-interface-clearing/m-p/7570143#M1565332</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;Thanks for respsones .&lt;/P&gt;&lt;P&gt;I have tested with BDC recording on f-28 its very simple and seem to work quite nice .Can quite easily record the residual payment and partial payment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;keeping this thread open unitll actaul development is done with complete requirement from client .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: vinay kolla on Jan 21, 2011 12:37 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 23:36:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb05-with-posting-interface-clearing/m-p/7570143#M1565332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-20T23:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: FB05 with POSTING_INTERFACE_CLEARING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb05-with-posting-interface-clearing/m-p/7570144#M1565333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ammend lt_ftpost-count = '1' . &lt;/P&gt;&lt;P&gt;That should do the trick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 23:56:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb05-with-posting-interface-clearing/m-p/7570144#M1565333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-21T23:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: FB05 with POSTING_INTERFACE_CLEARING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb05-with-posting-interface-clearing/m-p/7570145#M1565334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- NEWBS&lt;/P&gt;&lt;P&gt;FNAM = RF05A-NEWBS&lt;/P&gt;&lt;P&gt;FVAL = 'Posting Key'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- HKONT&lt;/P&gt;&lt;P&gt;FNAM = RF05A-NEWKO&lt;/P&gt;&lt;P&gt;FVAL = 'G/L Account'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- WRBTR&lt;/P&gt;&lt;P&gt;FNAM = BSEG-WRBTR&lt;/P&gt;&lt;P&gt;FVAL = 'Amount'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass those fields to table T_FTPOST. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2011 08:56:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb05-with-posting-interface-clearing/m-p/7570145#M1565334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-28T08:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: FB05 with POSTING_INTERFACE_CLEARING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb05-with-posting-interface-clearing/m-p/7570146#M1565335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vinay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also trying to post residual items by going through FB05.&amp;nbsp; As you mentionned above, does the function module 'POSTING_INTERFACE_CLEARING' cater for posting residual items?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR only BDC recording will work for this particular requirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really appreciate if you could answer asap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thyaga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 10:19:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb05-with-posting-interface-clearing/m-p/7570146#M1565335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-31T10:19:19Z</dc:date>
    </item>
  </channel>
</rss>

