<?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>Question Re: How to get Value Range value? in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/how-to-get-value-range-value/qaa-p/5658414#M2098545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI VJR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to get Value Range as define in Domain for certain field in R/3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg, ZSEX domain 's Value Range in R/3 as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;01 Male&lt;/P&gt;&lt;P&gt;02 Female&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assume ZZSEX is using ZSEX domain;and &lt;/P&gt;&lt;P&gt;I want to get value "Male" when field value ZZSEX = 01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Xiang Li Heah&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: xiangli heah on Jun 2, 2009 8:27 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jun 2009 06:27:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-02T06:27:19Z</dc:date>
    <item>
      <title>How to get Value Range value?</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-get-value-range-value/qaq-p/5658410</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;How to get Value Range value in Java?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Xiang Li heah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 05:08:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-get-value-range-value/qaq-p/5658410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-02T05:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Value Range value?</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-get-value-range-value/qaa-p/5658411#M2098542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you asking the range of each data type in java? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; 
int

    4 bytes, signed (two's complement). -2,147,483,648 to 2,147,483,647. 
Like all numeric types ints may be cast into other numeric types (byte, short, long, float, double). 
When lossy casts are done (e.g. int to byte) the conversion is done modulo the length of the smaller type.

long

    8 bytes signed (two's complement). Ranges from -9,223,372,036,854,775,808 to +9,223,372,036,854,775,807.

float

    4 bytes, IEEE 754. Covers a range from 1.40129846432481707e-45 to 3.40282346638528860e+38 (positive or negative).

    Like all numeric types floats may be cast into other numeric types (byte, short, long, int, double).
When lossy casts to integer types are done (e.g. float to short) the fractional part is truncated and the conversion is done modulo the length of the smaller type.

double
    8 bytes IEEE 754. Covers a range from 4.94065645841246544e-324d to 1.79769313486231570e+308d (positive or negative). 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jaya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 05:46:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-get-value-range-value/qaa-p/5658411#M2098542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-02T05:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Value Range value?</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-get-value-range-value/qaa-p/5658412#M2098543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi VJR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nope, value range for corresponde domain in R/3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Xiang Li Heah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 05:50:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-get-value-range-value/qaa-p/5658412#M2098543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-02T05:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Value Range value?</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-get-value-range-value/qaa-p/5658413#M2098544</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;Check this:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/EN/fc/eb2fd9358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/EN/fc/eb2fd9358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jaya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 05:54:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-get-value-range-value/qaa-p/5658413#M2098544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-02T05:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Value Range value?</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-get-value-range-value/qaa-p/5658414#M2098545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI VJR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to get Value Range as define in Domain for certain field in R/3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg, ZSEX domain 's Value Range in R/3 as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;01 Male&lt;/P&gt;&lt;P&gt;02 Female&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assume ZZSEX is using ZSEX domain;and &lt;/P&gt;&lt;P&gt;I want to get value "Male" when field value ZZSEX = 01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Xiang Li Heah&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: xiangli heah on Jun 2, 2009 8:27 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 06:27:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-get-value-range-value/qaa-p/5658414#M2098545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-02T06:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Value Range value?</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-get-value-range-value/qaa-p/5658415#M2098546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are posting to the wrong forum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 08:09:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-get-value-range-value/qaa-p/5658415#M2098546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-02T08:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Value Range value?</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-get-value-range-value/qaa-p/5658416#M2098547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Moved to Java Web dynpro forum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2009 08:13:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-get-value-range-value/qaa-p/5658416#M2098547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-02T08:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Value Range value?</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-get-value-range-value/qaa-p/5658417#M2098548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Moved to Java Web Dynpro forum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2009 01:18:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-get-value-range-value/qaa-p/5658417#M2098548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-03T01:18:18Z</dc:date>
    </item>
  </channel>
</rss>

