<?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: Creating Sales order Using 'BAPI_SALESORDER_CREATEFROMDAT2' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-sales-order-using-bapi-salesorder-createfromdat2/m-p/4502508#M1065286</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear ABAPers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Question is not answered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ashok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Oct 2008 11:45:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-24T11:45:44Z</dc:date>
    <item>
      <title>Creating Sales order Using 'BAPI_SALESORDER_CREATEFROMDAT2'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-sales-order-using-bapi-salesorder-createfromdat2/m-p/4502503#M1065281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear ABAPers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       I want to create the Sales order Using the BAPI 'BAPI_SALESORDER_CREATEFROMDAT2'.&lt;/P&gt;&lt;P&gt;Sales order is Repair order.When i create the First line item of the Sales order it internally generates&lt;/P&gt;&lt;P&gt;the Second line item.In configuration Functional Consultant Designed in such a way that it should generate&lt;/P&gt;&lt;P&gt;the Sub item for the First line item.&lt;/P&gt;&lt;P&gt;     When i create the Sales order using the Transaction code VA01 it generates the Second line item i.e &lt;/P&gt;&lt;P&gt;sub item for the First line item.Can anyone explain me how to do this using BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ashok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 07:51:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-sales-order-using-bapi-salesorder-createfromdat2/m-p/4502503#M1065281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T07:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Sales order Using 'BAPI_SALESORDER_CREATEFROMDAT2'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-sales-order-using-bapi-salesorder-createfromdat2/m-p/4502504#M1065282</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;The BAPI will use the same configuration as VA01 so you should just pass the one line item and the sub items will be automatically generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 08:45:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-sales-order-using-bapi-salesorder-createfromdat2/m-p/4502504#M1065282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T08:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Sales order Using 'BAPI_SALESORDER_CREATEFROMDAT2'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-sales-order-using-bapi-salesorder-createfromdat2/m-p/4502505#M1065283</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 configurable item. You must enter the configuration data in the ORDER_CFGS_REF, ORDER_CFGS_INST, ORDER_CFGS_PART_OF and ORDER_CFGS_VALUE tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out for OSS note 93091 as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Rudra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 09:47:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-sales-order-using-bapi-salesorder-createfromdat2/m-p/4502505#M1065283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T09:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Sales order Using 'BAPI_SALESORDER_CREATEFROMDAT2'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-sales-order-using-bapi-salesorder-createfromdat2/m-p/4502506#M1065284</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;What ever Darren told is correct. This BAPI can supply license and service materials if you provide configured materials.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/bapi-salesorder-createfromdat2.htm" target="test_blank"&gt;http://www.sap-img.com/abap/bapi-salesorder-createfromdat2.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen.I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 10:02:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-sales-order-using-bapi-salesorder-createfromdat2/m-p/4502506#M1065284</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-10-06T10:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Sales order Using 'BAPI_SALESORDER_CREATEFROMDAT2'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-sales-order-using-bapi-salesorder-createfromdat2/m-p/4502507#M1065285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your reply.&lt;/P&gt;&lt;P&gt;I can able to create the Main line item and Sub line item using bapi.But i am missing some fields and link between the main line item and sub line item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i give you what all are the Fields i am missing in the Second line item while i am creating the Sales order through BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i did is that i created one Sales order in the Transaction VA01 and I created another Sales order Using BAPI.I compared both the Sales order in VBAP Table.I found some fields are missing in the Sales order which is created via BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Fields are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;VKGRU&lt;/STRONG&gt;  is missing&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;POSNV&lt;/STRONG&gt; is 10000 in Sales order which is created using VA01 and 10100 in the Sales order Which is created using BAPI.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;STLNR&lt;/STRONG&gt; is missing&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;KMPMG&lt;/STRONG&gt; is missing&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ANZSN&lt;/STRONG&gt; is missing&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UEPVW&lt;/STRONG&gt; is missing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need any more information feel free to revert back to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ashok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 10:07:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-sales-order-using-bapi-salesorder-createfromdat2/m-p/4502507#M1065285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T10:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Sales order Using 'BAPI_SALESORDER_CREATEFROMDAT2'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-sales-order-using-bapi-salesorder-createfromdat2/m-p/4502508#M1065286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear ABAPers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Question is not answered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ashok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 11:45:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-sales-order-using-bapi-salesorder-createfromdat2/m-p/4502508#M1065286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T11:45:44Z</dc:date>
    </item>
  </channel>
</rss>

