<?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: Doc items clearing thru BAPI_ACC_GL_POSTING_POST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doc-items-clearing-thru-bapi-acc-gl-posting-post/m-p/7739208#M1581656</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Joao,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try the following standard program: RFBIBL00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This program is calling RFBIBL01 which is using POSTING_INTERFACE_CLEARING when Tx name is FB05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFBIBL00 should be called from your specific program as RFBIBL01 is called from RFBIBL00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
* Report RFBIBL01 aufrufen
  SUBMIT RFBIBL01 WITH  DS_NAME   =   DS_NAME
                  WITH  FL_CHECK  =   FL_CHECK
                  WITH  OS_XON    =   OS_XON
                  WITH  XNONUNIC =    XNONUNIC
                  WITH  CALLMODE  =   CALLMODE
                  WITH  MAX_COMM  =   MAX_COMM
                  WITH  PA_XPROT  =   PA_XPROT
                  WITH  ANZ_MODE  =   ANZ_MODE
                  WITH  UPDATE    =   UPDATE
                  WITH  XPOP      =   XPOP
                  WITH  XLOG      =   XLOG
                  WITH  XINF      =   XINF
                  AND RETURN.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that you got your solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Moez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Apr 2011 15:18:47 GMT</pubDate>
    <dc:creator>BTP_Architect</dc:creator>
    <dc:date>2011-04-15T15:18:47Z</dc:date>
    <item>
      <title>Doc items clearing thru BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doc-items-clearing-thru-bapi-acc-gl-posting-post/m-p/7739206#M1581654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im looking for a solution to all FB05 BDC in my client and after a search iv'e found that BAPI_ACC_GL_POSTING_POST  it's a reliable soluiton on my version, ECC 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem it's that looking to the Bapi, im only able to see the necessary inputs to a FI documet post, not a items clearing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone here uses this Bapi for items clearing? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, could you pelase give me an code example?&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;Best Regards&lt;/P&gt;&lt;P&gt;João Martins&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 13:27:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doc-items-clearing-thru-bapi-acc-gl-posting-post/m-p/7739206#M1581654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-14T13:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Doc items clearing thru BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doc-items-clearing-thru-bapi-acc-gl-posting-post/m-p/7739207#M1581655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone help me on this subject?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 10:30:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doc-items-clearing-thru-bapi-acc-gl-posting-post/m-p/7739207#M1581655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-15T10:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Doc items clearing thru BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doc-items-clearing-thru-bapi-acc-gl-posting-post/m-p/7739208#M1581656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Joao,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try the following standard program: RFBIBL00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This program is calling RFBIBL01 which is using POSTING_INTERFACE_CLEARING when Tx name is FB05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFBIBL00 should be called from your specific program as RFBIBL01 is called from RFBIBL00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
* Report RFBIBL01 aufrufen
  SUBMIT RFBIBL01 WITH  DS_NAME   =   DS_NAME
                  WITH  FL_CHECK  =   FL_CHECK
                  WITH  OS_XON    =   OS_XON
                  WITH  XNONUNIC =    XNONUNIC
                  WITH  CALLMODE  =   CALLMODE
                  WITH  MAX_COMM  =   MAX_COMM
                  WITH  PA_XPROT  =   PA_XPROT
                  WITH  ANZ_MODE  =   ANZ_MODE
                  WITH  UPDATE    =   UPDATE
                  WITH  XPOP      =   XPOP
                  WITH  XLOG      =   XLOG
                  WITH  XINF      =   XINF
                  AND RETURN.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that you got your solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Moez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 15:18:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doc-items-clearing-thru-bapi-acc-gl-posting-post/m-p/7739208#M1581656</guid>
      <dc:creator>BTP_Architect</dc:creator>
      <dc:date>2011-04-15T15:18:47Z</dc:date>
    </item>
  </channel>
</rss>

