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

Howto check the Partner function

Former Member
0 Likes
4,898

Hi all,

My requirement is to get partner (like sales employee in VA41) from the user.

I need to check the value given bythe user whether it is correct or wrong.how to achive this.

5 REPLIES 5
Read only

former_member283648
Participant
0 Likes
2,854

You can try validating with the table VBPA. You can entere partner number and or partner function to check if it is correct.

Read only

Former Member
0 Likes
2,854

Check the partner function table table VBPA. Also check for the conversion exits because Ship to party is WE in the table.

Read only

Former Member
0 Likes
2,854

table VBPA or 4m the sales order, double click on sold-to-party in the header

kiran

Read only

Former Member
0 Likes
2,854

Hi ,

u need to validate the sales employee number or name ...

for ur query u need to look for the specified field as a primary key in a given table ..

what is the user giving the partner number/customer number or name ..

1.

if its partner u can validate it from the VBPA entries ..

vbpa-parvw ,

vbpa-kunnr,

vbpa-parnr,

2.

if its a name u need to capture the parnr number ..then the table will be

KNVK

KNVK-PARNR PRIMARY KEY

KNVK-KUNNR

this is other way around ..

3.

if its a customer number

validate it from table KNA1

KNA1-KUNNR.

hope this helps regards,

VIjay.

Read only

0 Likes
2,854

PM_PARTNER_READ_MASTER_DATA function accepts the partner number and partner function and returns whether it is valid or not....