<?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 error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error/m-p/1754389#M326947</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure the GL Account you are passing is a 10 byte field and has leading zeros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if your GL Account Number is 123456, pass it like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;GL_ACCOUNT = '0000123456'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are doing this already, make sure that the GL Account exists in the same company code you are passing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Dec 2006 13:44:15 GMT</pubDate>
    <dc:creator>aaron_morden2</dc:creator>
    <dc:date>2006-12-08T13:44:15Z</dc:date>
    <item>
      <title>bapi error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error/m-p/1754387#M326945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I am using bapi_goodsmvt_create in one program .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my problem is when i pass one G/L account i am not getting the error but&lt;/P&gt;&lt;P&gt;while for another i am getting error msg like " G/L Account is not included in the chart of accounts"  but  the g/l account  is included in the chart of account. i checked with the fico person.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the above said bapi is throing this error. could any body find out and tell me what would be wrong in this case&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 11:54:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error/m-p/1754387#M326945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T11:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: bapi error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error/m-p/1754388#M326946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the version of BAPI. May be a newer version has the bugs(?) fixed.&lt;/P&gt;&lt;P&gt;Please check for OSS notes for that BAPI. May be some solutions will be there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun Mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 12:22:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error/m-p/1754388#M326946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T12:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: bapi error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error/m-p/1754389#M326947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure the GL Account you are passing is a 10 byte field and has leading zeros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if your GL Account Number is 123456, pass it like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;GL_ACCOUNT = '0000123456'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are doing this already, make sure that the GL Account exists in the same company code you are passing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 13:44:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error/m-p/1754389#M326947</guid>
      <dc:creator>aaron_morden2</dc:creator>
      <dc:date>2006-12-08T13:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: bapi error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error/m-p/1754390#M326948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try to use the GL account number when u are doing the goods movent manually via a tcode? You have two options then:&lt;/P&gt;&lt;P&gt;1. it works through the manual transaction, meaning that u are giving the number in the wrong format to the bapi. (you can check this in debug when u execute the bapi)&lt;/P&gt;&lt;P&gt;2. it doesnt work in the manual transaction, meaning that the account number isn't customized correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards.&lt;/P&gt;&lt;P&gt;J.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 13:45:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error/m-p/1754390#M326948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T13:45:23Z</dc:date>
    </item>
  </channel>
</rss>

