<?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 orders via SD_SALESDOCUMENT_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562580#M254320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh gosh!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how about this?&lt;/P&gt;&lt;P&gt;i_sales_items_in-target_qty = v_kwmeng_tmp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_sales_items_in-target_qty must also declare the same data type as v_kwmeng_tmp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Sep 2006 02:51:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-21T02:51:31Z</dc:date>
    <item>
      <title>Creating orders via SD_SALESDOCUMENT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562568#M254308</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 am using SD_SALESDOCUMENT_CREATE in creating sales documents order type YKE and YKR. I am successful in creating the sales orders, however, when i go in and check the order created, i can see that the order quantity is not being populated. Its value is always 0. I've tried changing the field type of my variable but i am successful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions are greatly appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 02:10:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562568#M254308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T02:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating orders via SD_SALESDOCUMENT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562569#M254309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to debug your program and check on your order quantity inside your internal table, confirm whether there is any values inside it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most possible problem when your order quantity is not populated will be the order quantity inside your internal table contained no value. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 02:13:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562569#M254309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T02:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Creating orders via SD_SALESDOCUMENT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562570#M254310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have already debugged it and there is a value passed to the Function Module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 02:16:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562570#M254310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T02:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating orders via SD_SALESDOCUMENT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562571#M254311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Jim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Kindly check if you are passing like '1.000' or '0000...1.000'. I guess both makes difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 02:25:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562571#M254311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T02:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Creating orders via SD_SALESDOCUMENT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562572#M254312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can paste the coding here? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I may need to take a look.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 02:26:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562572#M254312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T02:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating orders via SD_SALESDOCUMENT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562573#M254313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you passing a valid unit of measure associated with the quantity? eg, KG,EA etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why is this commented out?&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;i_sales_items_in-target_qu = i_tab3-vrkme.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 02:29:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562573#M254313</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-09-21T02:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Creating orders via SD_SALESDOCUMENT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562574#M254314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here it is.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="50" type="ul"&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i_sales_items_in-itm_number = v_item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      input  = i_tab3-matnr&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      output = i_tab3-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.                                         "#EC *&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; DATA: v_kwmeng_tmp LIKE rv45a-kwmeng.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    DATA: v_kwmeng_tmp type dzmeng.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MOVE i_tab3-kwmeng TO v_kwmeng_tmp.&lt;/P&gt;&lt;P&gt;  i_sales_items_in-material  = i_tab3-matnr.&lt;/P&gt;&lt;P&gt;  i_sales_items_in-plant = i_tab3-werks.&lt;/P&gt;&lt;P&gt;  i_sales_items_in-batch = i_tab3-charg.&lt;/P&gt;&lt;P&gt;  i_sales_items_in-target_qty = v_kwmeng_tmp.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; i_sales_items_in-target_qu = i_tab3-vrkme.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  i_sales_items_in-sales_unit = i_tab3-vrkme.&lt;/P&gt;&lt;P&gt;  i_sales_items_in-target_val = i_tab3-netpr.&lt;/P&gt;&lt;P&gt;  APPEND i_sales_items_in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'SD_SALESDOCUMENT_CREATE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      sales_header_in     = v_sales_header_in&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      salesdocument_ex    = v_salesdocument_ex&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      return              = i_return&lt;/P&gt;&lt;P&gt;      sales_items_in      = i_sales_items_in&lt;/P&gt;&lt;P&gt;      sales_partners      = i_sales_partners&lt;/P&gt;&lt;P&gt;      sales_conditions_in = i_sales_conditions_in           "#EC *&lt;/P&gt;&lt;P&gt;      sales_text          = i_sales_text.                   "#EC ENHOK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 02:30:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562574#M254314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T02:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Creating orders via SD_SALESDOCUMENT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562575#M254315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I think you are not populating SALES_HEADER_INX, SALES_ITEMS_INX, SALES_CONDITIONS_INX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Please try populating the adove structure, tables and&lt;/P&gt;&lt;P&gt;pass to BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 02:35:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562575#M254315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T02:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating orders via SD_SALESDOCUMENT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562576#M254316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As simple as this, i believe that you changed your data type as below:&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;DATA: v_kwmeng_tmp LIKE rv45a-kwmeng.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;DATA: v_kwmeng_tmp type dzmeng.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first declaration where you commented should be working whereas the second 1 wont work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason is if your check on the data type, kwmeng is QUAN and length 15 and dzmeng is QUAN length 13, thats make the different where your order quantity is not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 02:35:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562576#M254316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T02:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating orders via SD_SALESDOCUMENT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562577#M254317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;DATA: v_kwmeng_tmp LIKE rv45a-kwmeng.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;DATA: v_kwmeng_tmp type dzmeng.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've already tried using either of the declaration from above but still not successfull in populating the order quantity of the created order.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 02:43:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562577#M254317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T02:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Creating orders via SD_SALESDOCUMENT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562578#M254318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How you declare i_tab3-kwmeng?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must declare exactly the same data type as v_kwmeng_tmp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 02:47:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562578#M254318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T02:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Creating orders via SD_SALESDOCUMENT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562579#M254319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The declaration is already the same. &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 02:50:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562579#M254319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T02:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating orders via SD_SALESDOCUMENT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562580#M254320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh gosh!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how about this?&lt;/P&gt;&lt;P&gt;i_sales_items_in-target_qty = v_kwmeng_tmp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_sales_items_in-target_qty must also declare the same data type as v_kwmeng_tmp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 02:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562580#M254320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T02:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating orders via SD_SALESDOCUMENT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562581#M254321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;still not working... &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm getting hopeless with this...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 03:09:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562581#M254321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T03:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Creating orders via SD_SALESDOCUMENT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562582#M254322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Killing problem. lol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You sure your internal table TARGET_QTY got value before passing into the BAPI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If really got value, I also dont know why already. &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 03:26:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562582#M254322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T03:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating orders via SD_SALESDOCUMENT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562583#M254323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is the sales_items_in internal table the only table that should be filled-up when using SD_SALESDOCUMENT_CREATE?&lt;/P&gt;&lt;P&gt;i was wondering if there are other tables that need to be filled up...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 05:50:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562583#M254323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T05:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating orders via SD_SALESDOCUMENT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562584#M254324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   As mentioned in my earlier post, please populate entries for &amp;lt;b&amp;gt;SALES_HEADER_INX, SALES_ITEMS_INX, SALES_CONDITIONS_INX, SALES_SCHEDULES_IN &amp;amp; SALES_SCHEDULES_INX.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   By populating the schedule lines, i guess your problem will be resolved. Kindly check the same and let us know if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 06:05:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562584#M254324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T06:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating orders via SD_SALESDOCUMENT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562585#M254325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot!!! &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 07:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-orders-via-sd-salesdocument-create/m-p/1562585#M254325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T07:06:41Z</dc:date>
    </item>
  </channel>
</rss>

