<?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: Trigger point for IW32 save button in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-point-for-iw32-save-button/m-p/7879200#M1594640</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;You can use the BADI - WORKORDER_UPDATE, and write your logic in IN_UPDATE method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish Kanteti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Apr 2011 10:39:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-04-29T10:39:33Z</dc:date>
    <item>
      <title>Trigger point for IW32 save button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-point-for-iw32-save-button/m-p/7879199#M1594639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In IW32, after entering an order number, if we change the user status (activating the user status) and press the SAVE button, a mail needs to be triggered for which user exit or an Enhancement point or a BADI should be triggered soon after the table JCDS is updated with the user status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found a couple of user exits but I am unable to find one soon after the table updation. Another important thing to note is that if the user wants to deactivate the user status (i.e., when the user status is reverted back to the previous status) and saved, then this functionality should not be executed. Kindly help me with the user exit or the enhancment or the BADI where I can implement this functionality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 10:26:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-point-for-iw32-save-button/m-p/7879199#M1594639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-29T10:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger point for IW32 save button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-point-for-iw32-save-button/m-p/7879200#M1594640</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;You can use the BADI - WORKORDER_UPDATE, and write your logic in IN_UPDATE method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish Kanteti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 10:39:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-point-for-iw32-save-button/m-p/7879200#M1594640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-29T10:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger point for IW32 save button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-point-for-iw32-save-button/m-p/7879201#M1594641</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;Thanks for the response. But will this BADI get triggered soo after the table JCDS gets updated? Also, how do I stop the functionality if the user status is reverted and saved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 10:51:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-point-for-iw32-save-button/m-p/7879201#M1594641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-29T10:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger point for IW32 save button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-point-for-iw32-save-button/m-p/7879202#M1594642</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 couldn't find any BADI that triggered after saving the JCDS table updation. As soon as all the BADI's were executed, JCDS is updated at the end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can cross check by putting the break-point in the class CL_EXITHANDLER, method GET_INSTANCE. Here you get the exit names when you save the order.  At the completion of each BADI execution, I tried to refresh the entries in JCDS. But no records were inserted. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Few ex. of BADI's that were triggered in the SAVE:&lt;/P&gt;&lt;P&gt;IWO1_ORDER_BADI&lt;/P&gt;&lt;P&gt;NOTIF_EVENT_SAVE&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;Satish Kanteti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 11:38:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-point-for-iw32-save-button/m-p/7879202#M1594642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-29T11:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger point for IW32 save button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-point-for-iw32-save-button/m-p/7879203#M1594643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes but there is a BADI NOTIF_COST_CALCULATE after which the JCDS table gets updated. And afterthis BADI, ATP_PUBLISH_RESULTS BADI gets triggered. But we are not allowe to make any change to this BADI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 12:10:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-point-for-iw32-save-button/m-p/7879203#M1594643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-29T12:10:20Z</dc:date>
    </item>
  </channel>
</rss>

