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 Description

Former Member
0 Kudos

Hi,

I need to fetch cost center decription against cost center number. In SE16, When I am looking at the records in table CSKS ( cost center master data) , there is field KTEXT which stores the description. But when i m writing select query in my report for fetching this field , an error is displayed 'Field does not exist in table'.

In SE11 when I am looking the table structure, there is no filed with name KTEXT, but in SE16 when i looking at a particular record , this field is shown with proper value.

I know cost center texts are stored in table CSKT table but i want to know wheather i can fetch cost center description from table CSKS .

Kindly suggest.

9 REPLIES 9

GauthamV
Active Contributor
0 Kudos

Join CSKS, CSKT tables based on controlling area and cost center.

Former Member
0 Kudos

Hi,

No, You cant fetch cost center text from CSKS table, you have to fetch from CSKT table.

Thanks

Brunda

Former Member
0 Kudos

Hi,

Sorry for the wrong information earlier. The above query which i have asked, is actually for Profit center and the table is CEPC. However the field is same, KTEXT.

0 Kudos

Table : CEPCT.

Note: Plz close the thread once your issue is resolved.

0 Kudos

Hello

Try table CEPCT

Former Member
0 Kudos

hi all ,

I know that profit center and cost center description are stored in CSKS and CEPCT table.

What i want to know is about the rational behaiviour, in SE11 and SE16. Field KTEXT is not displayed in SE11 in table structure in table CEPC, but in se16 when I double click on particular record, then i can see this field there with proper values.

0 Kudos

Hello

Refer:

Former Member
0 Kudos

Generally ,

tables ending with 'T' stores athe descriptions like makt stores material sdescription.

but these are vailable while using mara table.

so here u need to use CSKT table only even though u get description in csks.

reg

Ramya

Former Member
0 Kudos

Hi,

Yes, Use 'for all entries' to fetch KTEXT field data from table CSKT & CSKS.

Regards

Md.MahaboobKhan.