<?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: Requirement in Table  Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/requirement-in-table-control/m-p/4814796#M1126853</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;if you double click the table control in the screen painter there is w/selcolumn&lt;/P&gt;&lt;P&gt;give the name as itab-ind like that&lt;/P&gt;&lt;P&gt;if you check it you will get a button at the leftmost of the table control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add one more field with the same name in the program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen&lt;/P&gt;&lt;P&gt;if itab-ind = 'X'.&lt;/P&gt;&lt;P&gt;if screen-group1 = 'GRP'.&lt;/P&gt;&lt;P&gt;SCREEN-input = 0.&lt;/P&gt;&lt;P&gt;screen-active = 0.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will serve your purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Nov 2008 11:21:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-27T11:21:24Z</dc:date>
    <item>
      <title>Requirement in Table  Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/requirement-in-table-control/m-p/4814792#M1126849</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;How do i make the non key fields inactive after selecting the row in table control. Please tell me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 11:09:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/requirement-in-table-control/m-p/4814792#M1126849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T11:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Requirement in Table  Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/requirement-in-table-control/m-p/4814793#M1126850</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;group all the non key field to a group id in screen painter( there are 4 groups )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen&lt;/P&gt;&lt;P&gt;if screen-group1 = 'GRP'.&lt;/P&gt;&lt;P&gt;SCREEN-INPUT = 0.&lt;/P&gt;&lt;P&gt;SCREEN-ACTIVE = 0.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is clear to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 11:12:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/requirement-in-table-control/m-p/4814793#M1126850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T11:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Requirement in Table  Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/requirement-in-table-control/m-p/4814794#M1126851</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;Thanks for your reply. But my question is if the table control has a colmun which we use to select the row then after doing this the non key fields should be inactive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the column does not have function code then how will i code it. Please clear me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks , Ahmed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 11:16:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/requirement-in-table-control/m-p/4814794#M1126851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T11:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Requirement in Table  Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/requirement-in-table-control/m-p/4814795#M1126852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try tihs :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To disable/enable fields of a column you can use the field SCREEN-INPUT of the&lt;/P&gt;&lt;P&gt;structure CXTAB_COLUMN and set its value to 0 or 1.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;To disable input at column 4 of the table control .&lt;/P&gt;&lt;P&gt;DATA col LIKE LINE OF tab_con-COLS.&lt;/P&gt;&lt;P&gt;READ TABLE tab_con-COLS INTO col INDEX 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;col-SCREEN-INPUT = 0 .&lt;/P&gt;&lt;P&gt;MODIFY tab_con-COLS FROM col INDEX 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for more detailed info on CXTAB_COLUMN:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/9f/dbac9f35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/9f/dbac9f35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Neha Shukla on Nov 27, 2008 4:48 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 11:17:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/requirement-in-table-control/m-p/4814795#M1126852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T11:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Requirement in Table  Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/requirement-in-table-control/m-p/4814796#M1126853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;if you double click the table control in the screen painter there is w/selcolumn&lt;/P&gt;&lt;P&gt;give the name as itab-ind like that&lt;/P&gt;&lt;P&gt;if you check it you will get a button at the leftmost of the table control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add one more field with the same name in the program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen&lt;/P&gt;&lt;P&gt;if itab-ind = 'X'.&lt;/P&gt;&lt;P&gt;if screen-group1 = 'GRP'.&lt;/P&gt;&lt;P&gt;SCREEN-input = 0.&lt;/P&gt;&lt;P&gt;screen-active = 0.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will serve your purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 11:21:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/requirement-in-table-control/m-p/4814796#M1126853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T11:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Requirement in Table  Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/requirement-in-table-control/m-p/4814797#M1126854</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;Actually after i select it ,those fields should go immediately disable. But there is no movement of control either to PAI OR PBO as there is no function code available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks , Ahmed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 11:21:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/requirement-in-table-control/m-p/4814797#M1126854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T11:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Requirement in Table  Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/requirement-in-table-control/m-p/4814798#M1126855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please clear my doubt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 11:27:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/requirement-in-table-control/m-p/4814798#M1126855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T11:27:33Z</dc:date>
    </item>
  </channel>
</rss>

