‎2006 Nov 15 5:46 AM
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.
‎2006 Nov 15 6:03 AM
You can try validating with the table VBPA. You can entere partner number and or partner function to check if it is correct.
‎2006 Nov 15 6:16 AM
Check the partner function table table VBPA. Also check for the conversion exits because Ship to party is WE in the table.
‎2006 Nov 15 6:30 AM
table VBPA or 4m the sales order, double click on sold-to-party in the header
kiran
‎2006 Nov 15 6:37 AM
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.
‎2007 Nov 16 12:30 AM
PM_PARTNER_READ_MASTER_DATA function accepts the partner number and partner function and returns whether it is valid or not....