<?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: tabstrips in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips/m-p/6255703#M1384307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where are you displaying your &lt;STRONG&gt;RESULT&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;In label,Text box etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just try marking the check box &lt;STRONG&gt;outputfield&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Nov 2009 06:32:00 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2009-11-09T06:32:00Z</dc:date>
    <item>
      <title>tabstrips</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips/m-p/6255702#M1384306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi masters of sap,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a requirment on TABSTRIPS to be honest i have never worked on it.  coming to the requirment i have 3 tabs in 1st TAB I have two values take for ex 3 + 3 and in other tab the result. which is = 6 &lt;/P&gt;&lt;P&gt;but when i look into the second tab i dont get the result when trigger the second tab.&lt;/P&gt;&lt;P&gt;i really dont no where i went wrong. how can i create the link and this is my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE OK_CODE.&lt;/P&gt;&lt;P&gt;  WHEN 'TAB1'.&lt;/P&gt;&lt;P&gt;       TABSTRIP-ACTIVETAB = 'TAB1'.&lt;/P&gt;&lt;P&gt;  WHEN 'TAB2'.&lt;/P&gt;&lt;P&gt;       TABSTRIP-ACTIVETAB = 'TAB2'.&lt;/P&gt;&lt;P&gt;       RESULT = NUMBER1 + NUMBER2.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in TAB2&lt;/P&gt;&lt;P&gt;    RESULT = NUMBER1 + NUMBER2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i debug i can see the result but it is not displayed on the output screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please anyone help me on the tabstrip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;pasala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2009 06:29:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips/m-p/6255702#M1384306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-09T06:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: tabstrips</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips/m-p/6255703#M1384307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where are you displaying your &lt;STRONG&gt;RESULT&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;In label,Text box etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just try marking the check box &lt;STRONG&gt;outputfield&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2009 06:32:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips/m-p/6255703#M1384307</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-11-09T06:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: tabstrips</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips/m-p/6255704#M1384308</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;Where did you write this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
result = number1 + number2
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should have created a subscreen area on every tab.&lt;/P&gt;&lt;P&gt;Lets say you are calling screen 0111 on this subscreen area. You gotto write this code in this screen's PBO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2009 06:41:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips/m-p/6255704#M1384308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-09T06:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: tabstrips</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips/m-p/6255705#M1384309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keshu Thekkillam ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for the reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its been marked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have 2tabs on 1st TAB I have 2 input screens and on 2 of the i set the values as 2 + 2 so on other 2nd TAB i have result  input screen on that i have to get the value  2 + 2 = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but am not getting the value. when i debug i can see the value 4 but not on the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what could be the worng please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;pasala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2009 06:42:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips/m-p/6255705#M1384309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-09T06:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: tabstrips</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips/m-p/6255706#M1384310</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;PRE&gt;&lt;CODE&gt;In *TOP Include* declare NUM1, NUM2, RESULT.

CASE OK_CODE.
WHEN 'TAB1'.
TABSTRIP-ACTIVETAB = 'TAB1'.
DYNNR = 'SCREEN_NUMBER' "--&amp;gt; This point is mentioned beloew
RESULT = NUMBER1 + NUMBER2.  "---Add here
WHEN 'TAB2'.
TABSTRIP-ACTIVETAB = 'TAB2'.
*RESULT = NUMBER1 + NUMBER2.  "---&amp;gt; Comment This
endcase.


* Make sure your Screen Field names also NUM1, NUM2, RESULT.
* This ensures automatic Data Transfer from Screen to program and vice-versa.

* And most importantly while call these Subscreens from the PBO of Main Screen you need to use
CALL SUBSCREEN SUB INCLUDE SY-REPID DYNNR.
* in TOP Include you need to declare the DYNNR and in above CASE block you need pass correct screen number to DYNNR.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2009 06:42:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips/m-p/6255706#M1384310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-09T06:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: tabstrips</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips/m-p/6255707#M1384311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks ramachader,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorted by my self... but ur answer was exactly the same &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it was name which is different. thats the reason i was not able to get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2009 06:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips/m-p/6255707#M1384311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-09T06:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: tabstrips</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips/m-p/6255708#M1384312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2009 06:52:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrips/m-p/6255708#M1384312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-09T06:52:31Z</dc:date>
    </item>
  </channel>
</rss>

