cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Edit IN MM01/MM01 FIELD MBEW-BKLAS

Thais_Ortega
Newcomer
0 Kudos
542

Hello !!

Could you help me? Please !!!

I need a exit/badi.. or customizing.. after the mara-matkl field is filled in the basic data tab 1, change the mbew-bklas field in the accounting tab 1

Input -> MARA-MATKL 

Thais_Ortega_0-1731606354435.png

UPDATE/EDIT ->  MBEW-BKLAS. 

Thais_Ortega_1-1731606425838.png

Thx !!

 

Accepted Solutions (0)

Answers (2)

Answers (2)

Dominik_Tylczynski
SAP Champion
SAP Champion
0 Kudos

Hello @Thais_Ortega 

There is no standard enhancement that would allow prepopulation of valuation class based on material group. You could do that with a material master custom screen. But I don't think it's worth the effort.

Use either BADI_MATERIAL_CHECK or EXIT_SAPLMGMU_001 to validate material master before saving.

Best regards

Dominik Tylczynski

RaymondGiuseppi
Active Contributor
0 Kudos

For Customizing look at OMSK

  • Links between account category reference, valuation, class and material type.

If the result is unsatisfactory,

  • Look at BAdi BADI_MATERIAL_REF to provide a default valuation class from material type.
  • You could also add a check in BAdI BADI_MATERIAL_CHECK

 

Dominik_Tylczynski
SAP Champion
SAP Champion
0 Kudos

OMSK defines a link between a material type and allowed valuation classes. You don't need to implement a BAdI for that.

RaymondGiuseppi
Active Contributor
0 Kudos
Yes, so consider BAdI only if Customizing is unsatisfactory