<?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 Nested  Frames in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-frames/m-p/2037216#M418558</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;Can anyone help me with this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TWO blocks nested with frames. Add 3 radio buttons in the outer block. The outer block needs to have a title. Add a select-option in the inner block. Use the field CARRID from table SPFLI for the select-option. The inner block does not require a title.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 Mar 2007 11:30:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-25T11:30:34Z</dc:date>
    <item>
      <title>Nested  Frames</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-frames/m-p/2037216#M418558</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;Can anyone help me with this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TWO blocks nested with frames. Add 3 radio buttons in the outer block. The outer block needs to have a title. Add a select-option in the inner block. Use the field CARRID from table SPFLI for the select-option. The inner block does not require a title.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Mar 2007 11:30:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-frames/m-p/2037216#M418558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-25T11:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Nested  Frames</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-frames/m-p/2037217#M418559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone help me with that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 08:28:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-frames/m-p/2037217#M418559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T08:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Nested  Frames</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-frames/m-p/2037218#M418560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the following code....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It helps you........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES SPFLI.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TIT.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK B2 WITH FRAME.&lt;/P&gt;&lt;P&gt;PARAMETERS: R1 RADIOBUTTON GROUP G1,&lt;/P&gt;&lt;P&gt;R2 RADIOBUTTON GROUP G1,&lt;/P&gt;&lt;P&gt;R3 RADIOBUTTON GROUP G1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B2.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS SSS FOR SPFLI-CARRID.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  TIT = 'Title'.&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;Reward points if useful......&lt;/P&gt;&lt;P&gt;Suresh......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 09:46:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-frames/m-p/2037218#M418560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T09:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Nested  Frames</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-frames/m-p/2037219#M418561</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;Try the following code.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES SPFLI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: R1 RADIOBUTTON GROUP G1,&lt;/P&gt;&lt;P&gt;R2 RADIOBUTTON GROUP G1,&lt;/P&gt;&lt;P&gt;R3 RADIOBUTTON GROUP G1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK B2 WITH FRAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS CARRID FOR SPFLI-CARRID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  TIT = 'Title'.&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;Reward points if useful......&lt;/P&gt;&lt;P&gt;Suresh......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 09:53:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-frames/m-p/2037219#M418561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T09:53:10Z</dc:date>
    </item>
  </channel>
</rss>

