<?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/4322777#M1030076</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;It should work fine as storage location field is numeric.&lt;/P&gt;&lt;P&gt;Can you paste your code here or can you debug at the point before you BAPI is called that what is populated in storage location field, it is 1 or 0001.&lt;/P&gt;&lt;P&gt;If its 1 then look at the assignment of the storage location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do let me know in case you need any help. I have used this BAPI and i didnt faced this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kartavya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Aug 2008 16:00:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-20T16:00:09Z</dc:date>
    <item>
      <title>Bapi error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error/m-p/4322775#M1030074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have one bapi function module called /AFS/BAPI_GOODSMVT_CREATE.&lt;/P&gt;&lt;P&gt;I have declared internal table of structure as /AFS/BAPI2017_GM_ITEM_CREATE.&lt;/P&gt;&lt;P&gt;I am passing storage location as '0001' into my internal table but it is taking this as '1'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally i am getting error in return table as "Stor. location 1 not supported (please check your entry)"&lt;/P&gt;&lt;P&gt;What is the problem solution.&lt;/P&gt;&lt;P&gt;this is really  &lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 15:47:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error/m-p/4322775#M1030074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-20T15:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error/m-p/4322776#M1030075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          From the description what you've mentioned, I could make out that there could be an issue with the Storage Location when processing the respective Transaction Code. Try processing the Transaction manually before you update the Transaction using BAPI. Try processing the Transaction with the Combination of Storage Location and other entities. If it still gives an error, then probably the Storage Location you've specified in the Transaction is not supported for the Goods Movement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Venkat Phani Prasad Konduri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 15:59:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error/m-p/4322776#M1030075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-20T15:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error/m-p/4322777#M1030076</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;It should work fine as storage location field is numeric.&lt;/P&gt;&lt;P&gt;Can you paste your code here or can you debug at the point before you BAPI is called that what is populated in storage location field, it is 1 or 0001.&lt;/P&gt;&lt;P&gt;If its 1 then look at the assignment of the storage location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do let me know in case you need any help. I have used this BAPI and i didnt faced this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kartavya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 16:00:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error/m-p/4322777#M1030076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-20T16:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error/m-p/4322778#M1030077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, is sending the 0001 in single quotes as a string, and so I solve it step ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 20:24:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-error/m-p/4322778#M1030077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-24T20:24:36Z</dc:date>
    </item>
  </channel>
</rss>

