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

Hierarchy

Former Member
0 Likes
600

Hi,

I want to get the cost center hierarchy text. Can some one tell me if there is any table from which i can pick it up.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
566

SETHEADERT

Rob

Hi,

I want to get the cost center hierarchy text. Can some one tell me if there is any table from which i can pick it up.

Thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
567

SETHEADERT

Rob

Read only

0 Likes
566

SELECT SINGLE descript FROM setheadert INTO desc

WHERE langu = sy-langu

AND setclass = '0101'

AND subclass = org_unit

AND setname = group.

Rob