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: 

retrive cost element data

Former Member
0 Kudos
127

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

Former Member
0 Kudos
90

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

Former Member
0 Kudos
91

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

0 Kudos
90

thanks latit..

ill see it and let u know