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

Data base table field

Former Member
0 Likes
241

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
220

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

1 REPLY 1
Read only

Former Member
0 Likes
221

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