<?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: Table Type  --  Urgent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-urgent/m-p/3143294#M747166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jiku,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         If use a SAP defined table type then u r sticking to the standard and it will not be effected after the system is upgraded. But if you use user defined table type then it will create problem during upgradation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Dec 2007 11:28:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-06T11:28:11Z</dc:date>
    <item>
      <title>Table Type  --  Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-urgent/m-p/3143292#M747164</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;Can anyone tell me what is the advantage in using a table type in a function module as exporting or importing parameter instead of declaring in Tables tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jiku&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 11:22:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-urgent/m-p/3143292#M747164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T11:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Table Type  --  Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-urgent/m-p/3143293#M747165</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;TABLE TYPE is used to create an internal table, which can be used globally by all programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create TABLE TYPE in SE11 (Data Dictionary).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additional Info:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/90/8d7304b1af11d194f600a0c929b3c3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/90/8d7304b1af11d194f600a0c929b3c3/frameset.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 11:25:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-urgent/m-p/3143293#M747165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T11:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Table Type  --  Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-urgent/m-p/3143294#M747166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jiku,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         If use a SAP defined table type then u r sticking to the standard and it will not be effected after the system is upgraded. But if you use user defined table type then it will create problem during upgradation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 11:28:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-urgent/m-p/3143294#M747166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T11:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table Type  --  Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-urgent/m-p/3143295#M747167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sir,&lt;/P&gt;&lt;P&gt;3 steps for mentioned below for defining internal table through table type.&lt;/P&gt;&lt;P&gt;We create table type for a table,if we want only specific colums for particular table to be used/edit/change.This table type will be globally used in our program.Plz look belwo for clear undestanding of picture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz do reward if useful.&lt;/P&gt;&lt;P&gt;Thankx.&lt;/P&gt;&lt;P&gt;*********************&lt;STRONG&gt;Type declaration&lt;/STRONG&gt;********************************&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF TY_ITAB_FINAL,&lt;/P&gt;&lt;P&gt;MATNR TYPE MATNR,&lt;/P&gt;&lt;P&gt;WERKS TYPE WERKS,&lt;/P&gt;&lt;P&gt;MAKTX TYPE MAKTX,&lt;/P&gt;&lt;P&gt;STLAL TYPE STLAL,&lt;/P&gt;&lt;P&gt;STLAN TYPE STLAN,&lt;/P&gt;&lt;P&gt;END OF TY_ITAB_FINAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;********************&lt;STRONG&gt;Table type declaration&lt;/STRONG&gt;***********************************&lt;/P&gt;&lt;P&gt;TYPES:TY_T_ITAB_FINAL TYPE STANDARD TABLE OF TY_ITAB_FINAL.&lt;/P&gt;&lt;P&gt;*********************&lt;STRONG&gt;Internal Table  declaration&lt;/STRONG&gt;*************************&lt;/P&gt;&lt;P&gt;DATA : ITAB_FINAL TYPE TY_T_ITAB_FINAL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 11:35:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-urgent/m-p/3143295#M747167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T11:35:11Z</dc:date>
    </item>
  </channel>
</rss>

