Hi ,
The requirement is to 'flip/change' a particular characteristic ABC of material whenever a vbap-zfield is changed during sales order creation.
To achieve this, a reference characteristic REF_ZFIELD is created in CT04 and assigned to a material class of type 300.
Object Dependency is added in this characteristic REF_ZFIELD. I have added a code in this dependency to change the value of characteristic ABC based on reference charceteristic REF_ZFIELD which is coming from VA01. So far so good.
However when I change vbap-zfield while order creation , the characteristic ABC is not being changed automatically( without clicking on the configuration screen).
I checked below exits to check functionality to trigger configuration every time you save sales order, but they are not serving my purpose.
EXIT_SAPLCUKO_001
EXIT_SAPLCUD0_001
EXIT_SAPLCUXC_001
EXIT_SAPLCUKO_003
EXIT_SAPLCUD0_003
EXIT_SAPLCEB1_100
Please guide us if there is any enhancement which helps to re trigger material congfiguration every time when order is saved.
Thanks