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 element

Former Member
0 Likes
997

Hi, experts,

If I know a cost center, how can I find out all the cost elements which belong to the cost center?

thanks

RD

1 ACCEPTED SOLUTION
Read only

christine_evans
Active Contributor
0 Likes
968

>

> Hi, experts,

>

> If I know a cost center, how can I find out all the cost elements which belong to the cost center?

>

> thanks

> RD

In my experience, cost centres and cost elements are different types of cost assignment codes and are totally independant of each other. Both are Controlling objects and can be used together on the same document line, but there is no direct relationship between the two.

7 REPLIES 7
Read only

Former Member
0 Likes
968

CSKB - Cost element

SETLEAF - Cost Element Group.

Read only

Former Member
0 Likes
968

Hi,

Please refer the FM K23G_GET_COST_ELEMENTS.

OR table CSKB.

Thanks,

Sriram Ponna.

Read only

0 Likes
968

FM K23G_GET_COST_ELEMENTS

does not exist.

Read only

0 Likes
968

Hi,

you can use

BAPI_COSTCENTERGROUP_GETDETAIL

Regards

Kiran Sure

Read only

former_member194797
Active Contributor
0 Likes
968

See transaction OKB9 or table TKA3A.

Read only

christine_evans
Active Contributor
0 Likes
969

>

> Hi, experts,

>

> If I know a cost center, how can I find out all the cost elements which belong to the cost center?

>

> thanks

> RD

In my experience, cost centres and cost elements are different types of cost assignment codes and are totally independant of each other. Both are Controlling objects and can be used together on the same document line, but there is no direct relationship between the two.

Read only

former_member194797
Active Contributor
0 Likes
968

I agree with Christine: usually cost centers and cost elements are independent. If you want to have a link between a cost element and a cost center, you can use OKB9; otherwise there is no link.