cancel
Showing results for 
Search instead for 
Did you mean: 

Prevent creation of duplicate material master record

Former Member
0 Kudos

Hi Experts

1) Is there any control or validation to prevent creation of duplicate material? I mean, if the description of new material is 100% or 95% matching with an existing material, there should be a validation.

2) Is there any feature of usage of catelogs for creation of material master description?

warm regards

ramSiva

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Have a try to use Enhancement: MGA00001, user exit: EXIT_SAPLMGMU_001 for control you need.

You can also use BAdI for this:

BADI_MATERIAL_CHECK -> method CHECK.

In both enhacements there is a structure STEXT - here short text(s) of new created material should be found for validation.

Here you can make some ABAP works necessary.

Hope it helps,

regards,

w.

Edited by: Wojciech Zalech on May 19, 2010 9:43 AM

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Marias,

1) No validation control for material description. Better before create material code to be check material description if it is available in master or not.

2) No, feature of usage of catalogs for creation of material master description.

Thanks and Regards,

K.Rajendran.

Former Member
0 Kudos

Hi,

Your requirement can be full fil by a Abap program, first your have to give only description of new material , then your program should check whether any material present with same description in table MAKT field MAKTX, if found it should give error message if not found then ceate material , for this u can use BAPI_MATERIAL_SAVEDATA, or create material.

regards,

zafar

Former Member
0 Kudos

Hi Marias,

1) No validation control for material description. Better before create material code to be check material description if it is available in master or not.

2) No, feature of usage of catelogs for creation of material master description.

Thanks and Regards,

K.Rajendran.

former_member187989
Active Contributor
0 Kudos

Check this answered link

Former Member
0 Kudos

NO such validation to control "Material descripion". it is just text field only.

Try with ABAP development