<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/11520094#M1934307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would search for SAP notes and, if none found, open an incident with SAP. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jan 2016 21:00:48 GMT</pubDate>
    <dc:creator>Jelena_Perfiljeva</dc:creator>
    <dc:date>2016-01-15T21:00:48Z</dc:date>
    <item>
      <title>BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/11520090#M1934303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create a sales order through the BAPI_SALESORDER_CREATEFROMDAT2 and I want to determine commitment item externally. I put my commitment item in the field&amp;nbsp; order_items_in-cmmt_item, but it doesn`t transfer to the created sales order item. There are no any FM-derivation rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I debug the process through FM_ASS_INPUT_PUT_SD where&amp;nbsp; i_vbapkom&lt;SPAN class="L0S70"&gt;-fipos is succesfully moved to&amp;nbsp; gf_fmobjects&lt;SPAN class="L0S70"&gt;-fipos, and then through&amp;nbsp; FM_ASS_INPUT_GET_SD where &lt;SPAN class="L0S70"&gt; gf_fmobjects&lt;SPAN class="L0S70"&gt;-fipos&lt;/SPAN&gt; is moved to &lt;SPAN class="L0S70"&gt; c_cobl&lt;SPAN class="L0S70"&gt;-fipos (and&amp;nbsp; gf_fmobjects cleared then)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S70"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S70"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/867250" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in the beginning of the FORM&amp;nbsp; cobl_fuellen the strusture cobl is cleared and so CI is not transfered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/867251" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, help me, where is the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Roman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 15:42:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/11520090#M1934303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-13T15:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/11520091#M1934304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 09:23:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/11520091#M1934304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-15T09:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/11520092#M1934305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roman,&lt;/P&gt;&lt;P&gt;create your own implementation of BAdI&amp;nbsp; BADI_SD_SALES_ITEM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The method IF_EX_BADI_SD_SALES_ITEM~ITEM_MAINTAIN_COM should be the right one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KR&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 15:30:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/11520092#M1934305</guid>
      <dc:creator>andrea_olivieri</dc:creator>
      <dc:date>2016-01-15T15:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/11520093#M1934306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The method IF_EX_BADI_SD_SALES_ITEM~ITEM_MAINTAIN_COM is not useful in my case because i can`t influence on the cobl structure.&lt;/P&gt;&lt;P&gt;The method IF_EX_BADI_SD_SALES_ITEM~ITEM_COBL_COM_I works fine either the method BADI_FMDERIVE~FILL_CUSTOMER_FIELDS which I use finally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However i still wonder why the BAPI_SALESORDER_CREATEFROMDAT2 don`t transfer commitment item to the sales order item without any BAdI`s.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, Roman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 16:39:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/11520093#M1934306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-15T16:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/11520094#M1934307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would search for SAP notes and, if none found, open an incident with SAP. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 21:00:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/11520094#M1934307</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2016-01-15T21:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/11520095#M1934308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please, let know if you get the answer. Thank you in advence!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, Roman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 08:40:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/11520095#M1934308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-18T08:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CREATEFROMDAT2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/11520096#M1934309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Roman, I was suggesting that &lt;STRONG&gt;you&lt;/STRONG&gt; search the notes and open an incident. Sorry if the verbiage was not clear. When someone says "I would" they usually mean "if I were in your place, this is what I would do".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 14:45:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-createfromdat2/m-p/11520096#M1934309</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2016-01-18T14:45:48Z</dc:date>
    </item>
  </channel>
</rss>

