<?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: domain in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain/m-p/2700542#M625376</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  domain specifies the type of variable, it is global u can use it in any table.&lt;/P&gt;&lt;P&gt;insted u dont want to use u can even use built in type which is also speicifies type of variable but it is local to that table varaible itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex if u have a variable of char(3)  which u want to use many times instead of declaring many times the type u can create domain and use it wherever u want .&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sandhya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Aug 2007 06:53:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-21T06:53:30Z</dc:date>
    <item>
      <title>domain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain/m-p/2700540#M625374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the purpose of assigning value table to a domain and how can we assign it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 06:47:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain/m-p/2700540#M625374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T06:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: domain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain/m-p/2700541#M625375</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 domain level u can specify value range ,fixed value.&lt;/P&gt;&lt;P&gt;but when u can enter value in table it will maintain according to data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards points if it is useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 06:52:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain/m-p/2700541#M625375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T06:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: domain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain/m-p/2700542#M625376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  domain specifies the type of variable, it is global u can use it in any table.&lt;/P&gt;&lt;P&gt;insted u dont want to use u can even use built in type which is also speicifies type of variable but it is local to that table varaible itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex if u have a variable of char(3)  which u want to use many times instead of declaring many times the type u can create domain and use it wherever u want .&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sandhya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 06:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain/m-p/2700542#M625376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T06:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: domain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain/m-p/2700543#M625377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;value table : when you define a domain, you already know that all fields that use the domain will need to be checked against a particular table. You can store this information in the domain definition by specifying a value table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in extract it holds the possible values in a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,CSR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS:Please reward IF helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 06:53:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain/m-p/2700543#M625377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T06:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: domain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain/m-p/2700544#M625378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sandeep,&lt;/P&gt;&lt;P&gt;IF your question is answered Please reward and close the thread.&lt;/P&gt;&lt;P&gt;Next time u will get the better answers if u reward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,CSR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 06:55:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain/m-p/2700544#M625378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T06:55:25Z</dc:date>
    </item>
  </channel>
</rss>

