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: 

IW31/32 user exit to edit the

Madhurivs23
Participant
0 Kudos

Hello,

I want to change the fields AFVGD-EINSE AFVGD-NTEND AFVGD-NTENZ(finish date data)

in IW31/32 Tcode based on the AFVGD-NTANF AFVGD-NTANZ.(start date data)

I was going to use the exit : EXIT_SAPLCOIH_009. but there we can not change any value at the time of save. Which user exit will be helpful for editing the restrictions fields?

Rgds,

Madhuri

4 REPLIES 4

former_member213733
Active Contributor
0 Kudos

You can try the BADi WORKORDER_UPDATE .

0 Kudos

Hi Dewang,

I tried this BADI. but the parameters passed in this BADI are importing parameters so the fields which I want to change are not modifiable.

Regards,

Madhuris

Former Member
0 Kudos

hi,

Try this exit.

EXIT_SAPLCOIH_012 ( User exit : IWO10012 )

0 Kudos

Hi Vinraaj,

this user exit is getting called at the creation time of the service order i.e. for Tcode IW31 only and not for the IW32.

regards,

MadhuriS