<?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 BAPI_ACC_GL_POSTING_POST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-acc-gl-posting-post/m-p/5146834#M1192716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't this filed in my type of BAPI_ACC_GL_POSTING_POST function. Type of DOCUMENTHEADER parameter is BAPIACHE08, not BAPIACHE09, my system is SAP ECC 6.0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Jan 2009 11:33:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-23T11:33:37Z</dc:date>
    <item>
      <title>bapi BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-acc-gl-posting-post/m-p/5146832#M1192714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm using the bapi to create a new document.&lt;/P&gt;&lt;P&gt;I think that obj_type,  obj_key  and  obj_sys  are not mandatory, because bapi deduces it (see error message). my code for headers' paramiter is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
documentheader-username = sy-uname.
documentheader-comp_code = 'TES1'.              "BUKRS
documentheader-doc_date = sy-datum.             "BLDAT
documentheader-pstng_date = sy-datum.           "BUDAT
documentheader-ref_doc_no = '0000000000000985'. "XBLNR
documentheader-DOC_TYPE = '01'.                 "BLART
documentheader-header_txt = 'Test using BAPI'.
documentheader-FISC_YEAR = '2008'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and error'message is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Errore nel documento: BKPFF $ T90CLNT090&lt;/P&gt;&lt;P&gt;Interfaccia RW: i dati testata doc. sono inconsistenti per l'aggiornam.&lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;P&gt;error in document BKPFF $ T90CLNT090&lt;/P&gt;&lt;P&gt;interface RW: document data header are inconsistent for updating&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is the problem ?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 10:38:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-acc-gl-posting-post/m-p/5146832#M1192714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-23T10:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: bapi BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-acc-gl-posting-post/m-p/5146833#M1192715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I compared with how I'm calling this FM. I am not filling FISC_YEAR, since this is derived from PSTNG_DATE and might give errors if the two don't match. I am additionally filling BUS_ACT = 'RFBU', maybe try adding this.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 10:42:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-acc-gl-posting-post/m-p/5146833#M1192715</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-01-23T10:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: bapi BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-acc-gl-posting-post/m-p/5146834#M1192716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't this filed in my type of BAPI_ACC_GL_POSTING_POST function. Type of DOCUMENTHEADER parameter is BAPIACHE08, not BAPIACHE09, my system is SAP ECC 6.0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 11:33:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-acc-gl-posting-post/m-p/5146834#M1192716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-23T11:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: bapi BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-acc-gl-posting-post/m-p/5146835#M1192717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I mixed it up, I'm using BAPI_ACC_DOCUMENT_POST.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 12:30:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-acc-gl-posting-post/m-p/5146835#M1192717</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-01-23T12:30:58Z</dc:date>
    </item>
  </channel>
</rss>

