<?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 data element related in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-element-related/m-p/2676042#M618296</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to restict the user so he only enter value between -1000 and 1000 through SM30.So in domain itself i want to declare value range -1000 to 1000.With numc4 it is not possible .system tells only positive is possibe with numc.&lt;/P&gt;&lt;P&gt; CHAR i can not taken because it will create problem in calculation.&lt;/P&gt;&lt;P&gt;plz tell appropriate solution,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Aug 2007 12:10:54 GMT</pubDate>
    <dc:creator>mahesh_jagnani</dc:creator>
    <dc:date>2007-08-28T12:10:54Z</dc:date>
    <item>
      <title>Table data element related</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-element-related/m-p/2676039#M618293</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 want to create one field in table which must contain  value  range between -1000 to 1000 through SM30. i will have to do some arithmatic operation on it through another program.what type of domain i should define while creating table.can u plz tell me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 10:47:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-element-related/m-p/2676039#M618293</guid>
      <dc:creator>mahesh_jagnani</dc:creator>
      <dc:date>2007-08-28T10:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Table data element related</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-element-related/m-p/2676040#M618294</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;Your domain can be INT4, NUMC(5) or DEC types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 10:50:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-element-related/m-p/2676040#M618294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-28T10:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Table data element related</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-element-related/m-p/2676041#M618295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use the Data type as NUMC4, so that you can make calculations on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 11:20:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-element-related/m-p/2676041#M618295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-28T11:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Table data element related</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-element-related/m-p/2676042#M618296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to restict the user so he only enter value between -1000 and 1000 through SM30.So in domain itself i want to declare value range -1000 to 1000.With numc4 it is not possible .system tells only positive is possibe with numc.&lt;/P&gt;&lt;P&gt; CHAR i can not taken because it will create problem in calculation.&lt;/P&gt;&lt;P&gt;plz tell appropriate solution,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 12:10:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-element-related/m-p/2676042#M618296</guid>
      <dc:creator>mahesh_jagnani</dc:creator>
      <dc:date>2007-08-28T12:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Table data element related</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-element-related/m-p/2676043#M618297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to restict the user so he only enter value between -1000 and 1000 through SM30.So in domain itself i want to declare value range -1000 to 1000.With numc4 it is not possible .system tells only positive is possibe with numc.&lt;/P&gt;&lt;P&gt; CHAR i can not taken because it will create problem in calculation.&lt;/P&gt;&lt;P&gt;plz tell appropriate solution,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 12:11:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-element-related/m-p/2676043#M618297</guid>
      <dc:creator>mahesh_jagnani</dc:creator>
      <dc:date>2007-08-28T12:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Table data element related</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-element-related/m-p/2676044#M618298</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;Create a DOMAIN in SE11 as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) SE11-&amp;gt;Domain-&amp;gt;Create-&amp;gt;Enter domain name&lt;/P&gt;&lt;P&gt;2) Use the TYPE 'DEC'.&lt;/P&gt;&lt;P&gt;3) Enter the Length as 3&lt;/P&gt;&lt;P&gt;4) Click the checkbox "Sign".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you have a DOmain of range -999 to 999.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 12:27:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-element-related/m-p/2676044#M618298</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-08-28T12:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Table data element related</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-element-related/m-p/2676045#M618299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks but i want to include -1000 as well as 1000 in that field .here only between -999 and 999 will be allowed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 12:51:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-element-related/m-p/2676045#M618299</guid>
      <dc:creator>mahesh_jagnani</dc:creator>
      <dc:date>2007-08-28T12:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Table data element related</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-element-related/m-p/2676046#M618300</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;If you want to restrict at the domain Level, Itsn ot possible to restrict to -1000 to 1000. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As at the domain level you will give the length and the length can be 3 or 4, if you give 3 it will be -999 to 999 and if you 4 it will be -9999 to 9999. So -1000 to 1000 is not possible at the domain Level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 12:54:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-element-related/m-p/2676046#M618300</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-08-28T12:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Table data element related</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-element-related/m-p/2676047#M618301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that true but one more option is provided in domain that is value range .can we do it through value range.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 13:02:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-element-related/m-p/2676047#M618301</guid>
      <dc:creator>mahesh_jagnani</dc:creator>
      <dc:date>2007-08-28T13:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Table data element related</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-element-related/m-p/2676048#M618302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can we restrict the range in domain level.&lt;/P&gt;&lt;P&gt;means define length as 4.&lt;/P&gt;&lt;P&gt;now resrict from -9999 to -1001 and from 9999 to 1001&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 13:08:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-element-related/m-p/2676048#M618302</guid>
      <dc:creator>mahesh_jagnani</dc:creator>
      <dc:date>2007-08-28T13:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Table data element related</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-element-related/m-p/2676049#M618303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes you can try giving the INTERVAL under the value range tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try giving -1000 and 1000 and use DEC and length 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you will get an error at the time of Activation.&lt;/P&gt;&lt;P&gt;Saying -ve valus cannot be used in interval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 13:13:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-element-related/m-p/2676049#M618303</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-08-28T13:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Table data element related</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-element-related/m-p/2676050#M618304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can be controlled data entry at using sm30&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 05:50:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-data-element-related/m-p/2676050#M618304</guid>
      <dc:creator>mahesh_jagnani</dc:creator>
      <dc:date>2007-08-31T05:50:58Z</dc:date>
    </item>
  </channel>
</rss>

