‎2010 Dec 07 8:27 AM
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
‎2010 Dec 07 8:39 AM
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
‎2010 Dec 07 8:42 AM
‎2010 Dec 07 10:04 AM