2009 Aug 26 11:09 AM
Hello Experts,
my requirement is if the User give a name in the field , i would need to chek if the user name entered in the field exsisit as business partner in the system.
In short i have to check if the entered NAME exist in busineess pratner table.
Best regards,
Bigy
2009 Aug 26 1:47 PM
You have use 'DCHCK' event to validate the name from BP screen.
you can directly write a select statement to check the name.
Use the t-code 'BUS7. Create a Z function module and attach in the event DCHCK.
It will work it out. Please let me know if you want any more details.
Regards,
Siva Bontha
2009 Aug 26 2:37 PM
Hi,
Try using FM ' BKK_BUPA_PARTNER_GET_WITH_NAME'. It returns the no of BP found for that name.
Hope this helps.
Regards,
Manish