<?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: Selection screen Block inside a block in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-inside-a-block/m-p/4846647#M1133525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but My Query is ::&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After exectuing one selection - screen .. I should get another selection screen ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not a single selection screen ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Feb 2009 08:40:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-05T08:40:52Z</dc:date>
    <item>
      <title>Selection screen Block inside a block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-inside-a-block/m-p/4846638#M1133516</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;Is it possible to design a block in side a block in selection - screen?&lt;/P&gt;&lt;P&gt;If so, how is it possible..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 11:11:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-inside-a-block/m-p/4846638#M1133516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T11:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen Block inside a block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-inside-a-block/m-p/4846639#M1133517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of block b1 with frame title text-001.&lt;/P&gt;&lt;P&gt;selection-screen begin of block b2 with frame title text-002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters : P_pernr like pa0000-pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen end of block b2.&lt;/P&gt;&lt;P&gt;selection-screen end of block b1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 11:14:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-inside-a-block/m-p/4846639#M1133517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T11:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen Block inside a block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-inside-a-block/m-p/4846640#M1133518</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;yes , you can do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : BEGIN OF BLOCK b1 WITH FRAME TITLE text-001 .&lt;/P&gt;&lt;P&gt;&amp;lt;some code&amp;gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : BEGIN OF BLOCK b2 WITH FRAME TITLE text-002 .&lt;/P&gt;&lt;P&gt;&amp;lt;some code&amp;gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b2.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 11:17:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-inside-a-block/m-p/4846640#M1133518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T11:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen Block inside a block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-inside-a-block/m-p/4846641#M1133519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes,it is possible..&lt;/P&gt;&lt;P&gt;Let's check with this:&lt;/P&gt;&lt;P&gt;tables:lfa1,kna1.&lt;/P&gt;&lt;P&gt;selection-screen begin of block s1 with frame title text-001.&lt;/P&gt;&lt;P&gt;selection-screen begin of block s2 with frame title text-002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters : p_kunnr like kna1-kunnr.&lt;/P&gt;&lt;P&gt;select-options:s_lifnr for lfa1-lifnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen end of block s2.&lt;/P&gt;&lt;P&gt;selection-screen end of block s1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shiva Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 11:19:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-inside-a-block/m-p/4846641#M1133519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T11:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen Block inside a block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-inside-a-block/m-p/4846642#M1133520</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;sorry to say, i dont think calling a selection screen block with another block will matter much with the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, eloborate on the exact requirement, so that u can get a proper solution from the forum users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 11:21:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-inside-a-block/m-p/4846642#M1133520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T11:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen Block inside a block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-inside-a-block/m-p/4846643#M1133521</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; Hi&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Is it possible to design a block in side a block in selection - screen?&lt;/P&gt;&lt;P&gt;&amp;gt; If so, how is it possible..&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
SELECTION-SCREEN SKIP.
SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-002.
PARAMETERS : p_kunnr TYPE kna1-kunnr.
SELECTION-SCREEN END OF BLOCK b2.
SELECTION-SCREEN SKIP.
SELECTION-SCREEN BEGIN OF BLOCK b3 WITH FRAME TITLE text-003.
PARAMETERS : p_vbeln TYPE vbak-vbeln.
SELECTION-SCREEN END OF BLOCK b3.
SELECTION-SCREEN END OF BLOCK b1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 11:22:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-inside-a-block/m-p/4846643#M1133521</guid>
      <dc:creator>Mohamed_Mukhtar</dc:creator>
      <dc:date>2008-12-01T11:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen Block inside a block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-inside-a-block/m-p/4846644#M1133522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but My Query is   ::&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After exectuing one selection - screen .. I should get another selection screen ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not a single selection  screen ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 08:36:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-inside-a-block/m-p/4846644#M1133522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T08:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen Block inside a block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-inside-a-block/m-p/4846645#M1133523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but My Query is ::&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After exectuing one selection - screen .. I should get another selection screen ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not a single selection screen ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 08:39:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-inside-a-block/m-p/4846645#M1133523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T08:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen Block inside a block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-inside-a-block/m-p/4846646#M1133524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but My Query is ::&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After exectuing one selection - screen .. I should get another selection screen ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not a single selection screen ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 08:40:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-inside-a-block/m-p/4846646#M1133524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T08:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen Block inside a block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-inside-a-block/m-p/4846647#M1133525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but My Query is ::&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After exectuing one selection - screen .. I should get another selection screen ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not a single selection screen ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 08:40:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-inside-a-block/m-p/4846647#M1133525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T08:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen Block inside a block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-inside-a-block/m-p/4846648#M1133526</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;for your requirement create one screen with selection parameters what you need ,and call that  screen in your program .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried ur req with small code .its working .i think this will solve ur probelm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 08:53:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-block-inside-a-block/m-p/4846648#M1133526</guid>
      <dc:creator>kamesh_g</dc:creator>
      <dc:date>2009-02-05T08:53:44Z</dc:date>
    </item>
  </channel>
</rss>

