<?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: Issue with CALL SELECTION-SCREEN in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-selection-screen/m-p/6095542#M1359424</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abubekkar ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your suggestion ,i can do the way , you are saying .But i don't need to as my current program is working fine.&lt;/P&gt;&lt;P&gt;The only thing , that i wanted to improve was, to close the popup ,once selection is comeplted on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh Kuamr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Sep 2009 10:13:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-11T10:13:20Z</dc:date>
    <item>
      <title>Issue with CALL SELECTION-SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-selection-screen/m-p/6095535#M1359417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on a report.&lt;/P&gt;&lt;P&gt;Here on the selection screen , based on the selection of some radiobuttons ,i want to call a secondary selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i am using the following program code ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; AT SELECTION-SCREEN on BLOCk blk.&lt;/P&gt;&lt;P&gt; IF p_abc  =  c_x.&lt;/P&gt;&lt;P&gt;    CALL SELECTION-SCREEN 100 STARTING AT 20 5.&lt;/P&gt;&lt;P&gt;    IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;      MESSAGE text-011 TYPE c_e .&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;so currently , once i complete my slection on the screen 100 , the popup screen stays there and rest of the programing logic is executed correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is that , once i complete my slection on the screen 100, i want that the pop up should be closed &lt;/P&gt;&lt;P&gt;And then the the rest of the program logic should continue.     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please guide me how ,this can be done.&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;Rajesh Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 09:48:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-selection-screen/m-p/6095535#M1359417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-11T09:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with CALL SELECTION-SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-selection-screen/m-p/6095536#M1359418</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;U should move that section code to START-OF-SELECTION event instead of AT SELECTION-SCREEN on BLOCK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 09:51:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-selection-screen/m-p/6095536#M1359418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-11T09:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with CALL SELECTION-SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-selection-screen/m-p/6095537#M1359419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case,  the popup is displayed on a blank screen,which i don't want.&lt;/P&gt;&lt;P&gt;I am looking for a way ,by which i can display the pop up selection screen on the main selcetion screen itself,&lt;/P&gt;&lt;P&gt;but , close the pop up once the selection on that popup is completed and then continue with the rest of the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 09:55:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-selection-screen/m-p/6095537#M1359419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-11T09:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with CALL SELECTION-SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-selection-screen/m-p/6095538#M1359420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the fields that you are displaying the second selection screen. Can you have a push button in the second selection screen .. so that only when the user presses the push button , the program excutes further. based of the sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ansari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 09:59:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-selection-screen/m-p/6095538#M1359420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-11T09:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with CALL SELECTION-SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-selection-screen/m-p/6095539#M1359421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How about adding the code to AT SELECTION-SCREEN event instead of AT SELECTION-SCREEN on BLOCK?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 10:00:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-selection-screen/m-p/6095539#M1359421</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-09-11T10:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with CALL SELECTION-SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-selection-screen/m-p/6095540#M1359422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; How about adding the code to AT SELECTION-SCREEN event instead of AT SELECTION-SCREEN on BLOCK?&lt;/P&gt;&lt;P&gt;&amp;gt; Suhas&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried that, but in that case, the pop will be called again and again as the AT Selection-screen event will be trigerred every time i finish my selection on the popup.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 10:05:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-selection-screen/m-p/6095540#M1359422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-11T10:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with CALL SELECTION-SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-selection-screen/m-p/6095541#M1359423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of having a call selection screen can we have a call screen and create the layout.. in this case you can have a push button in the screen using which the user can execute the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ansari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 10:08:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-selection-screen/m-p/6095541#M1359423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-11T10:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with CALL SELECTION-SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-selection-screen/m-p/6095542#M1359424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abubekkar ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your suggestion ,i can do the way , you are saying .But i don't need to as my current program is working fine.&lt;/P&gt;&lt;P&gt;The only thing , that i wanted to improve was, to close the popup ,once selection is comeplted on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh Kuamr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 10:13:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-selection-screen/m-p/6095542#M1359424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-11T10:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with CALL SELECTION-SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-selection-screen/m-p/6095543#M1359425</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;The event AT SELECTION-SCREEN and AT SELECTION-SCREEN ON BLOCK  are very similar, only the second event see the part of selection-screen defined in the block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This events are triggered as soon as the user does something: so press ENTER, F8,........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u want the second-selction screen is shown once and the main selection-screen has to be displayed under the second one, u can try to run the second one only if the report has to run, so if the user has pressed F8, code ONLI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AT SELECTION-SCREEN on BLOCk blk.

CHECK SY-UCOMM = 'ONLI'.

IF p_abc = c_x.
  CALL SELECTION-SCREEN 100 STARTING AT 20 5.
  IF sy-subrc 0.
     MESSAGE text-011 TYPE c_e .
  ENDIF.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In tihs way the rest of the program will be executed, else u need to move all code of the event START-OF-SELECTION and END-OF-SELECTION in the event AT SELECTION-SCREEN, or, just as I said before, to move the calling of POPUP to event START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 10:19:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-selection-screen/m-p/6095543#M1359425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-11T10:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with CALL SELECTION-SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-selection-screen/m-p/6095544#M1359426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks  Max .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Checking SY-UCOMM for ONLI ,is a better option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 10:44:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-call-selection-screen/m-p/6095544#M1359426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-11T10:44:16Z</dc:date>
    </item>
  </channel>
</rss>

