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: 

BADI/exit to add new operations with IW31

divya_nayudu
Participant
0 Kudos
1,333

Hi All,

There have been many posts on BADI for iw31 and I have checked almost all the posts and BADIs, using debug with exithandler class and user exits, but unable to find a BADI/exit where I can code to add new operation during Work Order creation.

Have already looked at the IWO* exits and below mentioned BADIs:

ALM_ME_001_ORDER

ALM_ME_ORDER_OPER MAM 1.0

IBAPI_ALM_OPR_GETDET BADI

BAPI_ALM_OPERATION_GET_DETAIL

IBAPI_ALM_ORD_GETDET

WORKORDER_UPDATE

IWO1_ORDER_BADI

IWO1_TL_INTEGRATION - IWO1_TL_INTEGRATION2

I was hoping the last INTEGRATION BADI would've solved my issue of adding a new operation but it never gets called in IW31.

Could you please advise if I am missing any BADI/exit that could be used for my requirement?

Many thanks,

D

3 REPLIES 3

mangesh_parihar
Explorer
0 Kudos
699

Hi Divya,

Please check Enhancement - IWO10012.

You can also check Badi IWO_UI_USEFLEX or workorder_update.

Regards,

Mangesh

0 Kudos
699

Thanks for your inputs Mangesh. I have already tried BADI workorder_update but on 1w31 save,it does not call the BADI where I can change the operation. Even the exit IWO10012 does not get called. Am trying to setup using task list. Will update if that works.

Kavin54
Newcomer
0 Kudos
546

i have an  simliar Requirement , please update