‎2007 May 10 5:05 PM
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
‎2007 May 10 5:20 PM
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
‎2007 May 10 11:27 PM
I dont get the order number in any of these exits when creating order via IW31.
Any other suggestions?
Thanks,
Chandra
‎2007 Jul 05 10:37 AM
hi chandra....
did you get this problem solved? if yes, please reply me
thanks and regards,
Anil
‎2007 Jul 19 12:03 AM
hi anil,
yes, i found a BAdi 'WORKORDER_UPDATE' to acieve this
‎2010 Mar 16 2:12 PM
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!