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

Address data Table

Former Member
0 Likes
1,449

Here, i am writing program to fetch company address & customer masteri need to use ADRC table to fetch the data for the two or shall i directly go on T001 & KNA1 fo fetch since T001 & KNA1 also contains those fields.

Please help.

Thanks

5 REPLIES 5
Read only

Former Member
0 Likes
743

Based on ur requirement u can write the code..

ADRC table holds all the address of the customer,vendor..Better u can combine the table and retrieve the data..

Becoz Kna1 will only have customer addresses..

Reward if useful

Read only

dev_parbutteea
Active Contributor
0 Likes
743

Hi,

A customer may have many addresses which is maintained in ADRC. First get the address number and then go to ADRC and retrieve the address details w.r.t the particular address number.

Regards,

Sooness.

Read only

Former Member
0 Likes
743

Hi Rahul,

It is always preferable to fetch address data of customer or vendor from ADRC table. based up on the field ADRNR in kna1 u can fetch data from ADRC table by comparing ADRNR and adressnumber in adrc table.

Regards,

Read only

Former Member
0 Likes
743

What about company related data, T001 or ADRC.

Points Assured.

Read only

0 Likes
743

T001 is used for cimpany related data