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

Work Order User exit

Former Member
0 Likes
2,673

Hello All,

I need an user exit to get the order number when the order is saved via IW31. I am looking at the exit 'IWO10009', but I don't get the order no yet in this exit. The order no in structure CAUFVD_IMP-AUFNR has temp value like '%00000000001'. I need to get THE order no ( looking for an user exit which triggers after 'SAVE' and before 'COMMIT'.)

Anybody can help me?

Any kind of help is highly appreciated.

Thanks,

Chandra

5 REPLIES 5
Read only

Former Member
0 Likes
1,284

Hi,

Try these

INCLUDE ZXWOCU07.

INCLUDE ZXWO1U01.

INCLUDE ZXWO1U07 .

INCLUDE ZXWOCU06.

INCLUDE ZXWO1U02.

INCLUDE ZXWOCU13.

INCLUDE ZXWOCU12.

INCLUDE ZXWOCU05.

INCLUDE ZXWOCU16 .

INCLUDE ZXWOCU03.

INCLUDE ZXWOCU11.

INCLUDE ZXWO1U05.

INCLUDE ZXWO1U04.

INCLUDE ZXWOCU23 .

INCLUDE ZXWOCU09.

INCLUDE ZXWO1U06 .

INCLUDE ZXWOCU04.

INCLUDE ZXWO1U03.

INCLUDE ZXWOCU22 .

INCLUDE ZXPRMU03 .

I found these .

Put a break-point in all of these .

Check for ur interface values.

If present then put ur code.

Hope this helps u a lot.

Reward if helpful.

Regards,

Deepu.K

Read only

0 Likes
1,284

I dont get the order number in any of these exits when creating order via IW31.

Any other suggestions?

Thanks,

Chandra

Read only

0 Likes
1,284

hi chandra....

did you get this problem solved? if yes, please reply me

thanks and regards,

Anil

Read only

0 Likes
1,284

hi anil,

yes, i found a BAdi 'WORKORDER_UPDATE' to acieve this

Read only

0 Likes
1,284

Hello,

We're dealing with the same problem ,, and we've already checked the above BADI , but it seems the temp value is in the structure that is received in "at_save" method as well, we're unable to find a correct work order value there, anyone knows by chance where is the correct value?

thanks in advance!