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

Table containing cost center and PO data

Former Member
21,385

hello, i need a table where the cost center(KOSTL) is defined as a primary key. the table should also contain PO numbers.

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
9,576

You can join CSKS and EKKN tables based on KOSTL.

hello, i need a table where the cost center(KOSTL) is defined as a primary key. the table should also contain PO numbers.

3 REPLIES 3
Read only

GauthamV
Active Contributor
9,577

You can join CSKS and EKKN tables based on KOSTL.

Read only

Former Member
9,576

i considered the EKKN possibility but the fields EBELN and EBELP are keys in EKKN . i do not have the PO data to access EKKN + it has over 700 000 entries

Read only

Former Member
0 Likes
9,576

Hi,

For cost center, the value table is CSKS (Cost Center Master Data).

For PO data, which is related to Cost center data, you can refer to the tables EKBN

Regards,

Santhosh.