<?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: Diff: Table Control &amp; Tab Strips. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-table-control-tab-strips/m-p/3321328#M795618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Tab Strip:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A tabstrip control is a screen object consisting of two or more pages. Each tab page consists of a tab title and a page area. If the area occupied by the tabstrip control is too narrow to display all of the tab titles, a scrollbar appears, allowing you to reach the titles that are not displayed. There is also a pushbutton that allows you to display a list of all tab titles. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tabstrip controls allow you to place a series of screens belonging to an application on a single screen, and to navigate between them easily. The recommended uses and ergonomic considerations for tabstrip controls are described in the Tabstrip Control section of the SAP Style Guide. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From a technical point of view, a tab page is a subscreen with a pushbutton assigned to it, which is displayed as the tab title. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tabstrip control is the set of all the tab pages. Tabstrip controls are therefore subject to the same restrictions as subscreens. In particular, you cannot change the GUI status when you switch between pages in the tabstrip control. However, they are fully integrated into the screen environment, so present no problems with batch input. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table Controls:&lt;/STRONG&gt; &lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/frameset.htm&lt;/A&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>Tue, 05 Feb 2008 11:50:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-05T11:50:54Z</dc:date>
    <item>
      <title>Diff: Table Control &amp; Tab Strips.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-table-control-tab-strips/m-p/3321326#M795616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the difference between Table Controls and Tab Strips?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 11:07:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-table-control-tab-strips/m-p/3321326#M795616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T11:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Diff: Table Control &amp; Tab Strips.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-table-control-tab-strips/m-p/3321327#M795617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tabstrips and Table Controls come under CONTROL. They are special type of GUI elements. The structure is defined in type-pool CXTAB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Control: &lt;/P&gt;&lt;P&gt;A table control is an area on the screen in which you can display data in tabular form. You process it using a loop. Table controls are comparable to step loop tables. While a table control consists of a single definition row, step loop blocks may extend over more than one row. Table controls are more flexible than step loops, and are intended to replace them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use:&lt;/P&gt;&lt;P&gt;Table controls allow you to enter, display, and modify tabular data easily on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They provide the following functions:&lt;/P&gt;&lt;P&gt;On definition:&lt;/P&gt;&lt;P&gt;Fixed columns&lt;/P&gt;&lt;P&gt;Column headers&lt;/P&gt;&lt;P&gt;At runtime:&lt;/P&gt;&lt;P&gt;Vertical and horizontal scrolling.&lt;/P&gt;&lt;P&gt;Modifiable column width.&lt;/P&gt;&lt;P&gt;Row and column selection.&lt;/P&gt;&lt;P&gt;Movable columns&lt;/P&gt;&lt;P&gt;Settings can be saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Programs  for Table Control: &lt;/P&gt;&lt;P&gt;demo_dynpro_tabcont_loop &lt;/P&gt;&lt;P&gt;demo_dynpro_tabcont_loop_at&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TabStrips:&lt;/P&gt;&lt;P&gt;A tabstrip is a grouping element that can display different application elements on a single screen. A tabstrip consists of one or more pages and each page has a title.&lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display a hidden tab page, move the focus to the title of the page and choose [Space].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Programs for TabStrips:&lt;/P&gt;&lt;P&gt;demo_dynpro_tabstrip_local &lt;/P&gt;&lt;P&gt;demo_dynpro_tabstrip_server&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 11:08:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-table-control-tab-strips/m-p/3321327#M795617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T11:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Diff: Table Control &amp; Tab Strips.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-table-control-tab-strips/m-p/3321328#M795618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Tab Strip:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A tabstrip control is a screen object consisting of two or more pages. Each tab page consists of a tab title and a page area. If the area occupied by the tabstrip control is too narrow to display all of the tab titles, a scrollbar appears, allowing you to reach the titles that are not displayed. There is also a pushbutton that allows you to display a list of all tab titles. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tabstrip controls allow you to place a series of screens belonging to an application on a single screen, and to navigate between them easily. The recommended uses and ergonomic considerations for tabstrip controls are described in the Tabstrip Control section of the SAP Style Guide. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From a technical point of view, a tab page is a subscreen with a pushbutton assigned to it, which is displayed as the tab title. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tabstrip control is the set of all the tab pages. Tabstrip controls are therefore subject to the same restrictions as subscreens. In particular, you cannot change the GUI status when you switch between pages in the tabstrip control. However, they are fully integrated into the screen environment, so present no problems with batch input. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table Controls:&lt;/STRONG&gt; &lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/frameset.htm&lt;/A&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>Tue, 05 Feb 2008 11:50:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-table-control-tab-strips/m-p/3321328#M795618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T11:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Diff: Table Control &amp; Tab Strips.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-table-control-tab-strips/m-p/3321329#M795619</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;&lt;STRONG&gt;Table control.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A table control is an area on the screen in which the system displays data in tabular form. It is processed&lt;/P&gt;&lt;P&gt;using a loop. The top line of a table control is the header line, which is distinguished by a gray separator.&lt;/P&gt;&lt;P&gt;Within a table control, you can use table elements, key words, templates, checkboxes, radio buttons,&lt;/P&gt;&lt;P&gt;radio button groups, and pushbuttons. A line may have up to 255 columns; each column may have a&lt;/P&gt;&lt;P&gt;title.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can display or enter single structured lines of data using a table control.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Features:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Resizable&lt;/P&gt;&lt;P&gt;table for displaying and editing data&lt;/P&gt;&lt;P&gt;The user or program can change the column width and position, save the changes, and reload&lt;/P&gt;&lt;P&gt;them later&lt;/P&gt;&lt;P&gt;Check column for marking lines - marked lines are highlighted in a different color&lt;/P&gt;&lt;P&gt;Line selection: Single lines, multiple lines, all lines, and deselection&lt;/P&gt;&lt;P&gt;Column headings double as pushbuttons for marking columns&lt;/P&gt;&lt;P&gt;Scrollbars for horizontal and vertical scrolling&lt;/P&gt;&lt;P&gt;You can fix any number of key (leading) columns&lt;/P&gt;&lt;P&gt;Cell attributes are variable at runtime&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table control contains a series of attributes that are controlled entirely at the presentation server.&lt;/P&gt;&lt;P&gt;These are:&lt;/P&gt;&lt;P&gt;Horizontal&lt;/P&gt;&lt;P&gt;scrolling using the scrollbar in the table control&lt;/P&gt;&lt;P&gt;Swapping&lt;/P&gt;&lt;P&gt;columns&lt;/P&gt;&lt;P&gt;Changing&lt;/P&gt;&lt;P&gt;column widths&lt;/P&gt;&lt;P&gt;Selecting&lt;/P&gt;&lt;P&gt;columns&lt;/P&gt;&lt;P&gt;Selecting&lt;/P&gt;&lt;P&gt;lines&lt;/P&gt;&lt;P&gt;The PAI processing block is triggered when you scroll vertically in the table control or save the user&lt;/P&gt;&lt;P&gt;configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you create a table control, you must create:&lt;/P&gt;&lt;P&gt;A table control area&lt;/P&gt;&lt;P&gt;Table control fields&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tab Strip&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Tabstrip controls provide you with an easy, user-friendly way of displaying different components of an&lt;/P&gt;&lt;P&gt;application on a single screen and allowing the user to navigate between them. Their intuitive design&lt;/P&gt;&lt;P&gt;makes navigation much easier for end users.&lt;/P&gt;&lt;P&gt;Tabstrip controls are a useful way of simplifying complex applications. You can use tabstrip controls&lt;/P&gt;&lt;P&gt;wherever you have different components of an application that form a logical unit. For example, you&lt;/P&gt;&lt;P&gt;might have a set of header data that remains constant, while underneath it, you want to display various&lt;/P&gt;&lt;P&gt;other sets of data.&lt;/P&gt;&lt;P&gt;You should not use tabstrip controls if:&lt;/P&gt;&lt;P&gt;You need to change the screen environment (menus, pushbuttons, header data, and so on) while&lt;/P&gt;&lt;P&gt;processing the application components. The screen surrounding the tabstrip must remain constant.&lt;/P&gt;&lt;P&gt;The components must be processed in a certain order. Tabstrip controls are designed to allow&lt;/P&gt;&lt;P&gt;users to navigate freely between components.&lt;/P&gt;&lt;P&gt;The components are processed dynamically, that is, if user input on one tab page leads to other tab&lt;/P&gt;&lt;P&gt;pages suddenly appearing.&lt;/P&gt;&lt;P&gt;Tabstrip controls are compatible with batch input processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A tabstrip control consists of individual pages. These consist of the tab page and the tab title.&lt;/P&gt;&lt;P&gt;The tabstrip control may only have one row of tab titles.&lt;/P&gt;&lt;P&gt;If the tabstrip control contains too many pages, it will not be possible for all of the tab titles to be&lt;/P&gt;&lt;P&gt;displayed at once. If this happens, the system displays a scrollbar with which you can scroll through the&lt;/P&gt;&lt;P&gt;remaining tab pages. In the top right-hand corner of the tab is a pushbutton. If the user clicks this, a list&lt;/P&gt;&lt;P&gt;of all of the tab titles is displayed. The active tab title is marked with a tick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A page element consists of a tab title, a subscreen area, and a subscreen.&lt;/P&gt;&lt;P&gt;From a technical point of view, the system handles tab titles like pushbuttons.&lt;/P&gt;&lt;P&gt;The contents of page elements are displayed using the subscreen technique. You assign a subscreen&lt;/P&gt;&lt;P&gt;area to each page element, for which you can then call a subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You create a tabstrip control by carrying out the following three steps:&lt;/P&gt;&lt;P&gt;Define the tab area.&lt;/P&gt;&lt;P&gt;Define the tab titles and, if necessary, add further tab titles.&lt;/P&gt;&lt;P&gt;Assign a subscreen area to each page element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create a tabstrip control area, choose Tabstrip control from the object list in the Screen Painter and&lt;/P&gt;&lt;P&gt;place it on the screen. Fix the top-left hand corner of the table control area, and then drag the object to&lt;/P&gt;&lt;P&gt;the required size.&lt;/P&gt;&lt;P&gt;Assign a name to the tabstrip control in the Object name attribute. You need this name to identify your&lt;/P&gt;&lt;P&gt;tabstrip control.&lt;/P&gt;&lt;P&gt;In your ABAP program use the CONTROLS statement to declare an object with the same name. Use&lt;/P&gt;&lt;P&gt;TABSTRIP as the type.&lt;/P&gt;&lt;P&gt;The type TABSTRIP is defined in the type pool CXTAB. The field ACTIVETAB contains the function&lt;/P&gt;&lt;P&gt;code of the tab title of the currently active tabstrip. The other fields are reserved for internal use.&lt;/P&gt;&lt;P&gt;The default number of tab pages for a tabstrip control is two.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope this is helpful, Do reward.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 12:26:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-table-control-tab-strips/m-p/3321329#M795619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T12:26:29Z</dc:date>
    </item>
  </channel>
</rss>

