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

retrive cost element data

Former Member
0 Likes
453

hi experts,

i want to retrieve cost element for some sales document(vbeln)

but i dont know where i can find cost element for it.

i have tried cska,cskb,csku..

please help.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
416

Hi

for finding the cost element you need to do following

first find the cost center(KOSTL) and controlling area (KOKRS ) from table CSKS.

and then for this KOSTL and KOKRS find OBJNR from table CSSL.

Then for this OBJNR find cost element (KSTAR) from table CSKS.

i hope this will work for you.

thanks

Lalit

2 REPLIES 2
Read only

Former Member
0 Likes
417

Hi

for finding the cost element you need to do following

first find the cost center(KOSTL) and controlling area (KOKRS ) from table CSKS.

and then for this KOSTL and KOKRS find OBJNR from table CSSL.

Then for this OBJNR find cost element (KSTAR) from table CSKS.

i hope this will work for you.

thanks

Lalit

Read only

0 Likes
416

thanks latit..

ill see it and let u know