<?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 Modification of the Work Order Program TCode IW31 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modification-of-the-work-order-program-tcode-iw31/m-p/3003233#M709532</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to do a modification to the work order program. Tcode IW31&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When creating a work order with reference to an old work order, we want to clear any PRT data that might be in any item of the operations tab of the old order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is:  Which method should I use to get this change done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I looked at the badi = IWO1_ORDER_BADI --&amp;gt; the method REFERENCE_ORDER_CHK, but I do not think this is the right one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me...&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Francisco.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Francisco Alonzo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Nov 2007 17:33:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-14T17:33:59Z</dc:date>
    <item>
      <title>Modification of the Work Order Program TCode IW31</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modification-of-the-work-order-program-tcode-iw31/m-p/3003233#M709532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to do a modification to the work order program. Tcode IW31&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When creating a work order with reference to an old work order, we want to clear any PRT data that might be in any item of the operations tab of the old order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is:  Which method should I use to get this change done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I looked at the badi = IWO1_ORDER_BADI --&amp;gt; the method REFERENCE_ORDER_CHK, but I do not think this is the right one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me...&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Francisco.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Francisco Alonzo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 17:33:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modification-of-the-work-order-program-tcode-iw31/m-p/3003233#M709532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T17:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Modification of the Work Order Program TCode IW31</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modification-of-the-work-order-program-tcode-iw31/m-p/3003234#M709533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To check for the suitable badi, Go to transaction SE24 and give the Object type as CL_EXITHANDLER and click on Display button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click on method GET_INSTANCE, put a break point on case statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute your transaction and look for variable EXIT_NAME at your scenario then It will show the available badi's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 17:38:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modification-of-the-work-order-program-tcode-iw31/m-p/3003234#M709533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T17:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Modification of the Work Order Program TCode IW31</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modification-of-the-work-order-program-tcode-iw31/m-p/3003235#M709534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Srinivas, thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I know that the badi that it is called by the transaction is  IWO1_ORDER_BADI.  But I am having problem trying to figure out which method from that badi is the one that could prevent copying the PRT Data from an existing order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone has worked with this before, please help me....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Francisco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 20:45:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modification-of-the-work-order-program-tcode-iw31/m-p/3003235#M709534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T20:45:20Z</dc:date>
    </item>
  </channel>
</rss>

