<?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 table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4983915#M1161153</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can  i make group in radio button in table control ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually i want group in radio button like ok and cancel.&lt;/P&gt;&lt;P&gt;both used in table control&lt;/P&gt;&lt;P&gt;if ok is click than cancel is disable or viceversa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Jan 2009 07:10:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-16T07:10:37Z</dc:date>
    <item>
      <title>table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4983915#M1161153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can  i make group in radio button in table control ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually i want group in radio button like ok and cancel.&lt;/P&gt;&lt;P&gt;both used in table control&lt;/P&gt;&lt;P&gt;if ok is click than cancel is disable or viceversa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 07:10:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4983915#M1161153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T07:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4983916#M1161154</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;You want to arrange two Radio button in two defferent columns(like separate fields)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One button for Cancel(when clicked) and Ok(when not selected)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outside of the table control and to effect the table control rows or column?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get back here again with detailed technical view of your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen.I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 07:17:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4983916#M1161154</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2009-01-16T07:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4983917#M1161155</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 think you must be talking about push buttons in table control.&lt;/P&gt;&lt;P&gt;group the push buttons in screen painter and use the following syntax for anabling/disabling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN&lt;/P&gt;&lt;P&gt;    IF group-name u201C gp1u2019.&lt;/P&gt;&lt;P&gt;        screen-invisible = u20181u2019.&lt;/P&gt;&lt;P&gt;        MODIFY screen.&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;Regards&lt;/P&gt;&lt;P&gt;Rajesh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 07:17:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4983917#M1161155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T07:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4983918#M1161156</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;select the radio buttons and goto Edit--&lt;DEL&gt;&amp;gt; Grouping&lt;/DEL&gt;-&amp;gt; Radiobutton Group---&amp;gt; Define.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sathish Reddy on Jan 16, 2009 12:49 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 07:18:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4983918#M1161156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T07:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4983919#M1161157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are certain prerequisites to enable the radio button in the Table Control. Below are the steps that summarize them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create a struc with the field of CHAR 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Create a Table Control from the Structure using the Wizard. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Now, while creating Table Control, you need to mark the CHAR 01 field as CHECKBOX. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. In the Screen Painter, select that CHECKBOX field and then right mouse click and then mark it as Radiobutton. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. SAVE and ACTIVATE it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To define group &lt;/P&gt;&lt;P&gt; go to screen painter layout, select the two radiobutton and then go to&lt;/P&gt;&lt;P&gt; Edit--&lt;DEL&gt;&amp;gt; Grouping&lt;/DEL&gt;-&amp;gt; Radiobutton Group---&amp;gt; Define&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 07:18:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4983919#M1161157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T07:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4983920#M1161158</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;Take a table control, darg and drop two radiobuttons in the table control.&lt;/P&gt;&lt;P&gt;Give the name as &lt;STRONG&gt;OK&lt;/STRONG&gt; and &lt;STRONG&gt;CANCEL&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Now press and hold control key and select both the radiobuttons and then just right-click --&amp;gt;&lt;/STRONG&gt; &lt;STRONG&gt;Radiobutton group --&amp;gt; define&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will now have these two radoibuttons in a sinlge group and only one them can be selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Tarun Gambhir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 07:21:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4983920#M1161158</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-01-16T07:21:51Z</dc:date>
    </item>
  </channel>
</rss>

