‎2008 Nov 06 9:55 AM
Hi All,
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.....
I want to set my own values for the operations tab user fields.
Regards
Bidyut
‎2008 Nov 06 10:27 AM
Hi,
try this,
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
Arunima
‎2008 Nov 06 10:31 AM
Hello,
Here are the steps to find out badi.
1. Take package name of that transaction (iw31/iw32) from "status" of the screen.
2. Go to the package : pbas
3. Once you are in that package GOTO Enhancements option : find out badi(definition) name from enhancement.
4. Use that badi definition name for Implementation in se19.
5. In SE19 choose radio button : Classic badi while implementing badi.
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.
Prajakta.
‎2008 Nov 06 11:02 AM
Hi Prajakta/Arunima
I haven't been able to find any exit or badi while saving the maintaince order.... which has all the data of operations tab(afvgd).....I need to change values of certain fields in operations while saving
regards
bidyut