2012 Jan 10 1:59 PM
Hi all,
I have implemented a function for a dependency, to react on changes to a characteristic of a material. I did this with a dependency function since the IF_EX_CACL_VALUE_CHANGE would be called after checking on mandatory entries and I want to fill also mandatory entries reacting on the change of a specific characteristic. THIS WORKS.
Problem is: I also want to react if a characteristic value is replaced by blank during the dialogue.
IF_EX_CACL_VALUE_CHANGE and the dependency function, both are not called if the characteristic's value is initial. The intention is to work with a value.
I also tried new BADI CACL_MAIN01, but this is called on SAVE as the customer exit CLFM0002. No chance to react and update the dialogue screen.
Is there any other chance to react on changing an existing characteristics value into initial during dialogue and to update the unsaved data in memory?
Thanks in advance for an idea!
Hi all,
I have implemented a function for a dependency, to react on changes to a characteristic of a material. I did this with a dependency function since the IF_EX_CACL_VALUE_CHANGE would be called after checking on mandatory entries and I want to fill also mandatory entries reacting on the change of a specific characteristic. THIS WORKS.
Problem is: I also want to react if a characteristic value is replaced by blank during the dialogue.
IF_EX_CACL_VALUE_CHANGE and the dependency function, both are not called if the characteristic's value is initial. The intention is to work with a value.
I also tried new BADI CACL_MAIN01, but this is called on SAVE as the customer exit CLFM0002. No chance to react and update the dialogue screen.
Is there any other chance to react on changing an existing characteristics value into initial during dialogue and to update the unsaved data in memory?
Thanks in advance for an idea!
2014 Jun 02 1:35 PM
Axel,
can you give more details on which function modules are called and/or developed when a characteristic changes and other characteristics reacts?
Is this done in such that the changes can be seen on-line (immediately)
I am facing a similar issue.
Thanks
Christophe VM