cancel
Showing results for 
Search instead for 
Did you mean: 

Company Organization

Former Member
0 Kudos

Hi,

In which table company organization address will be filled.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi,

if depending on sales organization number you want to fetch address then, first get it from the LIKP table field LIKP-VKORG,

u will get the company organization address number in the table : TVKO field tvko-adrnr.

using this address number u can get the company address from the table ADRC.

there is relation between the tables LIKP, TVKO & ADRC checkout you will get the address details.

regards,

vinayaka

Former Member
0 Kudos

Hi,

Select the Address of a company from ADRC table using the where condition as ADRC-ADDRNUMBER = T001-ADRNR.

Former Member
0 Kudos

Hi,

COmpany Organization : T001

Address :ADRC

select from ADRC such that ADRC-ADDRNUMBER = T001-ADRNR

Former Member
0 Kudos

hi,

use t001-adrnr for company code specific, but if you have to take for a single plant use t008

Edited by: abhinay chelamcherla on Feb 26, 2008 7:16 AM