<?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_SALESORDER_CREATEFROMDAT2 and VBKD-BSTKD in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-and-vbkd-bstkd/m-p/8757224#M1675995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sylvain,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be honest, I have very little experience with BAPIs.&amp;nbsp; However, I believe the BSTKD is the customer's P. O. number and it should be present in the data fed into the BAPI.&amp;nbsp; I think this corresponds to the PURCH_NO_C in the ORDER_HEADER_IN structure.&amp;nbsp; There is also a PURCH_NO_C field in the ORDER_ITEMS_IN structure as well.&amp;nbsp; I hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 May 2012 17:47:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-05-02T17:47:26Z</dc:date>
    <item>
      <title>BAPI_SALESORDER_CREATEFROMDAT2 and VBKD-BSTKD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-and-vbkd-bstkd/m-p/8757223#M1675994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the BAPI BAPI_SALESORDER_CREATEFROMDAT2 to create a sales order but there is something I'm not sure to understand. Is the VBKD table modified into the BAPI with the insertion of a line related to the created sales order? (So far, my researches told me that it is indeed fed in the BAPI) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, what is the part influencing the field BSTKD in the table? Is that one of the parameters that I am sending or is it generated by the BAPI itself? I'm not sure to find out what makes it change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for your answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 13:38:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-and-vbkd-bstkd/m-p/8757223#M1675994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-02T13:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 and VBKD-BSTKD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-and-vbkd-bstkd/m-p/8757224#M1675995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sylvain,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be honest, I have very little experience with BAPIs.&amp;nbsp; However, I believe the BSTKD is the customer's P. O. number and it should be present in the data fed into the BAPI.&amp;nbsp; I think this corresponds to the PURCH_NO_C in the ORDER_HEADER_IN structure.&amp;nbsp; There is also a PURCH_NO_C field in the ORDER_ITEMS_IN structure as well.&amp;nbsp; I hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 17:47:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-and-vbkd-bstkd/m-p/8757224#M1675995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-02T17:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 and VBKD-BSTKD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-and-vbkd-bstkd/m-p/8757225#M1675996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pass parameter like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S70"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;ORDER_HEADER_IN&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;purch_no_c &lt;SPAN class="L0S55"&gt;= itab&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;BSTKD.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT2'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXPORTING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORDER_HEADER_IN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ORDER_HEADER_IN&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SALESDOCUMENT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = SALESDOCUMENT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TABLES&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RETURN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = RETURN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORDER_ITEMS_IN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ORDER_ITEMS_IN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORDER_PARTNERS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ORDER_PARTNERS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORDER_SCHEDULES_IN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ORDER_SCHEDULES_IN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 05:40:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-and-vbkd-bstkd/m-p/8757225#M1675996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-03T05:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 and VBKD-BSTKD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-and-vbkd-bstkd/m-p/8757226#M1675997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Krupa and Jamie for your answers. They are very helpful. I hope you don't mind a complementary question though. Something I should have asked with the initial question...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I decide to not feed ORDER_HEADER_IN-purch_no_c, is there only the BSTKD field in table VBKD that is affected or will I mess up something else elsewhere? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words, is the ORDER_HEADER_IN-purch_no_c used to feed data elsewhere?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 11:33:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-and-vbkd-bstkd/m-p/8757226#M1675997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-03T11:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 and VBKD-BSTKD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-and-vbkd-bstkd/m-p/8757227#M1675998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;only affected BSTKD &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 12:01:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-and-vbkd-bstkd/m-p/8757227#M1675998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-03T12:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2 and VBKD-BSTKD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-and-vbkd-bstkd/m-p/8757228#M1675999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for the info!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 12:07:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2-and-vbkd-bstkd/m-p/8757228#M1675999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-03T12:07:36Z</dc:date>
    </item>
  </channel>
</rss>

