<?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: Schedule lines creation with BAPI_SALESORDER_CHANGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/schedule-lines-creation-with-bapi-salesorder-change/m-p/8474013#M1651612</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I verified in my system that the below should work. Here, I am inserting a new schedule 0002 for item 10 with qty 1 and another date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, you should ensure that there is sufficient quantity that is not yet confirmed by existing schedule lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;BAPI_SALESORDER_CHANGE

SALESDOCUMENT = '0011827125'
 
ORDER_HEADER_INX
           UPDATEFLAG = 'U'
 
ORDER_ITEM_IN
           ITM_NUMBER = '000010'
 
ORDER_ITEM_INX
           ITM_NUMBER = '000010'
           UPDATEFLAG = 'U'
 
SCHEDULE_LINES
           ITM_NUMBER = '000010'
           SCHED_LINE = '0002'
           REQ_DATE   = '20120104'
           REQ_QTY = '1'
 
SCHEDULE_LINESX
           ITM_NUMBER = '000010'
           SCHED_LINE = '0002'
           UPDATEFLAG = 'I'
           REQ_DATE   = 'X'
           REQ_QTY = 'X'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Dec 2011 16:24:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-12-21T16:24:25Z</dc:date>
    <item>
      <title>Schedule lines creation with BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/schedule-lines-creation-with-bapi-salesorder-change/m-p/8474012#M1651611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I'm trying to create a new Schedule Lines to an already existing Scheduling Agreement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. For this, I'm using the BAPI --&amp;gt; BAPI_SALESORDER_CHANGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. This BAPI returns me a message saying that the Schedule line processed successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. When I check the VBEP Table with the Scheduling Agreement number, I'm able to see the newly created schedule line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. But, when I see the Transaction &lt;STRONG&gt;VA33&lt;/STRONG&gt;, I'm not able to see the schedule lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked in SDN and OSS notes. I found &lt;STRONG&gt;1647069&lt;/STRONG&gt; which says to pass the line number and Item number which I'm already doing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me out ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepu.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 16:14:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/schedule-lines-creation-with-bapi-salesorder-change/m-p/8474012#M1651611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-21T16:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule lines creation with BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/schedule-lines-creation-with-bapi-salesorder-change/m-p/8474013#M1651612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I verified in my system that the below should work. Here, I am inserting a new schedule 0002 for item 10 with qty 1 and another date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, you should ensure that there is sufficient quantity that is not yet confirmed by existing schedule lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;BAPI_SALESORDER_CHANGE

SALESDOCUMENT = '0011827125'
 
ORDER_HEADER_INX
           UPDATEFLAG = 'U'
 
ORDER_ITEM_IN
           ITM_NUMBER = '000010'
 
ORDER_ITEM_INX
           ITM_NUMBER = '000010'
           UPDATEFLAG = 'U'
 
SCHEDULE_LINES
           ITM_NUMBER = '000010'
           SCHED_LINE = '0002'
           REQ_DATE   = '20120104'
           REQ_QTY = '1'
 
SCHEDULE_LINESX
           ITM_NUMBER = '000010'
           SCHED_LINE = '0002'
           UPDATEFLAG = 'I'
           REQ_DATE   = 'X'
           REQ_QTY = 'X'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 16:24:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/schedule-lines-creation-with-bapi-salesorder-change/m-p/8474013#M1651612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-21T16:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule lines creation with BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/schedule-lines-creation-with-bapi-salesorder-change/m-p/8474014#M1651613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check following points:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do not forget to call BAPI_TRANSACTION_COMMIT after the BAPI call for sales order change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check with POSNR(ITM_NUMBER) passed to schedule and schedulex correspond to the existing on in the POITEM (VBAP).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sajan Joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 21:48:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/schedule-lines-creation-with-bapi-salesorder-change/m-p/8474014#M1651613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-21T21:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule lines creation with BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/schedule-lines-creation-with-bapi-salesorder-change/m-p/8474015#M1651614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vishnu and Joseph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I  tried exactly whatever was mentioned in your earlier post.&lt;/P&gt;&lt;P&gt;   But still it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any customization issue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepu.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2011 05:00:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/schedule-lines-creation-with-bapi-salesorder-change/m-p/8474015#M1651614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-23T05:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule lines creation with BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/schedule-lines-creation-with-bapi-salesorder-change/m-p/8474016#M1651615</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;VA33 refers to Schedule agreement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The BAPI only creates schedule lines and not the schedule agreement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to create Schedule agreement separately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sriranjani Chimakurthy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2011 05:36:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/schedule-lines-creation-with-bapi-salesorder-change/m-p/8474016#M1651615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-23T05:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule lines creation with BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/schedule-lines-creation-with-bapi-salesorder-change/m-p/8474017#M1651616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you going to create scheduling agreement using this bapi or you are changing the schedules lines of  sales order.As i  know this bapi not to create a schedule agreement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2011 09:19:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/schedule-lines-creation-with-bapi-salesorder-change/m-p/8474017#M1651616</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-12-23T09:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule lines creation with BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/schedule-lines-creation-with-bapi-salesorder-change/m-p/8474018#M1651617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As mentioned in the starting of my post, I'm adding schedule lines to the existing scheduling agreement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepu.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2011 17:41:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/schedule-lines-creation-with-bapi-salesorder-change/m-p/8474018#M1651617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-23T17:41:16Z</dc:date>
    </item>
  </channel>
</rss>

