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: 

MM02 Classification Material group description

davidsegurado
Explorer
0 Kudos
398

Hello experts,

I have a request in which when we are adding Material Group 3rd Level and click enter, I would get

automatically the Material Group Description 1 and Material Group Description 2.

I have tried EXIT_SAPMM07M_001 and BADI CACL_VALUE_CHANGE but it is not filling the values.

do you know if there is any other BADI or USER EXIT that I could use?

3 REPLIES 3

raymond_giuseppi
Active Contributor
0 Kudos
316

BAdI CACL_VALUE_CHANGE will trigger when you input a value.

  • You have to add your code to fill other characteristics values (e.g. Look at FM of group CLFM and debug the transaction to find how?)
  • With BAdI CACL_CHARACTER_INPUT you can disable input of those characteristics.

0 Kudos
316

hi Raymond, thanks for your answer. Do you know which FM could fill the characteristics values? I am trying several and reading the description of many FMs from CLFM and nothing.

0 Kudos
316

Try to debug the standard transaction to find how it do this internally.