<?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 regarding Type tabstrip &amp; tableview in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-type-tabstrip-tableview/m-p/1846510#M359050</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while creating tabstrip we used to write syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;controls mytab type tabstrip.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for table control we used to write.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;controls tbctrl type tableview using screen &amp;lt;screen num&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that tabstrip is a structure and checked in  SE11 as a datatype &lt;/P&gt;&lt;P&gt;But when i tried for tableview i m not getting its structure.&lt;/P&gt;&lt;P&gt;May i know the reason &amp;amp; where can i see its structure.&lt;/P&gt;&lt;P&gt;Its a sap standard datatype.Why can't i see its structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Jan 2007 11:00:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-05T11:00:46Z</dc:date>
    <item>
      <title>regarding Type tabstrip &amp; tableview</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-type-tabstrip-tableview/m-p/1846510#M359050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while creating tabstrip we used to write syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;controls mytab type tabstrip.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for table control we used to write.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;controls tbctrl type tableview using screen &amp;lt;screen num&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that tabstrip is a structure and checked in  SE11 as a datatype &lt;/P&gt;&lt;P&gt;But when i tried for tableview i m not getting its structure.&lt;/P&gt;&lt;P&gt;May i know the reason &amp;amp; where can i see its structure.&lt;/P&gt;&lt;P&gt;Its a sap standard datatype.Why can't i see its structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 11:00:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-type-tabstrip-tableview/m-p/1846510#M359050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T11:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: regarding Type tabstrip &amp; tableview</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-type-tabstrip-tableview/m-p/1846511#M359051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kalpana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTROLS &amp;lt;ctrl&amp;gt; TYPE TABLEVIEW USING SCREEN &amp;lt;scr&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where &amp;lt;ctrl&amp;gt; is the name of the table control on a screen in the ABAP program. The control allows the ABAP program to read the attributes of the table control and to influence the control. The statement also declares a deep structure of name &amp;lt;ctl&amp;gt;.&amp;lt;b&amp;gt;The data type of the structure corresponds to the type CXTAB_CONTROL defined in the type group CXTAB in the ABAP Dictionary.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select ulitilities - &amp;gt; other dictionary objects in se11&lt;/P&gt;&lt;P&gt;enter type group ( CXTAB ) &lt;/P&gt;&lt;P&gt;click display button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_sm32/helpdata/en/9f/dbac9f35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_sm32/helpdata/en/9f/dbac9f35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3138358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3138358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 11:33:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-type-tabstrip-tableview/m-p/1846511#M359051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-05T11:33:23Z</dc:date>
    </item>
  </channel>
</rss>

