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

Cost center Description

Former Member
0 Likes
6,746

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
Read only

GauthamV
Active Contributor
0 Likes
3,380

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

Read only

Former Member
0 Likes
3,380

Hi,

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

Thanks

Brunda

Read only

Former Member
0 Likes
3,380

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.

Read only

0 Likes
3,380

Table : CEPCT.

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

Read only

0 Likes
3,380

Hello

Try table CEPCT

Read only

Former Member
0 Likes
3,380

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.

Read only

0 Likes
3,380

Hello

Refer:

Read only

Former Member
0 Likes
3,380

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

Read only

Former Member
0 Likes
3,380

Hi,

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

Regards

Md.MahaboobKhan.