<?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: While creating STO through BAPI_PO_Create1 getting error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-creating-sto-through-bapi-po-create1-getting-error/m-p/9951454#M1798705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick response,As you told i have checked in EKPV table,in table itself there is no receiving plant(Customer) for those articles,that's why it is showing that error.&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>Fri, 06 Dec 2013 05:16:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-12-06T05:16:45Z</dc:date>
    <item>
      <title>While creating STO through BAPI_PO_Create1 getting error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-creating-sto-through-bapi-po-create1-getting-error/m-p/9951451#M1798702</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;I am creating STO through BAPI_PO_CREATE1,while creating STO i am getting these errors 'Not possible to determine shipping point for item 00010' and 'not possible to determine shipping point for article 600000'.How to rectify this.&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>Thu, 05 Dec 2013 10:09:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-creating-sto-through-bapi-po-create1-getting-error/m-p/9951451#M1798702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-05T10:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: While creating STO through BAPI_PO_Create1 getting error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-creating-sto-through-bapi-po-create1-getting-error/m-p/9951452#M1798703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to see your code.&lt;/P&gt;&lt;P&gt;Please make sure that you pass&amp;nbsp; POHEADER-SUPPL_PLNT&amp;nbsp; - where this is mandatory for STO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, kindly paste the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 10:24:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-creating-sto-through-bapi-po-create1-getting-error/m-p/9951452#M1798703</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2013-12-05T10:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: While creating STO through BAPI_PO_Create1 getting error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-creating-sto-through-bapi-po-create1-getting-error/m-p/9951453#M1798704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of STO process, The shipping data will be maintained at receiving plant. It means reeving plant is nothing but customer. So please check the shipping data information as maintained in customer master or not. In STO processing the shipping data will be pick up from the customer master only. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EKPV table will store the shipment data for STO.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Check the passing parameters in BAPI &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;BAPI Shipping Data for Stock Transport Orders&lt;/H3&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; POSHIPPING STRUCTURE&amp;nbsp; BAPIITEMSHIP OPTIONAL&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; POSHIPPINGX STRUCTURE&amp;nbsp; BAPIITEMSHIPX OPTIONAL&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;H3&gt;Description&lt;/H3&gt;&lt;P&gt;This structure represents all fields that are changeable within the shipping data for stock transport orders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: kiran kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 10:27:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-creating-sto-through-bapi-po-create1-getting-error/m-p/9951453#M1798704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-05T10:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: While creating STO through BAPI_PO_Create1 getting error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-creating-sto-through-bapi-po-create1-getting-error/m-p/9951454#M1798705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick response,As you told i have checked in EKPV table,in table itself there is no receiving plant(Customer) for those articles,that's why it is showing that error.&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>Fri, 06 Dec 2013 05:16:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-creating-sto-through-bapi-po-create1-getting-error/m-p/9951454#M1798705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-06T05:16:45Z</dc:date>
    </item>
  </channel>
</rss>

