<?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 radio buttons disabling functionality in OOPS ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-buttons-disabling-functionality-in-oops-alv/m-p/6335397#M1396679</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 am facing this peculiar problem in OOPS ALV. the requirement was to have a field and 2 radio buttons in ALV as editable when user clicks on CHANGE mode. but initially the table should be in display mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the icons in ALV to provide the radio button functioanlity and its working.. but cant find solution to these 2 issues:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) how to make radio button display only ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) when appending a new row in the ALV, its just appending a row with 4 columns ( 2 of field and 2 of radio button), but it is not able to append icons by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KIndly provide help on this. let me know if u need to clarify anything..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankx in advance,&lt;/P&gt;&lt;P&gt;Rohan Malik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Nov 2009 07:20:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-17T07:20:12Z</dc:date>
    <item>
      <title>radio buttons disabling functionality in OOPS ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-buttons-disabling-functionality-in-oops-alv/m-p/6335397#M1396679</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 am facing this peculiar problem in OOPS ALV. the requirement was to have a field and 2 radio buttons in ALV as editable when user clicks on CHANGE mode. but initially the table should be in display mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the icons in ALV to provide the radio button functioanlity and its working.. but cant find solution to these 2 issues:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) how to make radio button display only ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) when appending a new row in the ALV, its just appending a row with 4 columns ( 2 of field and 2 of radio button), but it is not able to append icons by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KIndly provide help on this. let me know if u need to clarify anything..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankx in advance,&lt;/P&gt;&lt;P&gt;Rohan Malik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2009 07:20:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-buttons-disabling-functionality-in-oops-alv/m-p/6335397#M1396679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-17T07:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: radio buttons disabling functionality in OOPS ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-buttons-disabling-functionality-in-oops-alv/m-p/6335398#M1396680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure whether I understood your question correctly. I cant visualise your output .&lt;/P&gt;&lt;P&gt;To add icons while appending a new row to the output &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all you need to have  a field icon ( of type icon_d ) in your output table.&lt;/P&gt;&lt;P&gt;While appending the row you have to explicitly right the icon name to that field &lt;/P&gt;&lt;P&gt;l_record-icon = '@#12' something like that  which you get from the type pool icons&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 18:40:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-buttons-disabling-functionality-in-oops-alv/m-p/6335398#M1396680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-18T18:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: radio buttons disabling functionality in OOPS ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-buttons-disabling-functionality-in-oops-alv/m-p/6335399#M1396681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arshad, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually i was using  standard create new row functionality in the ALV and it was not showing the radio button (as the user wanted to have the radio button with default status on when he inserts new row.), so now i have used my own logic on my custom button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the answer.. as i also did the same thing..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Rohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 06:39:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-buttons-disabling-functionality-in-oops-alv/m-p/6335399#M1396681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-19T06:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: radio buttons disabling functionality in OOPS ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-buttons-disabling-functionality-in-oops-alv/m-p/6335400#M1396682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i used the &lt;STRONG&gt;is_ready_for_input&lt;/STRONG&gt; of class  &lt;STRONG&gt;cl_gui_alv_grid&lt;/STRONG&gt; to disable the buttons in display mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rohan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rohan Malik on Nov 19, 2009 7:42 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 06:40:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-buttons-disabling-functionality-in-oops-alv/m-p/6335400#M1396682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-19T06:40:30Z</dc:date>
    </item>
  </channel>
</rss>

