<?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 subscreens in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreens/m-p/2247361#M485297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in screen painter i ve declared one tabstrip control which is having two tabs.&lt;/P&gt;&lt;P&gt;now in that i should declare one subscreen area which is common for both the tabs.&lt;/P&gt;&lt;P&gt;how to do that&lt;/P&gt;&lt;P&gt;plz tell me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 May 2007 09:53:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-16T09:53:51Z</dc:date>
    <item>
      <title>subscreens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreens/m-p/2247361#M485297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in screen painter i ve declared one tabstrip control which is having two tabs.&lt;/P&gt;&lt;P&gt;now in that i should declare one subscreen area which is common for both the tabs.&lt;/P&gt;&lt;P&gt;how to do that&lt;/P&gt;&lt;P&gt;plz tell me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 09:53:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreens/m-p/2247361#M485297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T09:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: subscreens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreens/m-p/2247362#M485298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh well this depends if you want to make use of the frontend-functionality of the tab-strip, or if you want to it backend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are making use of the frontend-functionality you need one subscreen for every tabstrip you declared, tho i guess that wont work with the enterprise Protal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry that i dont answer your REAL question since i always use frontend-functionality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 09:57:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreens/m-p/2247362#M485298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T09:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: subscreens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreens/m-p/2247363#M485299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;look on this report if it help you &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;demo_dynpro_tabstrip_local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or look at transction  :  abapdocu .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 10:05:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreens/m-p/2247363#M485299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T10:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: subscreens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreens/m-p/2247364#M485300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;look at this codes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; mytabstrip-activetab = save_ok.
    case save_ok.
      when 'PUSH1'.
        number = '0110'.
      when 'PUSH2'.
        number = '0110'. "Same as for push1 this number will be referred in call subscreen like this : call subscreen sub including sy-repid number.
      when 'PUSH3'.
        number = '0130'.
    endcase.
  endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jogdand M B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 10:07:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreens/m-p/2247364#M485300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T10:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: subscreens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreens/m-p/2247365#M485301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this link,hope help you to solve your problem.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/17/5bf1b52ba211d2954f0000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/17/5bf1b52ba211d2954f0000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.niraj.tripod.com/id59.html" target="test_blank"&gt;http://sap.niraj.tripod.com/id59.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 10:08:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreens/m-p/2247365#M485301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T10:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: subscreens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreens/m-p/2247366#M485302</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;select sub screen button(4th from below) in the left and draw it in any of the tab.give the name to that sub screen area.and select attributes of remaining tabs of the tabstrip.in dict(lower part) &amp;lt;b&amp;gt;ref.field&amp;lt;/b&amp;gt; will be there give the name of the sub screen area u have created earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 10:14:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreens/m-p/2247366#M485302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T10:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: subscreens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreens/m-p/2247367#M485303</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;    Nice name ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    you can create subscreen  area by clicking on the subscreen area icon and placing it on the area of tab1 .  after this you nees to set the attributes for this in the attributes segment of the  tab strip , that whether you want to use one subscreen for both the tabs or different subscreens .there is an option available in the attributes of the tabstrip ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 10:14:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreens/m-p/2247367#M485303</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-05-16T10:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: subscreens</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreens/m-p/2247368#M485304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;             Go to the Screen layuot and double Click on the One tab, the properties will open, go to the Ref Field from the properties of the tab, this will be the 2nd field at the last, assign the name of the subscreen area, and do the same for the 2nd tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If helpfull give the reward point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 10:51:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreens/m-p/2247368#M485304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T10:51:43Z</dc:date>
    </item>
  </channel>
</rss>

