<?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 Re: Problem in Hierarchical Sequential List in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-hierarchical-sequential-list/m-p/8056018#M1612235</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you cannot use that cell type with hierarchical list display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead try to put EDIT = 'X' in the corresponding entry of field catalog&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Aug 2011 11:17:09 GMT</pubDate>
    <dc:creator>franois_henrotte</dc:creator>
    <dc:date>2011-08-31T11:17:09Z</dc:date>
    <item>
      <title>Problem in Hierarchical Sequential List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-hierarchical-sequential-list/m-p/8056017#M1612234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am developing an Hierarchical ALV List using OOABAP. In the output list, I have a checkbox to be displayed. I have taken the cell type as "CHECKBOX", it is displaying as disabled. I searched some sites for the resolution, it is mentioned if we take cell type as "CHECKBOX_HOTSPOT" then it will be disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I tried that as well. When I used that program is giving me a dump. Please find the dump below. Request you all to provide a faster solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;    An exception occurred which is explained in detail below.&lt;/P&gt;&lt;P&gt;    The exception, which is assigned to class 'CX_SALV_METHOD_NOT_SUPPORTED', was&lt;/P&gt;&lt;P&gt;     not caught and&lt;/P&gt;&lt;P&gt;    therefore caused a runtime error.&lt;/P&gt;&lt;P&gt;    The reason for the exception is:&lt;/P&gt;&lt;P&gt;    Class COLUMNCLASS, method SET_CELL_TYPEMETHOD not supported for&lt;/P&gt;&lt;P&gt;    CL_SALV_HIERSEQ_TABLEOBJECT KEY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Information on where terminated&lt;/P&gt;&lt;P&gt;    Termination occurred in the ABAP program "CL_SALV_COLUMN================CP" -&lt;/P&gt;&lt;P&gt;     in "RAISE_METHOD_ONLY_VALID_FOR".&lt;/P&gt;&lt;P&gt;    The main program was "ZZSMB004_FSE_FILLUP_TEST ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    In the source code you have the termination point in line 95&lt;/P&gt;&lt;P&gt;    of the (Include) program "CL_SALV_COLUMN================CM01Q".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SourceCde&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          read table t_valid&lt;/P&gt;&lt;P&gt;            with key model  = if_salv_c_model=&amp;gt;table&lt;/P&gt;&lt;P&gt;                     object = if_salv_c_table_objects=&amp;gt;list&lt;/P&gt;&lt;P&gt;            transporting no fields.&lt;/P&gt;&lt;P&gt;          if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;            l_exit = abap_false.&lt;/P&gt;&lt;P&gt;          endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          l_key = text-k03.&lt;/P&gt;&lt;P&gt;      endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    when if_salv_c_model=&amp;gt;hierseq.&lt;/P&gt;&lt;P&gt;      read table t_valid with key model = if_salv_c_model=&amp;gt;hierseq&lt;/P&gt;&lt;P&gt;        transporting no fields.&lt;/P&gt;&lt;P&gt;      if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;        l_exit = abap_false.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;      l_object = text-o03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    when if_salv_c_model=&amp;gt;tree.&lt;/P&gt;&lt;P&gt;      read table t_valid with key model = if_salv_c_model=&amp;gt;table&lt;/P&gt;&lt;P&gt;        transporting no fields.&lt;/P&gt;&lt;P&gt;      if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;        l_exit = abap_false.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;      l_object = text-o04.&lt;/P&gt;&lt;P&gt;  endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  check l_exit eq abap_false.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  raise exception type cx_salv_method_not_supported&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      class  = l_class&lt;/P&gt;&lt;P&gt;      method = l_method&lt;/P&gt;&lt;P&gt;      object = l_object&lt;/P&gt;&lt;P&gt;      key    = l_key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 10:43:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-hierarchical-sequential-list/m-p/8056017#M1612234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-26T10:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Hierarchical Sequential List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-hierarchical-sequential-list/m-p/8056018#M1612235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you cannot use that cell type with hierarchical list display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead try to put EDIT = 'X' in the corresponding entry of field catalog&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 11:17:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-hierarchical-sequential-list/m-p/8056018#M1612235</guid>
      <dc:creator>franois_henrotte</dc:creator>
      <dc:date>2011-08-31T11:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Hierarchical Sequential List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-hierarchical-sequential-list/m-p/8056019#M1612236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Smitha ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the Cell Style (you mean CELLTAB) that you have taken as checkbox.&lt;/P&gt;&lt;P&gt;Now pass this while editing the cell styles.&lt;/P&gt;&lt;P&gt;          X_CELL-STYLE     = CL_GUI_ALV_GRID=&amp;gt;MC_STYLE_ENABLED.&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 11:33:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-hierarchical-sequential-list/m-p/8056019#M1612236</guid>
      <dc:creator>Venkat_Sesha</dc:creator>
      <dc:date>2011-08-31T11:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Hierarchical Sequential List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-hierarchical-sequential-list/m-p/8056020#M1612237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; check program SALV_DEMO_HIERSEQ_COLUMN, hope this may help you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 05:14:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-hierarchical-sequential-list/m-p/8056020#M1612237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-06T05:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Hierarchical Sequential List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-hierarchical-sequential-list/m-p/8056021#M1612238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I resolved it myself. Thanks for your responses.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 08:48:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-hierarchical-sequential-list/m-p/8056021#M1612238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-28T08:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Hierarchical Sequential List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-hierarchical-sequential-list/m-p/8056022#M1612239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Smitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did you resolve this. Kindly elaborate.&lt;/P&gt;&lt;P&gt;I am facing same problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 06:34:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-hierarchical-sequential-list/m-p/8056022#M1612239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-30T06:34:22Z</dc:date>
    </item>
  </channel>
</rss>

