<?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: Error on BAPI Return BAPI_ACC_GL_POSTING_POST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-bapi-return-bapi-acc-gl-posting-post/m-p/5781997#M1308441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then just check the entries in gv_doc_header before calling the BAPI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jun 2009 18:30:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-15T18:30:38Z</dc:date>
    <item>
      <title>Error on BAPI Return BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-bapi-return-bapi-acc-gl-posting-post/m-p/5781992#M1308436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;on The return of this BAPI gt_return has this error in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error in document: BKPFF $ ECDCLNT200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BAPI_ACC_GL_POSTING_POST'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      documentheader = gv_doc_header&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      OBJ_TYPE       = gv_doc_header-obj_type&lt;/P&gt;&lt;P&gt;      OBJ_KEY        = gv_doc_header-obj_key&lt;/P&gt;&lt;P&gt;      OBJ_SYS        = gv_doc_header-obj_sys&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      accountgl      = gt_doc_item&lt;/P&gt;&lt;P&gt;      currencyamount = gt_doc_values&lt;/P&gt;&lt;P&gt;      return         = gt_return&lt;/P&gt;&lt;P&gt;      EXTENSION1     = gt_EXTENSION1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT gt_return WHERE type = 'E'.&lt;/P&gt;&lt;P&gt;   EXIT.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 18:12:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-bapi-return-bapi-acc-gl-posting-post/m-p/5781992#M1308436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T18:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error on BAPI Return BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-bapi-return-bapi-acc-gl-posting-post/m-p/5781993#M1308437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check ur internal table values before BAPI call in debug mode ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 18:18:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-bapi-return-bapi-acc-gl-posting-post/m-p/5781993#M1308437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T18:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error on BAPI Return BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-bapi-return-bapi-acc-gl-posting-post/m-p/5781994#M1308438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at the entire contents of the return table. There's probably more messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 18:25:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-bapi-return-bapi-acc-gl-posting-post/m-p/5781994#M1308438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T18:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error on BAPI Return BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-bapi-return-bapi-acc-gl-posting-post/m-p/5781995#M1308439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well what is strange is these are the values coming back from the BAPI for &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJ_TYPE = BKPFF&lt;/P&gt;&lt;P&gt;OBJ_KEY = $&lt;/P&gt;&lt;P&gt;OBJ_SYS = ECDCLNT200&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 18:28:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-bapi-return-bapi-acc-gl-posting-post/m-p/5781995#M1308439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T18:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error on BAPI Return BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-bapi-return-bapi-acc-gl-posting-post/m-p/5781996#M1308440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yup, there were more errors, I thought if I get this one fixed it might help the others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G/L account 652010 is not defined in chart of accounts MLF&lt;/P&gt;&lt;P&gt;Account 652010 does not exist in chart of accounts MLF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately I am not sure how to fix these?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 18:30:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-bapi-return-bapi-acc-gl-posting-post/m-p/5781996#M1308440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T18:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error on BAPI Return BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-bapi-return-bapi-acc-gl-posting-post/m-p/5781997#M1308441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then just check the entries in gv_doc_header before calling the BAPI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 18:30:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-bapi-return-bapi-acc-gl-posting-post/m-p/5781997#M1308441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T18:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error on BAPI Return BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-bapi-return-bapi-acc-gl-posting-post/m-p/5781998#M1308442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; G/L account 652010 is not defined in chart of accounts MLF&lt;/P&gt;&lt;P&gt;&amp;gt; Account 652010 does not exist in chart of accounts MLF&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Well, that is the error. The GL is missing in the chart of accounts you are posting against. You can:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create the GL in the chart of accounts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use a different GL/Chart of accounts combination (one that exists)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 18:35:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-bapi-return-bapi-acc-gl-posting-post/m-p/5781998#M1308442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T18:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error on BAPI Return BAPI_ACC_GL_POSTING_POST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-bapi-return-bapi-acc-gl-posting-post/m-p/5781999#M1308443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello K , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can cross check G/L code in tcode FS00 , if its exists then try to pass full length value to the BAPI i.e 0000000006666666.&lt;/P&gt;&lt;P&gt;if not then u need to create in FS00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2009 01:09:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-on-bapi-return-bapi-acc-gl-posting-post/m-p/5781999#M1308443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-16T01:09:59Z</dc:date>
    </item>
  </channel>
</rss>

