<?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: Hide fields in Table Maintenance generator ?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-table-maintenance-generator/m-p/14015974#M2038501</link>
    <description>&lt;P&gt;My table is ZSVEMPLOYEE_1 and it has fields like ID,Name,School,College,DOJ. now I need to hide School field.&amp;nbsp; if im trying to do the above code i got an error like tctrl_zsvemployee_1-cols is unknown, but if trying to access in Debugging i am able to access that&amp;nbsp;tctrl_zsvemployee_1-cols and i can pass values to Screen in debugging.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2025-02-13 14_59_31-Greenshot.png"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/225517i3D29617889E9BBEA/image-size/large?v=v2&amp;amp;px=999" alt="2025-02-13 14_59_31-Greenshot.png" title="2025-02-13 14_59_31-Greenshot.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2025-02-13 15_07_58-Greenshot.png"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/225519i59509FE93F0F417E/image-size/large?v=v2&amp;amp;px=999" alt="2025-02-13 15_07_58-Greenshot.png" title="2025-02-13 15_07_58-Greenshot.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2025-02-13 15_08_12-Greenshot.png"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/225518iB6781808F48F48F7/image-size/large?v=v2&amp;amp;px=999" alt="2025-02-13 15_08_12-Greenshot.png" title="2025-02-13 15_08_12-Greenshot.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Feb 2025 09:40:35 GMT</pubDate>
    <dc:creator>SuryaaVamsi</dc:creator>
    <dc:date>2025-02-13T09:40:35Z</dc:date>
    <item>
      <title>Hide fields in Table Maintenance generator ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-table-maintenance-generator/m-p/11478806#M1931089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAPers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to hide two fields in table maintenance generator (SM30) at the time of&amp;nbsp; ' Display ' button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to hide by use EVENT here ??&lt;/P&gt;&lt;P&gt;Table- ztable&lt;/P&gt;&lt;P&gt;Field: INDEX ,&amp;nbsp; VARIANT&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/881270" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Niraj Sinha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 12:09:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-table-maintenance-generator/m-p/11478806#M1931089</guid>
      <dc:creator>niraj_sinha4</dc:creator>
      <dc:date>2016-02-04T12:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hide fields in Table Maintenance generator ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-table-maintenance-generator/m-p/11478807#M1931090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you simply change the field attributes to 'H' / remove them from maintenance view for the fields you want to hide? Do you need to assign value to them in the background?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: Or if you generated your maintenance view directly to a transparent table rather go for a maintenance view instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Gábor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Gábor Márián&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 12:28:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-table-maintenance-generator/m-p/11478807#M1931090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-04T12:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hide fields in Table Maintenance generator ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-table-maintenance-generator/m-p/11478808#M1931091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks gabor for your replay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No I don't need to assign any value.&lt;/P&gt;&lt;P&gt;But i want to Hide only at the time of display button,&lt;/P&gt;&lt;P&gt;but in case of MAINTAIN, it should be change with display all the fileds ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible through SE11. ??&lt;/P&gt;&lt;P&gt;OR do you have any Idea by using Event in Maintenance generator ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards..&lt;/P&gt;&lt;P&gt;Niraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 12:40:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-table-maintenance-generator/m-p/11478808#M1931091</guid>
      <dc:creator>niraj_sinha4</dc:creator>
      <dc:date>2016-02-04T12:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hide fields in Table Maintenance generator ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-table-maintenance-generator/m-p/11478809#M1931092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In table maint.dialog generation go to environment -&amp;gt; mofifications -&amp;gt; maintenance sreens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use this example in PBO sccreen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use structure 'cols'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check SY-UCOMM = 'SHOW'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at control-cols into wa_cols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if wa_cols-index = 2. "your hidden column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_cols-invisible = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify control-cols from wa_cols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 12:43:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-table-maintenance-generator/m-p/11478809#M1931092</guid>
      <dc:creator>leonardo_buryanteixeira</dc:creator>
      <dc:date>2016-02-04T12:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Hide fields in Table Maintenance generator ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-table-maintenance-generator/m-p/11478810#M1931093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out Environment-&amp;gt;Modification-&amp;gt;Maintenance Screens and then modify the table control settings at PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 12:44:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-table-maintenance-generator/m-p/11478810#M1931093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-04T12:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hide fields in Table Maintenance generator ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-table-maintenance-generator/m-p/11478811#M1931094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not a big fan of manually changing the TMG screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create 2 Maintenance views viz., ZVW_CHNG &amp;amp; ZVW_DISP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the display view &lt;SPAN style="font-size: 13.3333px;"&gt;ZVW_DISP&lt;/SPAN&gt;, set the maintenance status to "Read only".&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/881318" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;the maintenance attribute for the field(s) as 'H'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/881319" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 13:02:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-table-maintenance-generator/m-p/11478811#M1931094</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2016-02-04T13:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hide fields in Table Maintenance generator ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-table-maintenance-generator/m-p/11478812#M1931095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I completely agree. In this case two is better than one. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Programatically I think the only place where this could work is the PBO (as others described), but the re-generation of the maintenance screen would whipe out the modifications every time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 13:31:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-table-maintenance-generator/m-p/11478812#M1931095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-04T13:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hide fields in Table Maintenance generator ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-table-maintenance-generator/m-p/11478813#M1931096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gabor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already done this, but I have to hide the complete row not only the data. &lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN class="L0S52"&gt;BREAK-POINT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CASE &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;ucomm&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;WHEN &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'SHOW'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SCREEN&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &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;'ZTABLE-CD_IDENTNUMBER'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;screen&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;invisible &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;screen&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;output &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;screen&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;active &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ELSEIF &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;'ZTABLE-CD_COVAR'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;screen&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;invisible &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;screen&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;output &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;screen&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;active &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODIFY &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SCREEN&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDCASE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/881384" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Niraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 14:19:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-table-maintenance-generator/m-p/11478813#M1931096</guid>
      <dc:creator>niraj_sinha4</dc:creator>
      <dc:date>2016-02-04T14:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hide fields in Table Maintenance generator ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-table-maintenance-generator/m-p/11478814#M1931097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First identify an Extended Table Maintenance Event that is triggered at PBO level (*), and then update the control (table_view) structure (some TCTRL_Zxxxx) loop at the itab component &lt;SPAN style="font-size: 10pt;"&gt;COLS and set the INVISIBLE subfield.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Raymond&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt;(*) For example: start debug at start of module liste_initialisieren (include LSVIMOXX) and CHECK &lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;STATUS-ACTION EQ &lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt;ANZEIGEN for display mode&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 15:29:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-table-maintenance-generator/m-p/11478814#M1931097</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-02-04T15:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hide fields in Table Maintenance generator ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-table-maintenance-generator/m-p/11478815#M1931098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isn't the scenario with two maintenance views sufficient for you? Why do you have to use exactly one?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 16:33:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-table-maintenance-generator/m-p/11478815#M1931098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-04T16:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hide fields in Table Maintenance generator ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-table-maintenance-generator/m-p/11478816#M1931099</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;&amp;nbsp; Using PBO Module we can hide the columns. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the below example.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Flow Logic:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/881504" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use below code to Hide the Columns. All TMG table control name start with &lt;STRONG&gt;tctrl_&lt;/STRONG&gt; and&lt;/P&gt;&lt;P&gt;Screen handling through &lt;STRONG&gt;cols&lt;/STRONG&gt; deep structure table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Code:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/881507" width="450" /&gt;&lt;/P&gt;&lt;P&gt;When user click display button above mentioned field has been hide.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if user click other button, all field has been shown.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Maintain Button:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/881508" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Display Button:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/881509" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 18:25:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-table-maintenance-generator/m-p/11478816#M1931099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-04T18:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hide fields in Table Maintenance generator ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-table-maintenance-generator/m-p/11478817#M1931100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank Vaigunda,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was the correct one... &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Niraj Sinha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 19:23:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-table-maintenance-generator/m-p/11478817#M1931100</guid>
      <dc:creator>niraj_sinha4</dc:creator>
      <dc:date>2016-02-04T19:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hide fields in Table Maintenance generator ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-table-maintenance-generator/m-p/14015974#M2038501</link>
      <description>&lt;P&gt;My table is ZSVEMPLOYEE_1 and it has fields like ID,Name,School,College,DOJ. now I need to hide School field.&amp;nbsp; if im trying to do the above code i got an error like tctrl_zsvemployee_1-cols is unknown, but if trying to access in Debugging i am able to access that&amp;nbsp;tctrl_zsvemployee_1-cols and i can pass values to Screen in debugging.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2025-02-13 14_59_31-Greenshot.png"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/225517i3D29617889E9BBEA/image-size/large?v=v2&amp;amp;px=999" alt="2025-02-13 14_59_31-Greenshot.png" title="2025-02-13 14_59_31-Greenshot.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2025-02-13 15_07_58-Greenshot.png"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/225519i59509FE93F0F417E/image-size/large?v=v2&amp;amp;px=999" alt="2025-02-13 15_07_58-Greenshot.png" title="2025-02-13 15_07_58-Greenshot.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2025-02-13 15_08_12-Greenshot.png"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/225518iB6781808F48F48F7/image-size/large?v=v2&amp;amp;px=999" alt="2025-02-13 15_08_12-Greenshot.png" title="2025-02-13 15_08_12-Greenshot.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 09:40:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-fields-in-table-maintenance-generator/m-p/14015974#M2038501</guid>
      <dc:creator>SuryaaVamsi</dc:creator>
      <dc:date>2025-02-13T09:40:35Z</dc:date>
    </item>
  </channel>
</rss>

