<?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: BADI (WORKORDER_UPDATE) Interface in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-workorder-update-interface/m-p/1571718#M258099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again, Prabhu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mentioned I_AUFNR_NEW = 'PRABHU0001', however it is not allowed to chage the value of I_AUFNR_NEW in your way.&lt;/P&gt;&lt;P&gt;Is there any other way to change the value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Toshi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Oct 2006 11:34:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-03T11:34:01Z</dc:date>
    <item>
      <title>BADI (WORKORDER_UPDATE) Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-workorder-update-interface/m-p/1571714#M258095</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;I have a question, in WORKORDER_UPDATE BADI it has a interface called 'NUMBER_SWITCH'.&lt;/P&gt;&lt;P&gt;Description says it swaps Tempory Order Numbers with Final Order Numbers, but it's not doing it because importing parameter is forbidden for changing.&lt;/P&gt;&lt;P&gt;So how can I use this interface to swap parameter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Toshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 06:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-workorder-update-interface/m-p/1571714#M258095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T06:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: BADI (WORKORDER_UPDATE) Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-workorder-update-interface/m-p/1571715#M258096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u have to Implement this Defination in SE19 , and u have to use METHOD 'NUMBER_SWITCH'.What u are doing is not the right way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/eb/3e7d00940e11d295df0000e82de14a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/eb/3e7d00940e11d295df0000e82de14a/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u have to make use of&lt;/P&gt;&lt;P&gt; I_AUFNR_NEW , I_AUFNR_OLD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_AUFNR_NEW = 'PRABHU0001'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Prabhu Peram&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 09:45:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-workorder-update-interface/m-p/1571715#M258096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T09:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: BADI (WORKORDER_UPDATE) Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-workorder-update-interface/m-p/1571716#M258097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Prabhu, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply, I've already done SE19 to define implementation.&lt;/P&gt;&lt;P&gt;The problem is that how I can write a code in the method 'NUMBER_SWITCH' to swap both numbers. It seems impossible to swap numbers because there are only importing parameters...&lt;/P&gt;&lt;P&gt;Do anyone has an idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Toshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 10:15:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-workorder-update-interface/m-p/1571716#M258097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T10:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: BADI (WORKORDER_UPDATE) Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-workorder-update-interface/m-p/1571717#M258098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again, Prabhu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mentioned I_AUFNR_NEW = 'PRABHU0001'. however it's not allowed to change I_AUFNR_NEW with a new data.&lt;/P&gt;&lt;P&gt;How can I avoid the error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Toshi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 11:22:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-workorder-update-interface/m-p/1571717#M258098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T11:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: BADI (WORKORDER_UPDATE) Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-workorder-update-interface/m-p/1571718#M258099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again, Prabhu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mentioned I_AUFNR_NEW = 'PRABHU0001', however it is not allowed to chage the value of I_AUFNR_NEW in your way.&lt;/P&gt;&lt;P&gt;Is there any other way to change the value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Toshi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 11:34:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-workorder-update-interface/m-p/1571718#M258099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T11:34:01Z</dc:date>
    </item>
  </channel>
</rss>

