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

Customer (shipt-to) adress in deliveries

former_member582701
Contributor
0 Likes
1,307

Hello,

I need to know in what tables is the data of the adress of the customers (street, location, etc)

Also, I would need to know if this information exists in delivery tables or this information is only linked to the customer table/s (u can see all this data in vl03n in the right of the customer)

Thank you,

Manel

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,122

In case of drop Shipment, the delivery address will be different to ship-to address because of the manual changes to the address in the delivery. Read the address number from table VBPA and then ADRC. (If you are on older version read it from SADR).

Manoj

8 REPLIES 8
Read only

Former Member
0 Likes
1,122

Hi,

Goto table KNA1 get the ADDNR (Address number of a customer) then goto table ADDR and check the corresponding ADDNR record for your mentioned fields.

Rgds,

Bujji

Read only

naveen_inuganti2
Active Contributor
0 Likes
1,122

Hi..

We are having KNA1 table with address fields..

Thanks,

Naveen.I

Read only

Former Member
0 Likes
1,122

Hi

Customer master records can be referred like KNA1 and take ADRNR (address number) and to go ADRC table for address number and get required address details.

BR

Lavanya

Read only

Former Member
0 Likes
1,122

<removed_by_moderator>

Please read the rules.

Edited by: Julius Bussche on Aug 11, 2008 1:33 PM

Read only

former_member582701
Contributor
0 Likes
1,122

ok, thank u.

And the other question?

Is this information in other tables than this tables? In some delivery table?

Thank u

Read only

0 Likes
1,122

Hi..

Check these tables....

DVK01 R/2-R/3 Link: Delivery Header Data R2 -> R3

FTPT_PNR_ADDRESS PNR delivery / billing addresses

EKAN Vendor Address: Purchasing Document

Thanks,

Naveen.I

Read only

Former Member
0 Likes
1,122

If you know the address number (ADRNR) of the delivery address

use it to fetch from the ADRC table..

Hope this helps

Read only

Former Member
0 Likes
1,123

In case of drop Shipment, the delivery address will be different to ship-to address because of the manual changes to the address in the delivery. Read the address number from table VBPA and then ADRC. (If you are on older version read it from SADR).

Manoj