<?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 SIGN command in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sign-command/m-p/3910315#M937624</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_billing_doc4-fkimg = abs ( wa_billing_doc3-fkimg ) * sign ( wa_billing_doc4-netwr ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know what the sign command do? I tried using F1 but it is showing help for SELECT options.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 May 2008 11:38:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-28T11:38:02Z</dc:date>
    <item>
      <title>SIGN command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sign-command/m-p/3910315#M937624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_billing_doc4-fkimg = abs ( wa_billing_doc3-fkimg ) * sign ( wa_billing_doc4-netwr ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know what the sign command do? I tried using F1 but it is showing help for SELECT options.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 11:38:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sign-command/m-p/3910315#M937624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T11:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: SIGN command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sign-command/m-p/3910316#M937625</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;&lt;STRONG&gt;SIGN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Plus/minus sign of the argument arg: -1, if the value of arg is negative; 0 if the value of arg is 0; 1 if the value of arg is positive&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 11:39:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sign-command/m-p/3910316#M937625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T11:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: SIGN command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sign-command/m-p/3910317#M937626</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;SIGN built-in function returns value as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plus/minus sign of the argument arg: -1, if the value of arg is negative; 0 if the value of arg is 0; 1 if the value of arg is positive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is one of the overloaded functions where the data type of the argument determines the data type of the return value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Suresh Radhakrishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 11:40:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sign-command/m-p/3910317#M937626</guid>
      <dc:creator>SureshRa</dc:creator>
      <dc:date>2008-05-28T11:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: SIGN command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sign-command/m-p/3910318#M937627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The argument arg of a mathematical function must represent a numeric value. The data type of the return value is determined either by the argument of the function (overloaded functions) or by the function itself (floating point functions). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outside of an arithmetic expression, the argument of a mathematical function must be a single, numeric data object. Within an arithmetic expression - that is, in the statement COMPUTE - the argument of a mathematical function can also be an arithmetic expression. In particular, a mathematical function in an arithmetic expression can have a different built-in function or a functional method as argument. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Overloaded Functions &lt;/P&gt;&lt;P&gt;The following table shows the overloaded functions where the data type of the argument determines the data type of the return value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function func Return value &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;abs&lt;/STRONG&gt; Absolute value of the argument arg &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sign&lt;/STRONG&gt; Plus/minus sign of the argument arg: -1, if the value of arg is negative; 0 if the value of arg is 0; 1 if the value of arg is positive. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ceil&lt;/STRONG&gt; Smallest integer number that is not smaller than the value of the argument arg. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;floor&lt;/STRONG&gt; Largest integer number that is not larger than the value of the argument arg. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;trunc&lt;/STRONG&gt; Value of the integer part of the argument arg &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;frac&lt;/STRONG&gt; Value of the decimal places of the argument arg &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shiva Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 11:46:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sign-command/m-p/3910318#M937627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T11:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: SIGN command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sign-command/m-p/3910319#M937628</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;&lt;EM&gt;&lt;STRONG&gt;SIGN (X) is 1 when the value of X is positive values.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;SIGN(X) is -1 When the value of X is negative. &amp;amp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;SIGN(X) is 0 when the value of X is 0&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where X is your input number&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 11:50:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sign-command/m-p/3910319#M937628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T11:50:45Z</dc:date>
    </item>
  </channel>
</rss>

