SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

To check if the Business partner exsist in the system

0 Kudos
161

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

2 REPLIES 2

Former Member
0 Kudos
109

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

Former Member
0 Kudos
109

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