<?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: Hello Experts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hello-experts/m-p/1604413#M271330</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are in different direction.&lt;/P&gt;&lt;P&gt;What I need is :&lt;/P&gt;&lt;P&gt;I need to change the text for checkbox only..I'm able to display text for the checkbox. but not able to change the text in the selection screen.&lt;/P&gt;&lt;P&gt;I am using ALV for my Report. Can we do something here?&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Alekhya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Oct 2006 09:41:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-10T09:41:42Z</dc:date>
    <item>
      <title>Hello Experts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hello-experts/m-p/1604410#M271327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a requirment like this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a check box in the selection screen, by default it has text like 'xyz'. In the selection screen itself, user wants to change the text while executing it should be displayed as column heading. &lt;/P&gt;&lt;P&gt;If anyone knows about,Can you provide peice of code for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Alekhya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 09:27:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hello-experts/m-p/1604410#M271327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-10T09:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Experts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hello-experts/m-p/1604411#M271328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;abap editor--&lt;DEL&gt;&amp;gt;go to&lt;/DEL&gt;&lt;DEL&gt;&amp;gt;text element&lt;/DEL&gt;&lt;DEL&gt;&amp;gt;selection text&lt;/DEL&gt;&lt;DEL&gt;&amp;gt;chachange radio button name.&lt;/DEL&gt;-&amp;gt;save ---&amp;gt;activate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 09:32:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hello-experts/m-p/1604411#M271328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-10T09:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Experts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hello-experts/m-p/1604412#M271329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best way is to have a parameter next to check box parameter...In your code, initialise the name_parameter with 'xyz' and surely the user can enter the required text...which can be used as column heading.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 09:35:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hello-experts/m-p/1604412#M271329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-10T09:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Experts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hello-experts/m-p/1604413#M271330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are in different direction.&lt;/P&gt;&lt;P&gt;What I need is :&lt;/P&gt;&lt;P&gt;I need to change the text for checkbox only..I'm able to display text for the checkbox. but not able to change the text in the selection screen.&lt;/P&gt;&lt;P&gt;I am using ALV for my Report. Can we do something here?&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Alekhya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 09:41:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hello-experts/m-p/1604413#M271330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-10T09:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Experts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hello-experts/m-p/1604414#M271331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alekhya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is way to change the Checkbox value in runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use a popup screen for Checkbox for selected/deselected. The popup screen having a  parameter or select-option field and 'OK' button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then capture the value of parameter in your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark this as Very useful one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Bala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 08:39:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hello-experts/m-p/1604414#M271331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T08:39:33Z</dc:date>
    </item>
  </channel>
</rss>

