<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Plz help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/plz-help/m-p/3055074#M723442</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I want to print the cost element group higherarchy discription from the tcode KAH3.&lt;/P&gt;&lt;P&gt;  Can any one tell how to get the discription of the higherarchy from the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Point will be sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mohana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Nov 2007 16:13:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-20T16:13:04Z</dc:date>
    <item>
      <title>Plz help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/plz-help/m-p/3055074#M723442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I want to print the cost element group higherarchy discription from the tcode KAH3.&lt;/P&gt;&lt;P&gt;  Can any one tell how to get the discription of the higherarchy from the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Point will be sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mohana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 16:13:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/plz-help/m-p/3055074#M723442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T16:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Plz help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/plz-help/m-p/3055075#M723443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;start KAH3&lt;/P&gt;&lt;P&gt;click in the field cost element group&lt;/P&gt;&lt;P&gt;press F4...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 16:24:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/plz-help/m-p/3055075#M723443</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2007-11-20T16:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Plz help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/plz-help/m-p/3055076#M723444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use this FM to get the values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select single * from setheader
into l_header
 where
SETNAME   = &amp;lt;your_costcenter_group&amp;gt;

concatenatel_header-SETCLASS  
l_header-SUBCLASS  
l_header-SETNAME
into l_setid.

data: gt_setvalue TYPE STANDARD TABLE OF setvalues.


        CALL FUNCTION 'G_SET_TREE_IMPORT'
          EXPORTING
           client                          = sy-mandt
           langu                           = sy-langu
           setid                           = set_id
         TABLES
           set_values                      = gt_setvalue
         EXCEPTIONS
           SET_NOT_FOUND                   = 1
           ILLEGAL_FIELD_REPLACEMENT       = 2
           ILLEGAL_TABLE_REPLACEMENT       = 3
           SET_IS_DAMAGED                  = 4
           OTHERS                          = 5.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the description, use the values from the GT_SETVALUE and take the description from CSKT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 16:37:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/plz-help/m-p/3055076#M723444</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-20T16:37:16Z</dc:date>
    </item>
  </channel>
</rss>

