<?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: Problem with Module Pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-module-pool/m-p/1832706#M354716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When u want add radio Button, u have to declare a variable as char1 in internal table and in Screen when you transfer internal table fields to the Table control there is an option in which format field to be provided in Table control &lt;/P&gt;&lt;P&gt;1)Text2)CheckBox3)Radio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jan 2007 07:45:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-29T07:45:21Z</dc:date>
    <item>
      <title>Problem with Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-module-pool/m-p/1832705#M354715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to have radio buttons in Table Control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement: I need the selection rows in the Table Control to be done&lt;/P&gt;&lt;P&gt;through Radio Button Selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible or not?? If possible.. how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2007 07:27:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-module-pool/m-p/1832705#M354715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-29T07:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-module-pool/m-p/1832706#M354716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When u want add radio Button, u have to declare a variable as char1 in internal table and in Screen when you transfer internal table fields to the Table control there is an option in which format field to be provided in Table control &lt;/P&gt;&lt;P&gt;1)Text2)CheckBox3)Radio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2007 07:45:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-module-pool/m-p/1832706#M354716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-29T07:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-module-pool/m-p/1832707#M354717</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 can use 2 differnet table contols based on your radio button seletion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this would be the very raw way of doing it... Will get back if I can find a better solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2007 07:45:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-module-pool/m-p/1832707#M354717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-29T07:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-module-pool/m-p/1832708#M354718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Yes, it is possible to place a radion button in the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PAI of the screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check for radio  button filed value 'X'. then it is selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2007 07:45:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-module-pool/m-p/1832708#M354718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-29T07:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-module-pool/m-p/1832709#M354719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx Santosh.. but I got the answer&lt;/P&gt;&lt;P&gt;this is the answer for that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When u want to add radio Button in Table Control, u have to declare a variable as char1 in internal table and in Screen when you transfer internal table fields to the Table control there is an option in which format field to be provided in Table control &lt;/P&gt;&lt;P&gt;1)Text2)CheckBox3)Radio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx again for ur response anyway&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2007 07:46:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-module-pool/m-p/1832709#M354719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-29T07:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-module-pool/m-p/1832710#M354720</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;It is possible, see the following steps:&lt;/P&gt;&lt;P&gt;&amp;amp;#61550;	When you create a table control, the system automatically proposes one with a selection column.&lt;/P&gt;&lt;P&gt;&amp;amp;#61550;	The selection column behaves like a checkbox/Radio Button. It must therefore be a field with length 1 and data type CHAR. You must enter the field name in the attributes of the table control.&lt;/P&gt;&lt;P&gt;&amp;amp;#61550;	The selection column is a field of the structure used for transport between the screen and the ABAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-B S B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2007 07:51:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-module-pool/m-p/1832710#M354720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-29T07:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-module-pool/m-p/1832711#M354721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Neela,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess Actually I got the Question Wrong. I thought you need different fields in the table control..&lt;/P&gt;&lt;P&gt;Neway thanks again to correct me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2007 07:52:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-module-pool/m-p/1832711#M354721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-29T07:52:06Z</dc:date>
    </item>
  </channel>
</rss>

