<?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 Tabstrip with Wizard in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-with-wizard/m-p/4132189#M988134</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;I have created the Tabstrip with wizard screen with seven tabs as subscreens 001-007. And also i have created six table control screens with 25 rows and 10 coloums which i need to insert that table control screen in the subscreens of tabstrip screen from tab2. So now my problem is how to call the table control screen into the subscreens. Please help me out as it is very urgent.&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;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jul 2008 10:36:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-07T10:36:53Z</dc:date>
    <item>
      <title>Tabstrip with Wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-with-wizard/m-p/4132189#M988134</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;I have created the Tabstrip with wizard screen with seven tabs as subscreens 001-007. And also i have created six table control screens with 25 rows and 10 coloums which i need to insert that table control screen in the subscreens of tabstrip screen from tab2. So now my problem is how to call the table control screen into the subscreens. Please help me out as it is very urgent.&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;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 10:36:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-with-wizard/m-p/4132189#M988134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T10:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip with Wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-with-wizard/m-p/4132190#M988135</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;In the main program where you have placed the TABSTRIP&lt;/P&gt;&lt;P&gt;control in that only you have to manage to display the subscreens when a user selects a tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case OK_CODE.&lt;/P&gt;&lt;P&gt;   when 'FC1'.&lt;/P&gt;&lt;P&gt;         SET SCR_NO = '101'.&lt;/P&gt;&lt;P&gt;         SET TABSTRIP-ACTIVETAB = 'FC1'.&lt;/P&gt;&lt;P&gt;   ......................&lt;/P&gt;&lt;P&gt;   ......................&lt;/P&gt;&lt;P&gt;EndCase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IN THE FLOW LOGIC you have to write the code.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call Subscreen &amp;lt;subscreen area&amp;gt; &lt;/P&gt;&lt;P&gt;    INCLUDING SY-CPROG  SCR_NO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Murthy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Kalyanam Seetha Rama Murthy on Jul 7, 2008 1:26 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 11:26:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-with-wizard/m-p/4132190#M988135</guid>
      <dc:creator>former_member787646</dc:creator>
      <dc:date>2008-07-07T11:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Tabstrip with Wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-with-wizard/m-p/4132191#M988136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalyanam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the desired output but now i am facing with another issue. The displayed table control screen is not displaying the column titles. So to display the column titles what to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 11:44:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-with-wizard/m-p/4132191#M988136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T11:44:28Z</dc:date>
    </item>
  </channel>
</rss>

