cancel
Showing results for 
Search instead for 
Did you mean: 

Report to display Alternate Hierarchy for Cost Center

Former Member
0 Kudos

Hello,

I just wanted to asked if there is an available standard report in SAP where we can view Alternate Hierarchy for every cost center. We would also like to view cost center that do not have an alternate hierarchy.

Are there tables available to check these data?

Thanks.

Canto

Accepted Solutions (0)

Answers (1)

Answers (1)

iklovski
Active Contributor
0 Kudos

Hi,

In any standard CO report you have an option to run for a cost centre group, which could be either standard cost centre hierarchy or alternate group. Groups are stored in SETHEADER, SETNODE and SETLEAF tables (0101 class). By comparing two groups (via KSH3), you can see the difference between standard hierarchy, to which ALL cost centres are assigned, and an alternate group.

Regards,


Eli

Former Member
0 Kudos

Hi Eli,

How can I know if a hierarchy is a standard or an alternate by checking CO reports and tables you've mentioned? Are there any indicators that can identify the type of hierarchy?

Sorry I don' have that much knowledge in CO.

Thanks.

Canto

iklovski
Active Contributor
0 Kudos

Hi,

Standard hierarchy code is stored in TKA01 table (field KHINR). So, the value that you find there will be in SETHEADER as well, as code for the main group of standard hierarchy. If you need to incorporate this info in a program, you can use BAPI_COSTCENTERGROUP_GETDETAIL.

Regards,

Eli