Application Development and Automation 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: 
Read only

Classification: React on blanking out a value during dialogue

Former Member
0 Likes
473

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!

1 REPLY 1
Read only

Former Member
0 Likes
405

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