<?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 Please pass the solution tabstrip in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-pass-the-solution-tabstrip/m-p/2485313#M560447</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error wen i run the transaction which had tabstrip with it &lt;/P&gt;&lt;P&gt;i.e screen no 0200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below written is the error friends&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;call subscreen zrub_module 0200 No dynpro name&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;subscreens 5000 and 5001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why this error is coming and how can i solve that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz Plz Plz do reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code for my 0200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;process before output.&lt;/P&gt;&lt;P&gt; module status_0200.&lt;/P&gt;&lt;P&gt; call subscreen: subarea1 including zrub_module 5000,&lt;/P&gt;&lt;P&gt;                  subarea2 including zrub_module 5001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;process after input.&lt;/P&gt;&lt;P&gt;  call subscreen: subarea1, subarea2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module user_command_0200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and on double click events&lt;/P&gt;&lt;P&gt;module STATUS_0200 output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab1-ACTIVETAB = 'FIRST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module USER_COMMAND_0200 input.&lt;/P&gt;&lt;P&gt;SAVE_OK = OK_CODE.&lt;/P&gt;&lt;P&gt;  CLEAR OK_CODE.&lt;/P&gt;&lt;P&gt;  IF SAVE_OK = 'OK'.&lt;/P&gt;&lt;P&gt;    MESSAGE I888(SABAPDOCU) WITH 'TAB1-ACTIVETAB ='&lt;/P&gt;&lt;P&gt;                                  TAB1-ACTIVETAB.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on main window &lt;/P&gt;&lt;P&gt;declaration&lt;/P&gt;&lt;P&gt;CONTROLS TAB1 TYPE TABSTRIP.&lt;/P&gt;&lt;P&gt;DATA: ok_code TYPE sy-ucomm,&lt;/P&gt;&lt;P&gt;      save_ok TYPE sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think i had done all steps but then y i m not getting subscreens on screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz Do reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking You,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Best Regards&lt;/P&gt;&lt;P&gt;Ruby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jul 2007 12:39:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-10T12:39:58Z</dc:date>
    <item>
      <title>Please pass the solution tabstrip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-pass-the-solution-tabstrip/m-p/2485313#M560447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error wen i run the transaction which had tabstrip with it &lt;/P&gt;&lt;P&gt;i.e screen no 0200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below written is the error friends&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;call subscreen zrub_module 0200 No dynpro name&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;subscreens 5000 and 5001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why this error is coming and how can i solve that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz Plz Plz do reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code for my 0200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;process before output.&lt;/P&gt;&lt;P&gt; module status_0200.&lt;/P&gt;&lt;P&gt; call subscreen: subarea1 including zrub_module 5000,&lt;/P&gt;&lt;P&gt;                  subarea2 including zrub_module 5001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;process after input.&lt;/P&gt;&lt;P&gt;  call subscreen: subarea1, subarea2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module user_command_0200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and on double click events&lt;/P&gt;&lt;P&gt;module STATUS_0200 output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab1-ACTIVETAB = 'FIRST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module USER_COMMAND_0200 input.&lt;/P&gt;&lt;P&gt;SAVE_OK = OK_CODE.&lt;/P&gt;&lt;P&gt;  CLEAR OK_CODE.&lt;/P&gt;&lt;P&gt;  IF SAVE_OK = 'OK'.&lt;/P&gt;&lt;P&gt;    MESSAGE I888(SABAPDOCU) WITH 'TAB1-ACTIVETAB ='&lt;/P&gt;&lt;P&gt;                                  TAB1-ACTIVETAB.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on main window &lt;/P&gt;&lt;P&gt;declaration&lt;/P&gt;&lt;P&gt;CONTROLS TAB1 TYPE TABSTRIP.&lt;/P&gt;&lt;P&gt;DATA: ok_code TYPE sy-ucomm,&lt;/P&gt;&lt;P&gt;      save_ok TYPE sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think i had done all steps but then y i m not getting subscreens on screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz Do reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking You,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Best Regards&lt;/P&gt;&lt;P&gt;Ruby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 12:39:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-pass-the-solution-tabstrip/m-p/2485313#M560447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T12:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Please pass the solution tabstrip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-pass-the-solution-tabstrip/m-p/2485314#M560448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruby&lt;/P&gt;&lt;P&gt;While calling the subscreen write '5000' and '5001' instead of 5000 and 5001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;call subscreen: subarea1 including zrub_module '5000',&lt;/P&gt;&lt;P&gt;subarea2 including zrub_module '5001'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please award points, if I have solved your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 14:13:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-pass-the-solution-tabstrip/m-p/2485314#M560448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T14:13:20Z</dc:date>
    </item>
  </channel>
</rss>

