<?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 info abt table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/info-abt-table-control/m-p/5026618#M1169353</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i had an iusse in TC.like there is a screen 100 called for 2-3 options, a TC is displyed for saving data with 3 fileds:matnr,maktx,mtart.but in one option,only on screen matnr &amp;amp; maktx are filled &amp;amp; saved,so i want during this option the 2 fileds shd disply in TC,1 field mtart shd be hidden,only for this selected option,rest to be displayed with other options.&lt;/P&gt;&lt;P&gt;please tell me  how to do this?what shd i write in PBO to hide the particular field during this option only.&lt;/P&gt;&lt;P&gt;regds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jan 2009 10:02:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-12T10:02:42Z</dc:date>
    <item>
      <title>info abt table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/info-abt-table-control/m-p/5026618#M1169353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i had an iusse in TC.like there is a screen 100 called for 2-3 options, a TC is displyed for saving data with 3 fileds:matnr,maktx,mtart.but in one option,only on screen matnr &amp;amp; maktx are filled &amp;amp; saved,so i want during this option the 2 fileds shd disply in TC,1 field mtart shd be hidden,only for this selected option,rest to be displayed with other options.&lt;/P&gt;&lt;P&gt;please tell me  how to do this?what shd i write in PBO to hide the particular field during this option only.&lt;/P&gt;&lt;P&gt;regds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 10:02:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/info-abt-table-control/m-p/5026618#M1169353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T10:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: info abt table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/info-abt-table-control/m-p/5026619#M1169354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can write the below logic in PBO which we generally write in AT SELECTION-SCREEN OUTPUT event. Please write your own piece of business logic to make the fields input enabled, disabled, hidden.. etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;  if screen-name eq 'XYZ'.&lt;/P&gt;&lt;P&gt;     ........&lt;/P&gt;&lt;P&gt;  else. &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;  modify screen.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;RSS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 11:26:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/info-abt-table-control/m-p/5026619#M1169354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T11:26:27Z</dc:date>
    </item>
  </channel>
</rss>

