<?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: container with tabs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/container-with-tabs/m-p/2520505#M570433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;see transaction DWDM ur point wiil clear. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a single control (like the ALV tree) then you could use either a normal container (CL_GUI_CONTAINER or CL_GUI_CUSTOM_CONTAINER) or, alternatively, a docking container (CL_GUI_DOCKING_CONTAINER) if you want to attach the control at specific parts of the dynpro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I do not understand is your question concerning the field catalog. This has nothing to do with the container but has to be imported into the corresponding "functional" control (e.g. ALV grid control).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have more than one control that you want to display side by side then you need a splitter container (CL_GUI_SPLITTER_CONTAINER).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jul 2007 05:58:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-11T05:58:42Z</dc:date>
    <item>
      <title>container with tabs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/container-with-tabs/m-p/2520504#M570432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello guys ...shahid here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can we define a container with tabs in a report? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex: a report program (not MP) , defined to a tcode. when we ran a tcode there will be a selection screen and we give input values in that and it will generate a container or a sub window in the screen with tabs. can u tell me how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shahid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 05:55:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/container-with-tabs/m-p/2520504#M570432</guid>
      <dc:creator>Shahid</dc:creator>
      <dc:date>2007-07-11T05:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: container with tabs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/container-with-tabs/m-p/2520505#M570433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;see transaction DWDM ur point wiil clear. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a single control (like the ALV tree) then you could use either a normal container (CL_GUI_CONTAINER or CL_GUI_CUSTOM_CONTAINER) or, alternatively, a docking container (CL_GUI_DOCKING_CONTAINER) if you want to attach the control at specific parts of the dynpro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I do not understand is your question concerning the field catalog. This has nothing to do with the container but has to be imported into the corresponding "functional" control (e.g. ALV grid control).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have more than one control that you want to display side by side then you need a splitter container (CL_GUI_SPLITTER_CONTAINER).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 05:58:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/container-with-tabs/m-p/2520505#M570433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T05:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: container with tabs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/container-with-tabs/m-p/2520506#M570434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REPORT  YH627_TABSTRIP.&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF FS_SPFLI,&lt;/P&gt;&lt;P&gt;        MANDT TYPE SPFLI-MANDT,&lt;/P&gt;&lt;P&gt;        CARRID TYPE SPFLI-CARRID,&lt;/P&gt;&lt;P&gt;        CONNID TYPE SPFLI-CONNID,&lt;/P&gt;&lt;P&gt;        COUNTRYFR TYPE SPFLI-COUNTRYFR,&lt;/P&gt;&lt;P&gt;      END OF FS_SPFLI.&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF FS_SFLIGHT,&lt;/P&gt;&lt;P&gt;        MANDT TYPE SFLIGHT-MANDT,&lt;/P&gt;&lt;P&gt;        CARRID TYPE SFLIGHT-CARRID,&lt;/P&gt;&lt;P&gt;        CONNID TYPE SFLIGHT-CONNID,&lt;/P&gt;&lt;P&gt;        FLDATE TYPE SFLIGHT-FLDATE,&lt;/P&gt;&lt;P&gt;      END OF FS_SFLIGHT.&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;  t_spfli   like standard table of fs_spfli,&lt;/P&gt;&lt;P&gt;  t_sflight like standard table of fs_sflight,&lt;/P&gt;&lt;P&gt;  ok_code   type sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;controls:&lt;/P&gt;&lt;P&gt;  c_tabstrip type tabstrip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select *&lt;/P&gt;&lt;P&gt;  from spfli&lt;/P&gt;&lt;P&gt;  into corresponding fields of table t_spfli.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select *&lt;/P&gt;&lt;P&gt;  from sflight&lt;/P&gt;&lt;P&gt;  into corresponding fields of table t_sflight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call screen 101.&lt;/P&gt;&lt;P&gt;*call screen 102.&lt;/P&gt;&lt;P&gt;*call screen 103.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  STATUS_0101  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE STATUS_0101 OUTPUT.&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'TABSTRIP'.&lt;/P&gt;&lt;P&gt;  SET TITLEBAR 'TABSTRIP'.&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " STATUS_0101  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module   USER_COMMAND_0101  INPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE  USER_COMMAND_0101 INPUT.&lt;/P&gt;&lt;P&gt;  case ok_code.&lt;/P&gt;&lt;P&gt;    when 'BACK' or 'EXIT'.&lt;/P&gt;&lt;P&gt;      leave program.&lt;/P&gt;&lt;P&gt;      clear ok_code.&lt;/P&gt;&lt;P&gt;    when 'SPFLI'.&lt;/P&gt;&lt;P&gt;      leave to list-processing.&lt;/P&gt;&lt;P&gt;      loop at t_spfli into fs_spfli.&lt;/P&gt;&lt;P&gt;        write:/&lt;/P&gt;&lt;P&gt;          fs_spfli.&lt;/P&gt;&lt;P&gt;      endloop.&lt;/P&gt;&lt;P&gt;      clear ok_code.&lt;/P&gt;&lt;P&gt;    when 'SFLIGHT'.&lt;/P&gt;&lt;P&gt;      leave to list-processing.&lt;/P&gt;&lt;P&gt;      loop at t_sflight into fs_sflight.&lt;/P&gt;&lt;P&gt;        write:/&lt;/P&gt;&lt;P&gt;          fs_sflight.&lt;/P&gt;&lt;P&gt;      endloop.&lt;/P&gt;&lt;P&gt;      clear ok_code.&lt;/P&gt;&lt;P&gt;  endcase.&lt;/P&gt;&lt;P&gt;ENDMODULE.                 "  USER_COMMAND_0101  INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Double on call screen 101 and write the below code...&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt; MODULE STATUS_0101.&lt;/P&gt;&lt;P&gt; call subscreen spfli_ref1 including sy-repid '102'.&lt;/P&gt;&lt;P&gt; call subscreen sflight_ref1 including sy-repid '103'.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;call subscreen: spfli_ref1, sflight_ref1.&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_0101.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;In the layout define a tabstrip control with two tabs.&amp;lt;/b&amp;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;Pavan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 05:59:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/container-with-tabs/m-p/2520506#M570434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T05:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: container with tabs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/container-with-tabs/m-p/2520507#M570435</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;Look at the below Program&lt;/P&gt;&lt;P&gt;demo_sel_screen_with_tabstrip&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; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 06:00:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/container-with-tabs/m-p/2520507#M570435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T06:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: container with tabs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/container-with-tabs/m-p/2520508#M570436</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 report programme you can create the another sub screeen. and when u&lt;/P&gt;&lt;P&gt;run the transaction code then the first(main) screen will show and after putting&lt;/P&gt;&lt;P&gt;the some values, call the another screen using call screen XYZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****do reward if usefull&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 06:02:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/container-with-tabs/m-p/2520508#M570436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T06:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: container with tabs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/container-with-tabs/m-p/2520509#M570437</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;View dwdm transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sanket.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 06:03:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/container-with-tabs/m-p/2520509#M570437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T06:03:12Z</dc:date>
    </item>
  </channel>
</rss>

