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

Customer Master Duplication

Former Member
0 Likes
541

Dear All,

when i am creating a customer master i want to check weather customer name already exist or not.how can i do the development for this? which userexist can be us for this

Thanks

Moderator message: please search for available information before asking.

Edited by: Thomas Zloch on Dec 7, 2010 3:28 PM

3 REPLIES 3
Read only

Former Member
0 Likes
497

Hi

If you're creating master data programatically you should do the validation before uploading it, else you can put your validation in the exit EXIT_SAPMF02D_001.

The name field is case sensitive, so it should be used the field KNA1-MCOD1: here the name is always upper case, the problem can be KNA1-MCOD1 is 25 char against 35 char of KNA1-NAME1

Max

Read only

Former Member
0 Likes
497

Hi,

Check this exit SAPMF02D

Regards,

Srini.

Read only

Former Member
0 Likes
497

aaa