Application Development 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 for IW31

Former Member
0 Kudos

hi,

i need to modify the basic finish date in transaction IW31. Any BADIs (and it's method ) through which i can access that field and update it ?

thks

1 ACCEPTED SOLUTION

former_member194669
Active Contributor
0 Kudos

May be try with userexit IWO10012 for this. Its have exporting structure CAUFVD and field GLTRP (Basic finish date)

3 REPLIES 3

former_member194669
Active Contributor
0 Kudos

May be try with userexit IWO10012 for this. Its have exporting structure CAUFVD and field GLTRP (Basic finish date)

Former Member
0 Kudos

Go to Transaction SE24

Enter the Object Type CL_EXITHANDLER and click on Display.

Double Click on method "GET_INSTANCE".

Put a Break-point on

Call method cl_exithandler=>get_class_name_by_interface

Run any Transaction for which you need enhancements.

The execution will stop at the break point. Check the values of variable 'exit_name', it will give you the BADI name called at that time.

This way you will find all the BADIs called on click of any button in any transaction.

Thanks

Kiran

Former Member
0 Kudos

Try the BADI WORKORDER_UPDATE, method AT_SAVE.