cancel
Showing results for 
Search instead for 
Did you mean: 

Table for sales order item's shipping address

mtremblay-savard
Participant
0 Kudos

Hi masters,

I need to retrieve data for the sales order item's shipping address, which table should I look into

Thanks alot!
Max

Accepted Solutions (1)

Accepted Solutions (1)

jpfriends079
Active Contributor

Get address number (ADRNR) for Ship-to Party(SH - PARVW) from Table VBPA for the sales order (VBELN). Pass address number (ADRNR) in table ADRC, to get address.

Thanks, JP

mtremblay-savard
Participant
0 Kudos

Exactly the answer i was looking for!

Thanks alot!

cfilipiak
Explorer
0 Kudos

9 Years later and still helpful, exactly what I was looking for.

Answers (1)

Answers (1)

former_member8821
Active Participant
0 Kudos

maxime.tremblay-savard And mtremblay-savard

You can find your address number in VBPA table for the sale order (VBELN)

and you can choice ADRNR in table ADRC to get address details.

I hope its helps to you.