<?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: SE11 / Database View / Selection Condition / negative values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/se11-database-view-selection-condition-negative-values/m-p/1149171#M116983</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;You can use + or - in DDIC. But it depends sometimes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am giving you one example where in you can use only + but not the - sign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is a transperant table TSP01 where  field RQIDENT and the field type is RSPOID is type int4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use only + ve sign ...you cant use -sign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in normal cases you can + or - sign. As you know there are exceptions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jan 2006 19:46:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-13T19:46:56Z</dc:date>
    <item>
      <title>SE11 / Database View / Selection Condition / negative values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se11-database-view-selection-condition-negative-values/m-p/1149169#M116981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, fellow programmers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to exclude a certain value from the Selection of&lt;/P&gt;&lt;P&gt;a database view defined in the DDIC.&lt;/P&gt;&lt;P&gt;The table field is defined as INT4 (4-byte integer, &lt;/P&gt;&lt;P&gt;integer number with sign), the value is -7 (minus 7).&lt;/P&gt;&lt;P&gt;I get errors all the time, which seem to be caused by&lt;/P&gt;&lt;P&gt;the minus, no matter if I enter the value as -7 or 7- &lt;/P&gt;&lt;P&gt;( and putting the value into apostrophes is not allowed&lt;/P&gt;&lt;P&gt;anyway for INT-fields). Entering -7 leads to an error&lt;/P&gt;&lt;P&gt;MC753 (selection condition not allowed for SY field),&lt;/P&gt;&lt;P&gt;entering it as 7- leads to error MC750 (Type conflict in selection condition). The long text to MC750 tells me&lt;/P&gt;&lt;P&gt;that for INT4 it is allowed to enter a value with a&lt;/P&gt;&lt;P&gt;leading + or - .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know how to cope with this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2006 16:18:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se11-database-view-selection-condition-negative-values/m-p/1149169#M116981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-13T16:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: SE11 / Database View / Selection Condition / negative values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se11-database-view-selection-condition-negative-values/m-p/1149170#M116982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andreas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INT4 is allowed to enter -ve values thru table maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are getting this error while using SM30(Table maintenance).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using _ve values for INT4 and works fine for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2006 16:39:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se11-database-view-selection-condition-negative-values/m-p/1149170#M116982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-13T16:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: SE11 / Database View / Selection Condition / negative values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se11-database-view-selection-condition-negative-values/m-p/1149171#M116983</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;You can use + or - in DDIC. But it depends sometimes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am giving you one example where in you can use only + but not the - sign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is a transperant table TSP01 where  field RQIDENT and the field type is RSPOID is type int4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use only + ve sign ...you cant use -sign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in normal cases you can + or - sign. As you know there are exceptions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2006 19:46:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se11-database-view-selection-condition-negative-values/m-p/1149171#M116983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-13T19:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: SE11 / Database View / Selection Condition / negative values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se11-database-view-selection-condition-negative-values/m-p/1149172#M116984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andreas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table field being INT4 does not allow for the -ve values....check in the dommain of the particular field whether the "Sign" check box is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the help(f1) for the sign field in the domain....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Flag for sign in numerical fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    If fields referring to this domain can contain negative values, this&lt;/P&gt;&lt;P&gt;    flag must he set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    When the field contents are output on the screen, the first position of&lt;/P&gt;&lt;P&gt;    the output is reserved for a sign. If the flag is not set but the field&lt;/P&gt;&lt;P&gt;    contains negative values, problems might occur during screen output. You&lt;/P&gt;&lt;P&gt;    can only make entries in this field for data types DEC, FLTP, QUAN and&lt;/P&gt;&lt;P&gt;    CURR.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Renjith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2006 19:50:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se11-database-view-selection-condition-negative-values/m-p/1149172#M116984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-13T19:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: SE11 / Database View / Selection Condition / negative values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se11-database-view-selection-condition-negative-values/m-p/1149173#M116985</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 am late in response and Renjith already answered ur question.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Please check the domain of INT4  for Sign Check-box . If checked not set then set the check box then it alloes -Ve values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"If fields referring to this domain can contain negative values, this flag must be set"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lanka&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Lanka Murthy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Lanka Murthy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2006 19:57:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se11-database-view-selection-condition-negative-values/m-p/1149173#M116985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-13T19:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: SE11 / Database View / Selection Condition / negative values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se11-database-view-selection-condition-negative-values/m-p/1149174#M116986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lanka, Jagan, Renjith,&lt;/P&gt;&lt;P&gt;thanks a lot for your prompt response.&lt;/P&gt;&lt;P&gt;The sign flag in the domain had already been activated!&lt;/P&gt;&lt;P&gt;What confuses me is that there is no problem at all to &lt;/P&gt;&lt;P&gt;get a minus value into the table. We do that from the&lt;/P&gt;&lt;P&gt;first day since the db table is used. It is just not&lt;/P&gt;&lt;P&gt;possible to enter it as value in the selection condition&lt;/P&gt;&lt;P&gt;of a database view defined in the DDIC. &lt;/P&gt;&lt;P&gt;Nonetheless - thank you all for your comments ! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2006 08:24:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se11-database-view-selection-condition-negative-values/m-p/1149174#M116986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-16T08:24:00Z</dc:date>
    </item>
  </channel>
</rss>

