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

MMZ1 with default values?

Former Member
0 Likes
613

Hi,

in SAP we use MM01 to create material master data. To set some default values we

use BADI: BADI_MATERIAL_REF. This works OK.

For creating a material via an interface the transaktioncode is MMZ1. But in this

tcode the BADI will not be used. I have search for another BADI or a User-Exit,

but i don't find anything to set default values.

Can anyone help? Is there a customizing-way?

Thanks.

regards, Dieter

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
518

For creating a material via an interface the transaktioncode is MMZ1

Go for BAPI 'BAPI_MATERIAL_SAVEDATA'

Hi,

in SAP we use MM01 to create material master data. To set some default values we

use BADI: BADI_MATERIAL_REF. This works OK.

For creating a material via an interface the transaktioncode is MMZ1. But in this

tcode the BADI will not be used. I have search for another BADI or a User-Exit,

but i don't find anything to set default values.

Can anyone help? Is there a customizing-way?

Thanks.

regards, Dieter

1 REPLY 1
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
519

For creating a material via an interface the transaktioncode is MMZ1

Go for BAPI 'BAPI_MATERIAL_SAVEDATA'