<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/3543228#M852387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;These are to provide validations as in from where the value can be selected.&lt;/P&gt;&lt;P&gt;Like if we put value table then the value for a corresponding fields can be selected from that very table only.&lt;/P&gt;&lt;P&gt;In value range you can give the range for the given fiels. For eg. if you give range from 1 to 9. You can enter value from 1 to 9 in that very field.&lt;/P&gt;&lt;P&gt;and fixed values are used to give validations when u want the vales to be selected from particular given values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Palak Behal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Mar 2008 08:23:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-24T08:23:04Z</dc:date>
    <item>
      <title>Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/3543223#M852382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Can anyone plz the exact use of value table,value  range and fixed value.&lt;/P&gt;&lt;P&gt;Does the above provide validations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 12:25:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/3543223#M852382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T12:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/3543224#M852383</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; Ya.. value table is for Validations. If you give any other value other than the values in this table, it will throw error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;CS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 12:29:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/3543224#M852383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T12:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/3543225#M852384</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;This can be understand by simple example. For Gender there can possible values : Male, Female and Unknown. &lt;/P&gt;&lt;P&gt;So these values will be seen for user whenever s/he selects the Gender. If s/he wants to unput some other values then system wont accept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These values can be entered as single values, intervals or you can maintain in table called value table for validation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will clear your doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 12:39:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/3543225#M852384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T12:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/3543226#M852385</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;Value table holds all the records that are allowed for a particular field in SAP database. For example, take AUART, Order type. For this all the values will maintained in T003O. If you enter any value for order type which is not maintained in T003O, you will get an error immediately. For example you didn't maintain 123 order type in T003O, and you try to enter a record with order type 123 in a ZXX table, you will get an error immediately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value range is similar, the only difference is you can specify a range of values. Fixed value's name itself says everything you cannot enter any other value than the specified one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoep you are clear now. Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Asha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 13:16:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/3543226#M852385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T13:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/3543227#M852386</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;ALL 3 provide validations..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value table contains all the possible values that you can have for a particular feild in a table.&lt;/P&gt;&lt;P&gt;Value range specifies range of values having an upper limit and lower limit. &lt;/P&gt;&lt;P&gt;Fixed value means a constant value. that is you can not have any value other than the specified one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;preet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 07:21:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/3543227#M852386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T07:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/3543228#M852387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;These are to provide validations as in from where the value can be selected.&lt;/P&gt;&lt;P&gt;Like if we put value table then the value for a corresponding fields can be selected from that very table only.&lt;/P&gt;&lt;P&gt;In value range you can give the range for the given fiels. For eg. if you give range from 1 to 9. You can enter value from 1 to 9 in that very field.&lt;/P&gt;&lt;P&gt;and fixed values are used to give validations when u want the vales to be selected from particular given values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Palak Behal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 08:23:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/3543228#M852387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T08:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/3543229#M852388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;value table is nothing but the foreign key table.&lt;/P&gt;&lt;P&gt;The values in this table are checked against the primary key table.&lt;/P&gt;&lt;P&gt;It is used for validating the entries .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value ranges means-you can specify a range of values&lt;/P&gt;&lt;P&gt;Fixed-The value remians constant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 10:17:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/3543229#M852388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T10:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/3543230#M852389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  Ajaya,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value Table: &lt;/P&gt;&lt;P&gt;Always Value table means table which contain the all &lt;/P&gt;&lt;P&gt;possible existing value for that field(key).It refers to F4 &lt;/P&gt;&lt;P&gt;functionality. Usually we will create any value table &lt;/P&gt;&lt;P&gt;whenever we are creating the key's domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check Table:&lt;/P&gt;&lt;P&gt;The name itself is defines that it is the table which is &lt;/P&gt;&lt;P&gt;giving the check function when the foreign key is populated &lt;/P&gt;&lt;P&gt;with some value.&lt;/P&gt;&lt;P&gt;I mean to say that at the time you are populating elements &lt;/P&gt;&lt;P&gt;into the foreign key table at that time&lt;/P&gt;&lt;P&gt;ex: foreign key &lt;A href="             "&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;   you entered some value in above field and pressed ENTER &lt;/P&gt;&lt;P&gt;key on key board then system automatically excutes the &lt;/P&gt;&lt;P&gt;select statement on the existing check table, in order to &lt;/P&gt;&lt;P&gt;know whether this key's entry exist in the check table or &lt;/P&gt;&lt;P&gt;not.&lt;/P&gt;&lt;P&gt;So here the check table means the reference for comparision.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And foreign key table means referee which is asking for &lt;/P&gt;&lt;P&gt;check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Value Range &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selecting Filter Values &lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;You use the value selection in the Business Explorer Analyzer to select filter values for characteristics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prerequisites&lt;/P&gt;&lt;P&gt;You have executed a query in an Excel workbook. You have also selected a characteristic in the filter cells, and chosen Select filter value... from the context menu (right mouse button).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;Selecting single values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This function is used only if the characteristic does not have an active display hierarchy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       1.      In the top left of the selection field, choose single value, and (flat list) as the hierarchy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       2.      Select one or more values from the list of available values displayed in the left-hand window, and drag the value(s) into the Selection box on the right (alternatively, use the pushbutton with the arrow pointing to the right to move the values).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only those values for which there are data records in the InfoProvider, and which you are authorized to use are displayed. The number of available values in the left-hand window is restricted to 100. It is possible to remove this restriction, or to choose the values displayed according to other criteria. See Filter Values: Formulating Selection Conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selecting value ranges&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This function is used only if the characteristic does not have an active display hierarchy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can set the time interval for individual time characteristics in the SAP Reference IMG. The value help only offers those values that lie within this time interval. In the SAP Reference IMG, choose BW Customizing ® Implementation Guide ® Business Information Warehouse ® Reporting-relevant Settings ® General Reporting Settings ® Set F4 Help and Hierarchies for Time Characteristics / OLAP Settings. On the General Settings tab page, you can set the required Time Interval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       1.      Choose value range from the top left of the selection field, and the operator that you want to use (top right).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following operators are possible:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;¡        Is between&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;¡        Is greater than or equal to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;¡        Is less than or equal to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;¡        Is greater than&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;¡        Is less than&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       2.      If you choose the operator between, first select the upper and lower limits of the interval from the list of available values in the left-hand window, and choose the button with the arrow pointing to the right. The characteristics for the interval you select appear in the right-hand Selection window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you choose one of the operators is greater than or equal to, is less than or equal to, is greater than, or is less than, select a value from the list of available values in the left-hand window, drag it across, and drop it into the Selection window on the right (alternatively use the button with the arrow pointing to the right to move the value across into the Selection window).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Intervals are formed using a key and not according to the displayed texts. For example, &lt;A href="January; November "&gt;&lt;/A&gt; also contains August.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for more information : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/cf/21ede5446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/cf/21ede5446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/b2/2957394924834ee10000000a114084/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/b2/2957394924834ee10000000a114084/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please  reward if help ful,,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sreekar.Kadiri.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 10:28:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/3543230#M852389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T10:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/3543231#M852390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Can anyone plz the exact use of value table,value range and fixed value.&lt;/P&gt;&lt;P&gt;Does the above provide validations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value Table: It is domain level proposed check table.&lt;/P&gt;&lt;P&gt;                   if you know in before hand the list of vaues to be entered in the field are contained in a table you will enter that table and when you crate foreign key relationship sysytem propses that table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value range: if you know the range of values that can be entered in the field you will enter the range and it acts as f4 help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fixed values: if the field must have only a few fixed values(like gender which has m and f) we will give those in the fields. its also acts as f4 help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can overwrite the valuses in fixed values and value range&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 11:56:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/3543231#M852390</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-03-24T11:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/3543232#M852391</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;value table : This is maintained at Domain Level. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When ever you create a domain , you can entered allowed values.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When ever you use this Domain, the system will forces you to enter only these values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a sort of master check . To be maintained as a customization object. This mean that if you want to enter values to this table you have to create a development request &amp;amp; transport the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value range: by  specifying fixed values.By stipulating a value table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2008 12:34:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/3543232#M852391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-25T12:34:08Z</dc:date>
    </item>
  </channel>
</rss>

