‎2007 Mar 17 12:16 AM
I am having sales order no , sold to party(customer no) field details. by using these two fields i want to know the Ship to party details .
what is the data base table name for ship to party or any function module?
thankx in advance
‎2007 Mar 17 12:36 AM
Hi,
You can use the table VBPA
WHERE VBELN = 'YOUR INPUT SALES ORDER NO'
AND PARVW = 'WE'. "Ship to party
THEN VBPA-KUNNR will be your ship to party detail..
Thanks,
Naren
‎2007 Mar 17 12:36 AM
Hi,
You can use the table VBPA
WHERE VBELN = 'YOUR INPUT SALES ORDER NO'
AND PARVW = 'WE'. "Ship to party
THEN VBPA-KUNNR will be your ship to party detail..
Thanks,
Naren