2010 Mar 24 4:49 PM
Hello,
When I try to create a new Virtual CU (VCU) in IW32 the characteristic fields are already populated with the characteristics of the previously created VCU.
But when I save the VCU the characteristics aren't saved with it so when I went back into the order I got errors relating to the characterstics.
This is only happening occassionally.
Does anyone know where this is happening? I've tried debugging and checked the IWO10012 enhancement.
Any suggestions?
2010 Mar 24 5:01 PM
This is definitely becase of exits or BADI's which implemented some functionality to update VCU in IW32.
I hope some code may not be cleared in exit: IWO10012 or in BADI: IWO_UI_USEFLEX.
For time being you can deactivate these two enhancements and try again. Good luck.
Best Regards,
Dara.
2010 Mar 26 4:45 PM
It was actually a custom BAPI that caused this. I just neede to clear a table in it.
Thanks for your suggestion Dara.