‎2007 Nov 26 11:24 AM
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
‎2007 Nov 26 11:29 AM
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
‎2007 Nov 26 11:31 AM
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.
‎2007 Nov 26 11:34 AM
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,
‎2007 Nov 26 11:36 AM
What about company related data, T001 or ADRC.
Points Assured.
‎2007 Nov 26 11:48 AM