Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Operation tab data

Former Member
0 Likes
626

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

3 REPLIES 3
Read only

Former Member
0 Likes
537

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

Read only

Former Member
0 Likes
537

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.

Read only

0 Likes
537

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