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 centre description table or function module

Former Member
0 Likes
16,744

Hi all,

I need Cost centre description table or function module that I can use to get cost centre description.

1 ACCEPTED SOLUTION
Read only

former_member222860
Active Contributor
9,248

Hi,

Check table CSKT

CSKT~LTEXT

8 REPLIES 8
Read only

Former Member
0 Likes
9,248

Hi,

Use this Function Module:

BAPI_ACC_ACTIVITY_ALLOC_CHECK

CALL FUNCTION 'BAPI_ACC_ACTIVITY_ALLOC_CHECK'

EXPORTING

DOC_HEADER =

" IGNORE_WARNINGS = ' '

TABLES

DOC_ITEMS =

RETURN =

" CRITERIA =

" CUSTOMER_FIELDS =

And the table is:

CSKS -- Cost Center Master Data.

Regards,

Neelima.

Read only

0 Likes
9,248

Thanks

Read only

Former Member
0 Likes
9,248

CSKS

Read only

Former Member
9,248

BAPI_COSTCENTER_GETDETAIL Detailed Information About Cost Center For Key Date

Jus check whethr this could help you.

Read only

Former Member
0 Likes
9,248

HI,

CSKS - Cost Center Master Data

CSKT - Cost Center Texts

Read only

Former Member
0 Likes
9,248

How to use it??

Read only

0 Likes
9,248

HI,

SELECT LTEXT

FROM CSKT

INTO l_LTEXT

WHERE SPRAS EQ SY_LANGU

AND KOSTL EQ <COST CENTER>

AND DATBI GE SY-DATUM .

FM RK_KOSTL_READ

Edited by: Avinash Kodarapu on Feb 27, 2009 1:04 PM

Read only

former_member222860
Active Contributor
9,249

Hi,

Check table CSKT

CSKT~LTEXT