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 structure

Former Member
0 Likes
1,047

Hi!

Can anyone please provide me a function module, or table, where the cost centre structure can be found?

This structure can be maintained with transaction OKEON, and I have to read it in my program.

Thank you

Tamá

1 ACCEPTED SOLUTION
Read only

JozsefSzikszai
Active Contributor
0 Likes
791

hi Tamás,

pls. check tables:

SETHEADER

SETNODE

SETLEAF

hope this helps

ec

Hi!

Can anyone please provide me a function module, or table, where the cost centre structure can be found?

This structure can be maintained with transaction OKEON, and I have to read it in my program.

Thank you

Tamá

4 REPLIES 4
Read only

JozsefSzikszai
Active Contributor
0 Likes
792

hi Tamás,

pls. check tables:

SETHEADER

SETNODE

SETLEAF

hope this helps

ec

Read only

JozsefSzikszai
Active Contributor
0 Likes
791

Meanwhile I also found this: BAPI_COSTCENTERGROUP_GETDETAIL

Read only

Former Member
0 Likes
791

Hi

Look for this table B066

Hope it would help you

Regards,

Venkatram

Read only

Former Member
0 Likes
791

Hi,

Generally CCSS is the structure which contains all co fields.

from the table t008s table u can read the table with set header etc.

and u can see bapi_costelement_list and to get cost element and from the particular group and controlling area.