cancel
Showing results for 
Search instead for 
Did you mean: 

Ship to Party Table

Former Member
0 Kudos

Hi Guru

The Field name for Sold to party and Ship to Party is KUNNR

But iam not seeing the field Ship to Party in VBAK

In which table , and what is the field for Ship to Party?

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member

Hi,

Please use below logic.

Check VBPA table for same VBELN (sales order number) where PARVW (Partner function) equals SH.

That's the ship to party of the sales order.

Best regards,

Anupa

Former Member
0 Kudos

Hi,

Adding one more point.

You need to pass Sales order number and Item number as '000000'and Parvw as SH for Header SHIP to Party.

item number '000000' represents header details.

There can be a possibility that Ship to party be different at the item level.

Here you need to pass Sales order number and corresponding item number and parvw.

Pass the data to VBPA table. Check the data entries in SE16 for your Sales order number, you will get better Idea.

Thanks,

Rohan.

Former Member
0 Kudos

Hi,

Goto the T.Code "Se16/Se16n".

Enter the table name as "VBPA".

Enter the Sales document number.Also enter the value as "SH/WE" for the field "Partner Function/PARVW".

Execute.

You can get the ship-to-party number from the field "KUNNR".

Regards,

Krishna.

anagozzi
Discoverer
0 Kudos

Is there a table to pull by sales document the bill to, ship to, e.i however showing not only partner information from header, but also by line item. ?

Lakshmipathi
Active Contributor
0 Kudos

Thanks for coming to SAP Community for answers. Please post your question as a new question here:
https://answers.sap.com/questions/ask.htmlSince you're new in asking questions here, check out our tutorial about asking and answering questions (if you haven't already), as it provides tips for preparing questions more effectively, that draw responses from our members. Please note, that your post here won't be answered.

former_member184555
Active Contributor
0 Kudos

Hi

Check the table VBPA for partners in the sales document. You can check the table KNVP for customer master partner functions.

Thanks,

Ravi

Former Member
0 Kudos

Check KNVP table and pass customer code in Customer and Partner Functn SH.

Edited by: kishore gopala on Apr 20, 2010 8:59 AM