<?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 type defined in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-defined/m-p/4158703#M994273</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;&lt;/P&gt;&lt;P&gt;Can anybody explain where the type defined.&lt;/P&gt;&lt;P&gt;a)repository&lt;/P&gt;&lt;P&gt;b)dictionary&lt;/P&gt;&lt;P&gt;c)locally in the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jul 2008 11:56:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-14T11:56:57Z</dc:date>
    <item>
      <title>type defined</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-defined/m-p/4158703#M994273</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;&lt;/P&gt;&lt;P&gt;Can anybody explain where the type defined.&lt;/P&gt;&lt;P&gt;a)repository&lt;/P&gt;&lt;P&gt;b)dictionary&lt;/P&gt;&lt;P&gt;c)locally in the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 11:56:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-defined/m-p/4158703#M994273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T11:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: type defined</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-defined/m-p/4158704#M994274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi can you be more specific?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 11:58:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-defined/m-p/4158704#M994274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T11:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: type defined</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-defined/m-p/4158705#M994275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ram,&lt;/P&gt;&lt;P&gt;The TYPE is defined in the dictionary.Not only the TYPES but all the ABAP objects are defined in dictionary &amp;amp; created at database level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best of luck,&lt;/P&gt;&lt;P&gt;Bhumika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 12:03:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-defined/m-p/4158705#M994275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T12:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: type defined</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-defined/m-p/4158706#M994276</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;/P&gt;&lt;P&gt;you can define the types in a program locally and if you want the types to be Global and Reusable&lt;/P&gt;&lt;P&gt;you can define them in the SE11.Types declared in SE11 can be reusable.&lt;/P&gt;&lt;P&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;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 12:04:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-defined/m-p/4158706#M994276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T12:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: type defined</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-defined/m-p/4158707#M994277</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;TYPES can be define either locaaly to the program or globally accesible thorought your entire SAP &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loccaly tot he program are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA :&lt;/P&gt;&lt;P&gt;   W_type TYPE i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Globally&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE11&lt;DEL&gt;-&amp;gt; select TYPEGROUP&lt;/DEL&gt;-&amp;gt; ann enter the name and structure of the requried type&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>Mon, 14 Jul 2008 12:06:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-defined/m-p/4158707#M994277</guid>
      <dc:creator>bpawanchand</dc:creator>
      <dc:date>2008-07-14T12:06:20Z</dc:date>
    </item>
  </channel>
</rss>

