‎2006 Oct 11 4:01 PM
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.
‎2006 Oct 11 4:07 PM
‎2006 Oct 11 4:07 PM
‎2006 Oct 11 4:10 PM
SELECT SINGLE descript FROM setheadert INTO desc
WHERE langu = sy-langu
AND setclass = '0101'
AND subclass = org_unit
AND setname = group.
Rob