cancel
Showing results for 
Search instead for 
Did you mean: 

Validation for vendor master data creation

Former Member
0 Kudos

Dear All,

Can anybody suggest how to apply validation while creation of vendor master data. As this can not be done through GGB1 as it is ment for document level validation. Please suggest any user exit or badi or validation path for this.

Thanks & Regards

Accepted Solutions (1)

Accepted Solutions (1)

srinivasa_maruvada
Active Contributor
0 Kudos

Hi

Check TCode for validation OB28, for substitution OBBH

and also OKC9 which may helps you.

Cheers

Srinivas

JozsefSzikszai
Active Contributor
0 Kudos

hi,

the enhancement for vendor master is SAPMF02K, you can easily add your own check, pls. check in tcode SMOD!

hope this helps

ec

>

> Hi

>

> Check TCode for validation OB28, for substitution OBBH

> and also OKC9 which may helps you.

> Cheers

> Srinivas

your post is rubbish, substitutions and validations are in use in document posting, not for master data creation. Even the OP told this, when he asked his question...

Former Member
0 Kudos

Dear Eric Cartman,

Your inputs helped me a lot, and was able to resolve the issue here I am giving you 10 points.

Thanks & Regards

Answers (1)

Answers (1)

Former Member
0 Kudos

I think you should implement a user exit for vendor master data creation or modification:

goto trx CMOD

create a project

asign project to user exit: SAPMF02K

Ask an Abaper to code the validation that you need.