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: 

Creating a New Virtual CU in iw32

damien_crowe2
Explorer
0 Kudos
209

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?

2 REPLIES 2

Former Member
0 Kudos
108

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.

damien_crowe2
Explorer
0 Kudos
108

It was actually a custom BAPI that caused this. I just neede to clear a table in it.

Thanks for your suggestion Dara.