<?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>Question Re: Hide Table control columns in Additional Q&amp;A</title>
    <link>https://community.sap.com/t5/additional-q-a/hide-table-control-columns/qaa-p/10132649#M118076</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Argh. This is not a table but a tree (TableTreeView). For this control there is no support for hiding of columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry,&lt;/P&gt;&lt;P&gt;Tobias.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Feb 2014 15:28:24 GMT</pubDate>
    <dc:creator>TobiasQueck</dc:creator>
    <dc:date>2014-02-07T15:28:24Z</dc:date>
    <item>
      <title>Hide Table control columns</title>
      <link>https://community.sap.com/t5/additional-q-a/hide-table-control-columns/qaq-p/10132644</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;Right no I am working in Personas to simplify CV01N transaction.&lt;/P&gt;&lt;P&gt;I would like to know how we can hide the columns of table control. for example in CV01N Originals table I want to view only File Name and hide all other columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your timely response is highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Initially I thought of merging the tabs in CV01N which would have helped the user big time, but I couldn't do much in that because of the mandatory fields present in the tabs(it would throw me an error if I put all tabs in one screen). let me know if this can be done in any way!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Originals Table.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/382384" height="78" width="519" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My screen so far.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/382412" height="174" width="515" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthikeya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 11:00:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/hide-table-control-columns/qaq-p/10132644</guid>
      <dc:creator>nmkarthikeya</dc:creator>
      <dc:date>2014-02-07T11:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Table control columns</title>
      <link>https://community.sap.com/t5/additional-q-a/hide-table-control-columns/qaa-p/10132645#M118072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In screen PBO you will need a module to 'hide' the table contro lfield&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;data&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;ls_cols &lt;SPAN class="L0S52"&gt;like &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;line &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;of &lt;/SPAN&gt;tc_my_tab_cont&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;cols&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;loop &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;at &lt;/SPAN&gt;tc_my_tab_cont&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;cols &lt;SPAN class="L0S52"&gt;into &lt;/SPAN&gt;cols&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; ls_cols&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;screen&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;input &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'0'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;if &lt;/SPAN&gt;ls_cols&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;screen&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;name &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'WA-MY_FIELD_TO_HIDE'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ls_cols&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;invisible &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'1'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;endif&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;modify &lt;/SPAN&gt;tc_my_tab_cont&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;cols &lt;SPAN class="L0S52"&gt;from &lt;/SPAN&gt;ls_cols &lt;SPAN class="L0S52"&gt;index &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;tabix&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;endloop&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 11:25:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/hide-table-control-columns/qaa-p/10132645#M118072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-07T11:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Table control columns</title>
      <link>https://community.sap.com/t5/additional-q-a/hide-table-control-columns/qaa-p/10132646#M118073</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 achieve this in&amp;nbsp; &lt;SPAN class="jive-content-footer-item"&gt;SAP Screen Personas.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="jive-content-footer-item"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="jive-content-footer-item"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 11:57:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/hide-table-control-columns/qaa-p/10132646#M118073</guid>
      <dc:creator>nmkarthikeya</dc:creator>
      <dc:date>2014-02-07T11:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Table control columns</title>
      <link>https://community.sap.com/t5/additional-q-a/hide-table-control-columns/qaa-p/10132647#M118074</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;Start the editor on the screen containing your table. Select a column by clicking on the column header and click on the hide button in the Personas edit-toolbar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Done. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/536/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Tobias.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: On your screenshot it looks like you did it already.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 12:01:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/hide-table-control-columns/qaa-p/10132647#M118074</guid>
      <dc:creator>TobiasQueck</dc:creator>
      <dc:date>2014-02-07T12:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Table control columns</title>
      <link>https://community.sap.com/t5/additional-q-a/hide-table-control-columns/qaa-p/10132648#M118075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tobias,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah I was hoping that it would be that simple but its not working &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/536/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The property of the element is as below, it has click-able header cells as false. I am not able to select a particular column to hide it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/382495" height="246" width="259" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Karthikeya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 12:08:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/hide-table-control-columns/qaa-p/10132648#M118075</guid>
      <dc:creator>nmkarthikeya</dc:creator>
      <dc:date>2014-02-07T12:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Table control columns</title>
      <link>https://community.sap.com/t5/additional-q-a/hide-table-control-columns/qaa-p/10132649#M118076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Argh. This is not a table but a tree (TableTreeView). For this control there is no support for hiding of columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry,&lt;/P&gt;&lt;P&gt;Tobias.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 15:28:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/hide-table-control-columns/qaa-p/10132649#M118076</guid>
      <dc:creator>TobiasQueck</dc:creator>
      <dc:date>2014-02-07T15:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Table control columns</title>
      <link>https://community.sap.com/t5/additional-q-a/hide-table-control-columns/qaa-p/10132650#M118077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tobias,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I copy data in a&amp;nbsp; table control just as we can copy data from ALV Grid? I want to pick all rows displayed in address overview table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 03:19:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/hide-table-control-columns/qaa-p/10132650#M118077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-14T03:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Table control columns</title>
      <link>https://community.sap.com/t5/additional-q-a/hide-table-control-columns/qaa-p/10132651#M118078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tobias,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have a scenario where I would like to copy information out of a tree.&amp;nbsp; Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~ Cheryl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 18:22:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/hide-table-control-columns/qaa-p/10132651#M118078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-21T18:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Table control columns</title>
      <link>https://community.sap.com/t5/additional-q-a/hide-table-control-columns/qaa-p/10132652#M118079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cheryl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what I understood from another discussion with Sushant, that as of now, copy table option for some complex elements like Tableview, is not supported. I am not sure whether tree is in that list, but in general, thats the situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Sushant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please correct me if I am wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 00:27:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/hide-table-control-columns/qaa-p/10132652#M118079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-24T00:27:40Z</dc:date>
    </item>
  </channel>
</rss>

