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: 

Update sales order configuration while creating sales order

bryan_cain
Contributor
0 Kudos

Hi all,

We have a business requirement to be able to update the sales order configuration after the material availability check is complete, but before the sales order is saved. I haven't been able to find a user exit specifically for changing configuration.

I tried USEREXIT_GET_FIELD_FROM_SDCOM and FM CUCB_SET_CONFIGURATION. As far as I can tell, while I'm still in the user exit (in debugger) the config. is changed. However, once control is returned back to VA01 and I try to look at the config, my changes are gone.

Any ideas how I can populate a characteristic during sales order creation based on the material avail. check?

Thank in advance. As always, points will be awarded for helpful answers.

3 REPLIES 3

bryan_cain
Contributor
0 Kudos

Anybody? I'm about to conclude that it's not possible without a mod, unless I'm willing to do it during save, which isn't the requirement.

bryan_cain
Contributor
0 Kudos

Far as I can tell, not possible without a mod.

0 Kudos

Dear,

How did you solve this issue?