<?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 CREATE/CHANGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-create-change/m-p/1495069#M229887</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 have tried for multiple BOM's and individual materials passing an item number for ORDER_ITEMS_IN, ORDER_ITEMS_INX. The same Item Number will be used in ORDER_SCHEDULES_IN, ORDER_SCHEDULES_INX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
   Suppose my order has: Item1 000010 BOM1
                         Item2 000020 MAT1
                         Item3 000030 BOM2
                         Item4 000040 MAT2
   These same item numbers i have used as reference while passing the values for schedule lines. I have even tried passing multiple schedules for the same item and it still works.
    Schedule Lines: Item1 000010 DATE1 QTY
                    ITEM1 000010 DATE2 QTY
                    ITEM2 000020 DATE1 QTY
                    ITEM2 000020 DATE2 QTY
                    ITEM3 000030 DATE1 QTY
                    ITEM4 000040 DATE2 QTY

    Update Flag will be I for both ITEMSX and SCHEDULESX.

    Apart from the above you have to pass 'X' for INT_NUMBER_ASSIGNMENT in the export parameters.

    Do try as above and revert back if you are still facing the problem.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Reward for helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Aug 2006 09:50:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-11T09:50:01Z</dc:date>
    <item>
      <title>BAPI SALESORDER CREATE/CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-create-change/m-p/1495066#M229884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;does anyone know how to use the INT_NUMBER_ASSIGNMENT field on the Sales Order create/Change BAPI's. I am having a problem as i am trying to add BOM Materials to the sales order.if i add 2 BOM's each explode and its messing up the schedule lines.we are proposing the line item number in the schedule lines tables.&lt;/P&gt;&lt;P&gt;Please let me know if anyone has ever used this...&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 15:32:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-create-change/m-p/1495066#M229884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-08T15:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI SALESORDER CREATE/CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-create-change/m-p/1495067#M229885</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 have used the internal assignment number and it works fine for multiple BOM Materials and multiple schedule lines, you have to set 'X' for internal assignment and the rest will be taken care internally. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Revert back if you need more info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Reward for helpful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 05:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-create-change/m-p/1495067#M229885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T05:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI SALESORDER CREATE/CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-create-change/m-p/1495068#M229886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi eswar,&lt;/P&gt;&lt;P&gt;can u tell me if you still proposed the line item numbers in the schedule lines...can u tell me what all you filled in the ORDER_ITEMS_IN and SCHEDULE_LINES_IN tables...&lt;/P&gt;&lt;P&gt;i have tried various combinations and somehow nothing works....the order always gets created with either 0 quantity or runs schedule lines twice for one line item which overlaps...&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 15:26:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-create-change/m-p/1495068#M229886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T15:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI SALESORDER CREATE/CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-create-change/m-p/1495069#M229887</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 have tried for multiple BOM's and individual materials passing an item number for ORDER_ITEMS_IN, ORDER_ITEMS_INX. The same Item Number will be used in ORDER_SCHEDULES_IN, ORDER_SCHEDULES_INX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
   Suppose my order has: Item1 000010 BOM1
                         Item2 000020 MAT1
                         Item3 000030 BOM2
                         Item4 000040 MAT2
   These same item numbers i have used as reference while passing the values for schedule lines. I have even tried passing multiple schedules for the same item and it still works.
    Schedule Lines: Item1 000010 DATE1 QTY
                    ITEM1 000010 DATE2 QTY
                    ITEM2 000020 DATE1 QTY
                    ITEM2 000020 DATE2 QTY
                    ITEM3 000030 DATE1 QTY
                    ITEM4 000040 DATE2 QTY

    Update Flag will be I for both ITEMSX and SCHEDULESX.

    Apart from the above you have to pass 'X' for INT_NUMBER_ASSIGNMENT in the export parameters.

    Do try as above and revert back if you are still facing the problem.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Reward for helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 09:50:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-create-change/m-p/1495069#M229887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T09:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI SALESORDER CREATE/CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-create-change/m-p/1495070#M229888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set the INT_NUMBER_ASSIGNMENT as 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need not assign any item numbers for the Line Item, if the system is internally calculating those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you need to propose correct line item number in the schedule lines. The quantities will get assigned correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So your structures will look like this :&lt;/P&gt;&lt;P&gt;INT_NUMBER_ASSIGNMENT = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SALES_ITEMS_IN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Item1 000000 BOM1&lt;/P&gt;&lt;P&gt;Item2 000000 MAT1&lt;/P&gt;&lt;P&gt;Item3 000000 BOM2&lt;/P&gt;&lt;P&gt;Item4 000000 MAT2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Schedule Lines: &lt;/P&gt;&lt;P&gt;ITEM1 000010 QTY (for BOM1)&lt;/P&gt;&lt;P&gt;ITEM2 000040 QTY (for MAT1 assuming BOM1 has 2 items)&lt;/P&gt;&lt;P&gt;ITEM3 000050 QTY (for BOM2 assuming BOM2 has 3 items)&lt;/P&gt;&lt;P&gt;ITEM4 000090 QTY (for MAT2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How are you proposing the line item numbers in schedule lines?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 10:34:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-create-change/m-p/1495070#M229888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T10:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI SALESORDER CREATE/CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-create-change/m-p/1495071#M229889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Vaishali&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   If we have to derive the number of components to determine the item number in schedule lines, i guess it will be troublesome and be an impact on the performance if we have like 10 BOMS in the Order or when we have nested BOM's. I guess starting with with 000010 and incrementing 10 for each item and giving the same for schedule lines will be easy to code and have a better performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Kindly correct me if i am wrong or missed anything.&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>Fri, 11 Aug 2006 10:43:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-create-change/m-p/1495071#M229889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T10:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI SALESORDER CREATE/CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-create-change/m-p/1495072#M229890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes you are right.&lt;/P&gt;&lt;P&gt;Set INT_NUMBER_ASSIGNMENT = 'x'  and assign line items and schedule lines in increasing order of 10 and the order is created correctly.&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 11:03:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-create-change/m-p/1495072#M229890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T11:03:57Z</dc:date>
    </item>
  </channel>
</rss>

