<?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 Subscreen in a selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-in-a-selection-screen/m-p/1467310#M220005</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;How to create subscreens in aselection screen and how to access the values entered in sub screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Aug 2006 06:01:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-25T06:01:59Z</dc:date>
    <item>
      <title>Subscreen in a selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-in-a-selection-screen/m-p/1467310#M220005</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;How to create subscreens in aselection screen and how to access the values entered in sub screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 06:01:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-in-a-selection-screen/m-p/1467310#M220005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-25T06:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Subscreen in a selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-in-a-selection-screen/m-p/1467311#M220006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ronie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the SAP online documentation &lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/bd/79b2370f9cbe68e10000009b38f8cf/content.htm"&amp;gt;"Subscreens on Selection Screens"&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There you will find an easy example with coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 06:05:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-in-a-selection-screen/m-p/1467311#M220006</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-08-25T06:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Subscreen in a selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-in-a-selection-screen/m-p/1467312#M220007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you'll find some info on ABAP docu:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
TABLES: SPFLI. 

SELECT-OPTIONS SEL0 FOR SY-TABIX. 
PARAMETERS PAR0(5). 

SELECTION-SCREEN BEGIN OF SCREEN 123 AS WINDOW TITLE TEXT-456. 
  SELECTION-SCREEN BEGIN OF BLOCK BL1 WITH FRAME TITLE TEXT-BL1 
                                      NO INTERVALS. 
    SELECT-OPTIONS SEL1 FOR SY-SUBRC. 
    PARAMETERS     PAR1 LIKE SPFLI-CARRID. 
    SELECTION-SCREEN COMMENT /10(20) TEXT-COM. 
  SELECTION-SCREEN END OF BLOCK BL1. 
SELECTION-SCREEN END OF SCREEN 123. 

SELECTION-SCREEN ULINE. 

SELECTION-SCREEN BEGIN OF SCREEN 99. 
  SELECTION-SCREEN PUSHBUTTON 15(25) PUBU 
                   USER-COMMAND US01. 
  SELECT-OPTIONS SEL2 FOR SPFLI-CONNID. 
  PARAMETERS     PAR2 TYPE I. 
SELECTION-SCREEN END OF SCREEN 99. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To access the values, just ask for the names of the parameters you just defined.&lt;/P&gt;&lt;P&gt;I hope it helps. BR,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 06:06:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-in-a-selection-screen/m-p/1467312#M220007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-25T06:06:37Z</dc:date>
    </item>
  </channel>
</rss>

