<?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: Operation tab data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/operation-tab-data/m-p/4724257#M1109185</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;try this,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Enhancement/ Business Add-in            Description

Enhancement
IWO10012                                Maintenance order: Priority handling on central header

 Business Add-in
IWO_UI_USEFLEX                          BAdI for Calling Up an Alternative UI



No.of Exits:          1
No.of BADis:          1
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arunima&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Nov 2008 10:27:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-06T10:27:02Z</dc:date>
    <item>
      <title>Operation tab data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/operation-tab-data/m-p/4724256#M1109184</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 working in PM ,my reqd is that when I run the transaction iw31/iw32 ....on click on SAVE button I want to find a exit or BADI or enhancement point to manipulate the "operations"  tab data.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to set my own values for the operations tab user fields.&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;Bidyut&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 09:55:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/operation-tab-data/m-p/4724256#M1109184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T09:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Operation tab data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/operation-tab-data/m-p/4724257#M1109185</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;try this,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Enhancement/ Business Add-in            Description

Enhancement
IWO10012                                Maintenance order: Priority handling on central header

 Business Add-in
IWO_UI_USEFLEX                          BAdI for Calling Up an Alternative UI



No.of Exits:          1
No.of BADis:          1
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arunima&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 10:27:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/operation-tab-data/m-p/4724257#M1109185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T10:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Operation tab data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/operation-tab-data/m-p/4724258#M1109186</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;Here are the steps to find out badi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Take package name of that transaction (iw31/iw32) from "status" of the screen.&lt;/P&gt;&lt;P&gt;2. Go to the package : pbas&lt;/P&gt;&lt;P&gt;3. Once you are in that package GOTO Enhancements option : find out badi(definition)     name from enhancement. &lt;/P&gt;&lt;P&gt;4. Use that badi definition name for Implementation in se19.&lt;/P&gt;&lt;P&gt;5. In SE19 choose radio button : Classic badi  while implementing badi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you wan to search for appropriate badi name then you have to create implementation of badiu2019s and add break point in method to check which badi will get trigger after clicking SAVE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prajakta.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 10:31:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/operation-tab-data/m-p/4724258#M1109186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T10:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Operation tab data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/operation-tab-data/m-p/4724259#M1109187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prajakta/Arunima&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't been able to find any exit or badi while &lt;STRONG&gt;saving&lt;/STRONG&gt; the maintaince order.... which has all the data of &lt;STRONG&gt;operations tab&lt;/STRONG&gt;(afvgd).....I need to &lt;EM&gt;change values of certain fields in operations while saving&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;bidyut&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 11:02:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/operation-tab-data/m-p/4724259#M1109187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T11:02:35Z</dc:date>
    </item>
  </channel>
</rss>

