cancel
Showing results for 
Search instead for 
Did you mean: 

Address table

Former Member
0 Kudos

Hi all,

I want to know the table where I can fetch the address of departure zone and the destination zone of the shipment.

Basically it comes from Shipping point, plant or customer master.But my client manually changes the same in the shipemnt.

I found that it is stored in the structure

Please help

Regards

Mano

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Answered

Former Member
0 Kudos

All the addresses are stored in ADRC table with reference to Adress no.

These adress no (ADRNR) you have to find from other tables like for plant addresse ADRNR from T001W and pass it to ADRC table

regards

Former Member
0 Kudos

Hi:

In table VTTS (shipment stage) there are two fields ADRNA (Departure address) and ADRNZ (Destination address). See if you can use these fields. You will need to fetch these fields first and then access table ADRC (address table) to get the value of the zones.

Trust this helps.

SLVJ