<?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: required tabstrip and subscreen program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-tabstrip-and-subscreen-program/m-p/1790843#M340229</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;go through this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/e7/deb237b9a9a968e10000009b38f8cf/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/e7/deb237b9a9a968e10000009b38f8cf/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.niraj.tripod.com/id40.html" target="test_blank"&gt;http://sap.niraj.tripod.com/id40.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Dec 2006 13:00:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-13T13:00:54Z</dc:date>
    <item>
      <title>required tabstrip and subscreen program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-tabstrip-and-subscreen-program/m-p/1790842#M340228</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;any body can send me the sample program for tabstrip and sub screen program.&lt;/P&gt;&lt;P&gt;and send me the documentation how to work on tabstrip and subscreens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;maheedhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 12:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/required-tabstrip-and-subscreen-program/m-p/1790842#M340228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T12:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: required tabstrip and subscreen program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-tabstrip-and-subscreen-program/m-p/1790843#M340229</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;go through this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/e7/deb237b9a9a968e10000009b38f8cf/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/e7/deb237b9a9a968e10000009b38f8cf/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.niraj.tripod.com/id40.html" target="test_blank"&gt;http://sap.niraj.tripod.com/id40.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 13:00:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/required-tabstrip-and-subscreen-program/m-p/1790843#M340229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T13:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: required tabstrip and subscreen program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-tabstrip-and-subscreen-program/m-p/1790844#M340230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi I can send u that ur mail , please provide it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is sample program using them in reports&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Sell Transaction&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**********SELECTION-SCREEN BEGIN OF SCREEN 103&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF SCREEN 103 AS SUBSCREEN.

SELECTION-SCREEN BEGIN OF BLOCK B3 WITH FRAME TITLE TEXT-003.


SELECTION-SCREEN END OF BLOCK B3.

SELECTION-SCREEN END OF SCREEN 103.


* Current Holdings

*************SELECTION-SCREEN BEGIN OF SCREEN 104
SELECTION-SCREEN BEGIN OF SCREEN 104 AS SUBSCREEN.

SELECTION-SCREEN BEGIN OF BLOCK B4 WITH FRAME TITLE TEXT-004.


SELECTION-SCREEN END OF BLOCK B4.

SELECTION-SCREEN END OF SCREEN 104.

************************* Define the tabbed Block

SELECTION-SCREEN BEGIN OF TABBED BLOCK T1 FOR 12 LINES.

SELECTION-SCREEN TAB (25) NAME3 USER-COMMAND UCOMM3 DEFAULT SCREEN 103.
SELECTION-SCREEN TAB (25) NAME4 USER-COMMAND UCOMM4 DEFAULT SCREEN 104.

SELECTION-SCREEN END OF BLOCK T1.


INITIALIZATION.

  NAME3 = 'Modify Allocation'.
  NAME4 = 'Current Holdings'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 13:01:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/required-tabstrip-and-subscreen-program/m-p/1790844#M340230</guid>
      <dc:creator>rahulkavuri</dc:creator>
      <dc:date>2006-12-13T13:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: required tabstrip and subscreen program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-tabstrip-and-subscreen-program/m-p/1790845#M340231</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;Check the below programs.&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_TABSTRIP_SERVER&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_TABSTRIP_LOCAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information click the link below&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/17/5bf1b52ba211d2954f0000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/17/5bf1b52ba211d2954f0000e8353423/content.htm&lt;/A&gt;&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;Srini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 13:02:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/required-tabstrip-and-subscreen-program/m-p/1790845#M340231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T13:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: required tabstrip and subscreen program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-tabstrip-and-subscreen-program/m-p/1790846#M340232</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;Ex1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT demo_dynpro_tabstrip_local.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTROLS mytabstrip TYPE TABSTRIP.&lt;/P&gt;&lt;P&gt;&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;mytabstrip-activetab = 'PUSH2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SCREEN 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE status_0100 OUTPUT.&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'SCREEN_100'.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE cancel INPUT.&lt;/P&gt;&lt;P&gt;  LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE user_command 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 'MYTABSTRIP-ACTIVETAB ='&lt;/P&gt;&lt;P&gt;                                  mytabstrip-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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT demo_dynpro_tabstrip_server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTROLS mytabstrip TYPE TABSTRIP.&lt;/P&gt;&lt;P&gt;&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;DATA  number TYPE sy-dynnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mytabstrip-activetab = 'PUSH2'.&lt;/P&gt;&lt;P&gt;number = '0120'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SCREEN 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE status_0100 OUTPUT.&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'SCREEN_100'.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE cancel INPUT.&lt;/P&gt;&lt;P&gt;  LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE user_command 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 'MYTABSTRIP-ACTIVETAB ='&lt;/P&gt;&lt;P&gt;                                  mytabstrip-activetab.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    mytabstrip-activetab = save_ok.&lt;/P&gt;&lt;P&gt;    CASE save_ok.&lt;/P&gt;&lt;P&gt;      WHEN 'PUSH1'.&lt;/P&gt;&lt;P&gt;        number = '0110'.&lt;/P&gt;&lt;P&gt;      WHEN 'PUSH2'.&lt;/P&gt;&lt;P&gt;        number = '0120'.&lt;/P&gt;&lt;P&gt;      WHEN 'PUSH3'.&lt;/P&gt;&lt;P&gt;        number = '0130'.&lt;/P&gt;&lt;P&gt;    ENDCASE.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 13:10:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/required-tabstrip-and-subscreen-program/m-p/1790846#M340232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T13:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: required tabstrip and subscreen program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/required-tabstrip-and-subscreen-program/m-p/1790847#M340233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out transaction BIBS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 09:50:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/required-tabstrip-and-subscreen-program/m-p/1790847#M340233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T09:50:38Z</dc:date>
    </item>
  </channel>
</rss>

