<?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 - Value range in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-value-range/m-p/3079094#M730226</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jey,&lt;/P&gt;&lt;P&gt;        the table in which domain's corresponding fixed value and value range are stored is DD07D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DD07D-DOMVALUE is the field in which fixed value is stored..and&lt;/P&gt;&lt;P&gt;DD07D-DOMVALUE_L&lt;/P&gt;&lt;P&gt;DD07D-DOMVALUE_H are respective fields for range values..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can find it by selecting the row in value range tab,and pressing F1-&amp;gt;technical characteristics..&lt;/P&gt;&lt;P&gt;I believe u r satisfied with the answer.reward is its true..&lt;/P&gt;&lt;P&gt;thanx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Nov 2007 09:12:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-23T09:12:56Z</dc:date>
    <item>
      <title>DOMAIN - Value range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-value-range/m-p/3079091#M730223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;  I would like to know in which table , a domains corresponding "value range(fixed values of a domain)" is storing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2007 13:46:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-value-range/m-p/3079091#M730223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-22T13:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: DOMAIN - Value range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-value-range/m-p/3079092#M730224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They will be maintained at Domain level, not stored in any table. DD07D is the structure which will work as interface to bring the domain level fixed values to the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2007 13:51:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-value-range/m-p/3079092#M730224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-22T13:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: DOMAIN - Value range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-value-range/m-p/3079093#M730225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tables are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DD07L R/3 DD: values for the domains&lt;/P&gt;&lt;P&gt;DD07T DD: Texts for Domain Fixed Values (Language-Dependent)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use database view&lt;/P&gt;&lt;P&gt;DD07V View on fixed values and domain texts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attention, there can be a table of value for a domain &lt;/P&gt;&lt;P&gt;Check at DD01L-ENTITYTAB, if not initial, this is the table of values (which may have a text table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So better use of function modules :&lt;/P&gt;&lt;P&gt;DD_DOMVALUE_TEXT_GET DD: Read interface for the text of a single domain fixed val&lt;/P&gt;&lt;P&gt;DD_DOMVALUES_GET DD external: External interface for reading the domain fixed &lt;/P&gt;&lt;P&gt;DOMAIN_VALUE_GET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2007 13:52:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-value-range/m-p/3079093#M730225</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-11-22T13:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: DOMAIN - Value range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-value-range/m-p/3079094#M730226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jey,&lt;/P&gt;&lt;P&gt;        the table in which domain's corresponding fixed value and value range are stored is DD07D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DD07D-DOMVALUE is the field in which fixed value is stored..and&lt;/P&gt;&lt;P&gt;DD07D-DOMVALUE_L&lt;/P&gt;&lt;P&gt;DD07D-DOMVALUE_H are respective fields for range values..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can find it by selecting the row in value range tab,and pressing F1-&amp;gt;technical characteristics..&lt;/P&gt;&lt;P&gt;I believe u r satisfied with the answer.reward is its true..&lt;/P&gt;&lt;P&gt;thanx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 09:12:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-value-range/m-p/3079094#M730226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T09:12:56Z</dc:date>
    </item>
  </channel>
</rss>

