<?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 Disabling table control select button and seting focus on field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-table-control-select-button-and-seting-focus-on-field/m-p/6965286#M1490410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am working on Module pool i need sum help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I have created table control in on screen 200 with selection button using table controil wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;depend on the one field value i want to disable user selection for that particular record.&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;there are 5 record in control then user can select one record at a time n that value will pass to another screen.&lt;/P&gt;&lt;P&gt;but if status field value is ICON_LOCKED then user cant select that particular record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)  on screen 100 am having 10 fileds n validating all thefileds.&lt;/P&gt;&lt;P&gt;for  all 10 fields i have written " field gpart module check bp on input " in PAI of 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as soon as user enter wrong value i want show error message n focus cursor on that particular field for input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly help as soon as possible am in need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jun 2010 10:35:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-10T10:35:29Z</dc:date>
    <item>
      <title>Disabling table control select button and seting focus on field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-table-control-select-button-and-seting-focus-on-field/m-p/6965286#M1490410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am working on Module pool i need sum help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I have created table control in on screen 200 with selection button using table controil wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;depend on the one field value i want to disable user selection for that particular record.&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;there are 5 record in control then user can select one record at a time n that value will pass to another screen.&lt;/P&gt;&lt;P&gt;but if status field value is ICON_LOCKED then user cant select that particular record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)  on screen 100 am having 10 fileds n validating all thefileds.&lt;/P&gt;&lt;P&gt;for  all 10 fields i have written " field gpart module check bp on input " in PAI of 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as soon as user enter wrong value i want show error message n focus cursor on that particular field for input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly help as soon as possible am in need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 10:35:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-table-control-select-button-and-seting-focus-on-field/m-p/6965286#M1490410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-10T10:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling table control select button and seting focus on field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-table-control-select-button-and-seting-focus-on-field/m-p/6965287#M1490411</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;1) you can take a look at the CXTAB_CONTROL structure for all the options &lt;/P&gt;&lt;P&gt;u can use with table control..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think u can use tablecontroname-LINE_SEL_MODE = '0' to lock the &lt;/P&gt;&lt;P&gt;selection but not aware of disabling selction of particular line..&lt;/P&gt;&lt;P&gt;u have to make the changes in the pbo of the table control..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)to focus cursor you have to use SET CURSOR command.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 11:25:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-table-control-select-button-and-seting-focus-on-field/m-p/6965287#M1490411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-10T11:25:40Z</dc:date>
    </item>
  </channel>
</rss>

