<?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: Button to control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-to-control/m-p/3745343#M901179</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thank you both of u.&lt;/P&gt;&lt;P&gt;Actually my request is not that complicated.&lt;/P&gt;&lt;P&gt;i have 2 screens to display, the first one will tell the information about the search result. &lt;/P&gt;&lt;P&gt;the second one is a alv list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what i do now is using set pf-status '100' and defining a button in this status. Together with coding &lt;/P&gt;&lt;P&gt;'CASE sy-ucomm.&lt;/P&gt;&lt;P&gt; WHEN 'ALV'.&lt;/P&gt;&lt;P&gt; PERFORM creat_alv.'&lt;/P&gt;&lt;P&gt;ALV list can be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my question is, is it possible ?:&lt;/P&gt;&lt;P&gt;1. when using 'write' in program, the result will be displayed in a screen, which is not defined by the user, how to add something into that screen? for example, add a customed button (not in the tool bar like pf-status, but beneather the info which was written by 'write/:' sentence.), when clicked then jump to alv list. &lt;/P&gt;&lt;P&gt;2. or add some information after ALV list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Apr 2008 09:04:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-22T09:04:03Z</dc:date>
    <item>
      <title>Button to control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-to-control/m-p/3745339#M901175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;my request is to using write to write some info first and at this screen, add a button at the end of the info , when the button got clicked, jump to the next to display an ALV list. Is this possible?&lt;/P&gt;&lt;P&gt;how can i add a button to the screen, where generally all the 'write' sentence will output data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx a lot&lt;/P&gt;&lt;P&gt;Recke.W.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 08:11:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-to-control/m-p/3745339#M901175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T08:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Button to control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-to-control/m-p/3745340#M901176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  I am no clear by Write statement. But why dont you try this  by creating a new screen and add some buttons in it through SE80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sourabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 08:28:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-to-control/m-p/3745340#M901176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T08:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Button to control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-to-control/m-p/3745341#M901177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I Think Radio button in the output screen is  not possible .you can have Check box instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are showing the output through ALV,you can use a check box ,on checking that write a subroutine displaying the next required ALV screen and pass it in the User-command in the ALV parameters.so that it will trigger the ALV screen on checking the box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are showing output in normal screen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write a checkbox and under at-lineselection code the next required ALV display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be you can show  Radio buttonas icon or symol but can not perform any action on them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 08:42:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-to-control/m-p/3745341#M901177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T08:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Button to control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-to-control/m-p/3745342#M901178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of having button ..........u can have the Hotspot........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using the write statement in List output..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  FORMAT HOTSPOT. &lt;/P&gt;&lt;P&gt;  WRITE 'Click me!' COLOR 5. &lt;/P&gt;&lt;P&gt;  FORMAT HOTSPOT OFF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in at-line selection event...u can call the ALV OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Write the code to call the ALV..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt; Vamshidhar .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 08:53:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-to-control/m-p/3745342#M901178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T08:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Button to control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-to-control/m-p/3745343#M901179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thank you both of u.&lt;/P&gt;&lt;P&gt;Actually my request is not that complicated.&lt;/P&gt;&lt;P&gt;i have 2 screens to display, the first one will tell the information about the search result. &lt;/P&gt;&lt;P&gt;the second one is a alv list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what i do now is using set pf-status '100' and defining a button in this status. Together with coding &lt;/P&gt;&lt;P&gt;'CASE sy-ucomm.&lt;/P&gt;&lt;P&gt; WHEN 'ALV'.&lt;/P&gt;&lt;P&gt; PERFORM creat_alv.'&lt;/P&gt;&lt;P&gt;ALV list can be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my question is, is it possible ?:&lt;/P&gt;&lt;P&gt;1. when using 'write' in program, the result will be displayed in a screen, which is not defined by the user, how to add something into that screen? for example, add a customed button (not in the tool bar like pf-status, but beneather the info which was written by 'write/:' sentence.), when clicked then jump to alv list. &lt;/P&gt;&lt;P&gt;2. or add some information after ALV list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 09:04:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-to-control/m-p/3745343#M901179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T09:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Button to control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-to-control/m-p/3745344#M901180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vamshidhar,&lt;/P&gt;&lt;P&gt;thanx for ur answer, it is a way to do that, but seems can not be done at the same time with  set pf-status '101'. with the following code, the button in 101 works, but the hotspot will be displayed but doesnt work when clicked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;set pf-status '101'.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FORMAT HOTSPOT.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;WRITE:/ 'Click me!' COLOR 5.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FORMAT HOTSPOT OFF.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;at line-selection.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;write:/ 'got clicked'.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;PERFORM creat_alv.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;AT USER-COMMAND.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;EM&gt;CASE sy-ucomm.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;WHEN 'ALV'.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;      &lt;EM&gt;PERFORM creat_alv.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 09:42:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-to-control/m-p/3745344#M901180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T09:42:58Z</dc:date>
    </item>
  </channel>
</rss>

