Application Development 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: 

Cost Center Status

former_member567553
Participant
0 Kudos
6,075

Gurus,

How do I get the cost center active/inactive status?

I am currently creating an interface of SAP to another system. The status of the cost center is required. I check t-code: OKENN but can not trace which table the status is maintained.

Thanks in advance for the help!

1 ACCEPTED SOLUTION

JozsefSzikszai
Active Contributor
0 Kudos
1,088

hi Goldust,

you have to check the following fieds in table CSKS:

BKZKP - Primary costs actual

If this field is set to 'X' than it means that you cannot post to this cost center.

hope this helps

ec

2 REPLIES 2

JozsefSzikszai
Active Contributor
0 Kudos
1,089

hi Goldust,

you have to check the following fieds in table CSKS:

BKZKP - Primary costs actual

If this field is set to 'X' than it means that you cannot post to this cost center.

hope this helps

ec

0 Kudos
1,088

Hey Eric,

Thanks for the prompt reply!

More power!