<?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: ALV-interactive in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-interactive/m-p/1655474#M290963</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can simply declare a selection-screen like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of screen 9000.&lt;/P&gt;&lt;P&gt;parameters: your_number TYPE your_type.&lt;/P&gt;&lt;P&gt;selection-screen end of screen 9000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This screen will not be displayed in the selection-screen of your program, because it needs to be called.&lt;/P&gt;&lt;P&gt;So:&lt;/P&gt;&lt;P&gt;In the callback form for user-command you can simply test your ucomm like this:&lt;/P&gt;&lt;P&gt;CASE p_ucomm.&lt;/P&gt;&lt;P&gt;WHEN 'your_func'.&lt;/P&gt;&lt;P&gt;CALL SELECTION-SCREEN 9000 STARTING at x y.&lt;/P&gt;&lt;P&gt;your_variable = your_number.&lt;/P&gt;&lt;P&gt;WHEN OTHERS.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable "your_variable" contains the value.&lt;/P&gt;&lt;P&gt;This method is convenient, because you don't need to call a FM neither create an ad-hoc dynpro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Roby.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Nov 2006 19:00:09 GMT</pubDate>
    <dc:creator>former_member199581</dc:creator>
    <dc:date>2006-11-13T19:00:09Z</dc:date>
    <item>
      <title>ALV-interactive</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-interactive/m-p/1655471#M290960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ALV after selecting one line using checkbox, I will press a button. Then I need some popup screen which should ask for input(which would be some number) and then when I press ok i should capture that number entered in popup  in my program. How exactly I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could some one suggest me with that pls?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;Suresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 15:29:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-interactive/m-p/1655471#M290960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T15:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: ALV-interactive</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-interactive/m-p/1655472#M290961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,             just put if condition first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-ucomm = 'FCT code of that push battan'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then u call the function module. 1) reuse_alv_popup_display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and pass the width, hight and some other inforamtion what u want in the popup screen..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;note:if it is usefull plz review the points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 16:28:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-interactive/m-p/1655472#M290961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T16:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: ALV-interactive</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-interactive/m-p/1655473#M290962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also try the function module POPUP_TO_FILL_COMMAND_LINE for interaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Felipe Cunha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 16:44:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-interactive/m-p/1655473#M290962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T16:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: ALV-interactive</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-interactive/m-p/1655474#M290963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can simply declare a selection-screen like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of screen 9000.&lt;/P&gt;&lt;P&gt;parameters: your_number TYPE your_type.&lt;/P&gt;&lt;P&gt;selection-screen end of screen 9000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This screen will not be displayed in the selection-screen of your program, because it needs to be called.&lt;/P&gt;&lt;P&gt;So:&lt;/P&gt;&lt;P&gt;In the callback form for user-command you can simply test your ucomm like this:&lt;/P&gt;&lt;P&gt;CASE p_ucomm.&lt;/P&gt;&lt;P&gt;WHEN 'your_func'.&lt;/P&gt;&lt;P&gt;CALL SELECTION-SCREEN 9000 STARTING at x y.&lt;/P&gt;&lt;P&gt;your_variable = your_number.&lt;/P&gt;&lt;P&gt;WHEN OTHERS.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable "your_variable" contains the value.&lt;/P&gt;&lt;P&gt;This method is convenient, because you don't need to call a FM neither create an ad-hoc dynpro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Roby.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 19:00:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-interactive/m-p/1655474#M290963</guid>
      <dc:creator>former_member199581</dc:creator>
      <dc:date>2006-11-13T19:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: ALV-interactive</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-interactive/m-p/1655475#M290964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Roby, Philipe and srikant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 04:56:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-interactive/m-p/1655475#M290964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T04:56:58Z</dc:date>
    </item>
  </channel>
</rss>

