<?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: Sales Order Creation using bapi BAPI_SALESORDER_CREATEFROMDAT2 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-creation-using-bapi-bapi-salesorder-createfromdat2/m-p/2198793#M469557</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;You have to pass the quantity in the scheduleline parameter..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for a sample code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.sdn.sap.com/wiki/display/Snippets/ABAP" target="test_blank"&gt;https://wiki.sdn.sap.com/wiki/display/Snippets/ABAP&lt;/A&gt;&lt;EM&gt;-&lt;/EM&gt;Simple&lt;EM&gt;program&lt;/EM&gt;to&lt;EM&gt;create&lt;/EM&gt;sales&lt;EM&gt;order&lt;/EM&gt;using+BAPI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 May 2007 20:48:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-02T20:48:57Z</dc:date>
    <item>
      <title>Sales Order Creation using bapi BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-creation-using-bapi-bapi-salesorder-createfromdat2/m-p/2198792#M469556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please help me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using BAPI_SALESORDER_CREATEFROMDAT2 for creating sales order&lt;/P&gt;&lt;P&gt;can you please tell me in which field the quantity(of items) is to be populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am populating in BAPISDITM-TARGET_QTY but i am not getting quantity field after sales order is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i also tried with BAPISDITM-TRG_QTY_NO but i am not getting .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also if i provide ship to number it is automatically taking the adress but if i want to give my own adress in which structure i have to populate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 20:46:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-creation-using-bapi-bapi-salesorder-createfromdat2/m-p/2198792#M469556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T20:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sales Order Creation using bapi BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-creation-using-bapi-bapi-salesorder-createfromdat2/m-p/2198793#M469557</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;You have to pass the quantity in the scheduleline parameter..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for a sample code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.sdn.sap.com/wiki/display/Snippets/ABAP" target="test_blank"&gt;https://wiki.sdn.sap.com/wiki/display/Snippets/ABAP&lt;/A&gt;&lt;EM&gt;-&lt;/EM&gt;Simple&lt;EM&gt;program&lt;/EM&gt;to&lt;EM&gt;create&lt;/EM&gt;sales&lt;EM&gt;order&lt;/EM&gt;using+BAPI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 20:48:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-creation-using-bapi-bapi-salesorder-createfromdat2/m-p/2198793#M469557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T20:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sales Order Creation using bapi BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-creation-using-bapi-bapi-salesorder-createfromdat2/m-p/2198794#M469558</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;Please try populate BAPISDITMX-TARGET_QTY = 'X' as well as BAPISDITMX-ITM_NUMBER and BAPISDITMX-UPDATEFLAG.&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 20:51:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-creation-using-bapi-bapi-salesorder-createfromdat2/m-p/2198794#M469558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T20:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sales Order Creation using bapi BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-creation-using-bapi-bapi-salesorder-createfromdat2/m-p/2198795#M469559</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;Did you try using the following tables/structures: &lt;/P&gt;&lt;P&gt;BAPISCHDL and BAPISCHDLX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sumant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 21:19:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-creation-using-bapi-bapi-salesorder-createfromdat2/m-p/2198795#M469559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T21:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Sales Order Creation using bapi BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-creation-using-bapi-bapi-salesorder-createfromdat2/m-p/2198796#M469560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why is the use in passing all bapis (ORDER_ITEMS_INX  , ORDER_HEADER_INX) with all fields as 'X'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 23:32:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-creation-using-bapi-bapi-salesorder-createfromdat2/m-p/2198796#M469560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T23:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sales Order Creation using bapi BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-creation-using-bapi-bapi-salesorder-createfromdat2/m-p/2198797#M469561</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 believe SAP will be defaulting the values if we don' t pass the X for the corresponding field..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you pass the value and pass X in its corresponding X structure..Sap will consider that input otherwise it will put a default value...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 23:35:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-creation-using-bapi-bapi-salesorder-createfromdat2/m-p/2198797#M469561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T23:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sales Order Creation using bapi BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-creation-using-bapi-bapi-salesorder-createfromdat2/m-p/2198798#M469562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From which structure we get the sub items for the corresponding line items while using this bapi for creating sales order &lt;/P&gt;&lt;P&gt; i  want these fields to be displayed in o/p&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SubItem	KOMV	KBETR	CURRENCY(11,2)&lt;/P&gt;&lt;P&gt;This is a price, or price adjustment. Positive or Negative. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SubItem	KOMV	KWERT	CURRENCY(13,2)&lt;/P&gt;&lt;P&gt;This is the extended price or adjustment.	ExtAmount&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 23:44:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-creation-using-bapi-bapi-salesorder-createfromdat2/m-p/2198798#M469562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T23:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sales Order Creation using bapi BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-creation-using-bapi-bapi-salesorder-createfromdat2/m-p/2198799#M469563</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;Do you want to get the conditions after the sales order is created??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use the table KONV to get the conditions after the sales order is created..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The link is KONV-KNUMV = VBAK-KNUMV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 23:47:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-creation-using-bapi-bapi-salesorder-createfromdat2/m-p/2198799#M469563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T23:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sales Order Creation using bapi BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-creation-using-bapi-bapi-salesorder-createfromdat2/m-p/2198800#M469564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;P&gt;Where r u from&lt;/P&gt;&lt;P&gt;tell me abt urself.&lt;/P&gt;&lt;P&gt;I am from hyderabad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 00:03:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-creation-using-bapi-bapi-salesorder-createfromdat2/m-p/2198800#M469564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T00:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sales Order Creation using bapi BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-creation-using-bapi-bapi-salesorder-createfromdat2/m-p/2198801#M469565</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;My personal email address is there in my business card..Please send me an email..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 00:16:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-creation-using-bapi-bapi-salesorder-createfromdat2/m-p/2198801#M469565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T00:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sales Order Creation using bapi BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-creation-using-bapi-bapi-salesorder-createfromdat2/m-p/2198802#M469566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please help me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using BAPI_SALESORDER_CREATEFROMDAT2 for creating sales order for replace VA01,  &lt;/P&gt;&lt;P&gt;can you please tell me in which field the amount KBETR (of items) is to be populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i thing that i will populate COND_VALUE in ORDER_CONDITIONS_IN with field kbetr but I don't know what will I populate field COND_TYPE ? the same problem I have with net value (NETWR).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you explain me what I will populate fields  in differents fields of this BAPI ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 14:04:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-creation-using-bapi-bapi-salesorder-createfromdat2/m-p/2198802#M469566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-21T14:04:00Z</dc:date>
    </item>
  </channel>
</rss>

