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

ADRC Table

Former Member
0 Likes
2,385

when i create shipping Partner information by VT02N

And there address number is vailable in ADRC table.

when I change the Partner informations manualy in Partner Screen.... one of New Address number is createed by automaticaly with 90* and Adress Group SD01,

so my qustion is , how i getting this new adress number.

against the customer

6 REPLIES 6
Read only

Former Member
0 Likes
1,308

Hi Nelson,

it will generate new Numner Series for ur Changes in that Address. this changes will reflect in that transaction only bcos of this new ADRNR.

Regards

Prabhu

Read only

Former Member
0 Likes
1,308

Hi Nelson,

go to KNA1 table and find an entry for ur customer number. in that u will find field called ADRNR whcih will contain the address number.

Read only

0 Likes
1,308

table ADRC Addresses (Business Address Services)

contain every address details. u have to pass adrnr in ADRC table it gives all details of address like name city strret etc.

if u change in any addres it create new adrnr and store all rthe address related value in adrc.

but in ur case u want new address of shipment.

don't worry it take new address.

becoz all tables all link.

u find forwarding agent from VTTK and corresponding forwarding agent u get adrnr number from VBPA ( it is new) now from this adrnr (address number ) u get all the details address from ADRC and ur new value already store in ADRC.

Read only

Former Member
0 Likes
1,308

Hi,

Do u want to retrieve new address number then check table <b>BUT020</b>

Read only

Former Member
0 Likes
1,308

Even though the master data for the customers is maintained in KNA1 and the address is linked using the address number, you can still allow users to change the address on the fly in any sales document through config. Because of this, you will get a different address number on the SD document than that is stored in KNA1 for that partner. You have to go to VBPA for that document and then you get the new address number. Use that to go to ADRC to get the entire address.

Read only

Former Member
0 Likes
1,308

Get the Address number from Table <b>VBPA</b> where partner function(<b>PARVW</b>) is 'WE'.

then use FM: <b>SD_ADDRESS_GET</b>

then u'll get the latest address.