Numeric value with sign

Hi all,
I had requirement like to declare the data type has numeric with sign value , while declaring the table in se11.
how to define the datatype of this in Table.
anybody having idea on this

Hi,
           While designing the data element for that data type
in the  DEFINITION tab of the domain in the output characteristics  you have to check the checkbox for SIGN
reward if helpful

Similar Messages

  • Entering numeric values with suffixes in Labwindows CVI (e.g 100 kHz instead of 100e3 or 100000 )

    is there any practical way of entering numeric values with suffixes in Labwindows CVI in order to prevent user from struggling with '0' es. 

    In LabVIEW there is another Display Format called "SI Notation" that is exactly what you're looking for.
    Maybe you can add a feature request in CVI Idea Exchange Forum and ask NI to add this Display Format in CVI too.
    Vix
    In claris non fit interpretatio
    Using LV 2013 SP1 on Win 7 64bit
    Using LV 8.2.1 on WinXP SP3
    Using CVI 2012 SP1 on Win 7 64bit, WinXP and WinXP Embedded
    Using CVI 6.0 on Win2k, WinXP and WinXP Embedded

  • How to represent a -1 numeric value with text?

    Hi All,
    Question: How do I get the value of negative one (-1) in a numeric column to display as "all"?
    Background: For our lottery players, they are able to opt in to various automated alerts.  One column is an integer value representing one of five different thresholds for sending an alert: 10,000, 50,000, 100,000, 500,000, and -1.  The -1 value
    actually represents all of the other 4 values, or simply "all thresholds," meaning "send me an alert at every one of these thresholds."
    What is the best way to represent the -1 value in the cube?  A user won't understand that -1 is equivalent to "all choices".  I could change the view so that the column is a string instead of an integer, but I assume this is going to
    affect the cube in a negative way, such as unexpected sorting, etc.
    I asked our resident SSAS guy if a numeric value could be displayed (not read) as "all values" while actually storing the -1 value, but all he could suggest was changing the data type and using a case statement to replace -1 with "all values." 
    This does not seem like a fix to me.
    Is there a way to make SSAS display a negative one value as "all choices" without changing the data type of the source column itself?
    Thanks,
    Eric B 

    Normally you would have a lookup on the number and a text value for the result displayed to users in the cube.
    KeyValue
    DisplayValue
    10000
    $10,000
    50000
    $50,000
    100000
    $100,000
    500000
    $500,000
    -1
    All Values

  • Transfer condition values with +/- signs to CO-PA (Explain the purpose)

    Dear Sap guru's,
    Could you please guide me on the below issue, We make a new condition type zne1 which is excise duty free items, Based on  cleint requirement.  a/c entry like this ( example )
    10) 210 ea            net value 23,153.04  cost 21,600.00
    20) 0  ea              net value 0               cost 2400
               Customer AC           DR  20163 Rs
               Excise duty payble   Cr  432 -
               Sales                      Cr  22721-
               vat payable              cr  3010-
               excise duty payble   cr 48-
               Excise duty free       cr 48-
               Excise duty free       dr 48
               sales                       dr 48
    Here client pay the excise duty for free goods issue items, For this situation what ever the amount he paid in the excise duty free item that same amount he wants to reduce in sales ie it should be debit in my exaple it is 48 rs.
    My problem is i configured ZNE1 condtion assgined to value filed ERLOS. While release to a/c system returns  "CHEK VALUE FILED ASSIGNEMENT TO CONDITION TYPE". when I make the settings +/- sign for the conditon system allow me to release and save. Please guide me whithout assignment how to release billing document?
    Regards
    Maruthi

    Hi
    Conditions from SD are always transferred to CO-PA with "+" signs, with the exception of credit memos and returns. The reasons for this is that the signs for revenues are handled differently in the different applications of the R/3 System. For example, revenues are positive in SD, while they are negative in FI. Consequently, CO-PA accepts all the values as positive, and then subtracts deductions and costs from revenues in the information system.
    This configuration needs to be done in the system if you have the CO-PA active and the SD flows are configured. Unfortunately you will not be able to ignore this. Please see below some SAP help snippets for your benefit.
    Note that certain limitations exist on the transfer of condition values of billing documents to CO-PA.
    1. To transfer condition types for sales revenues and sales deductions to CO-PA, you need to make sure that the condition types and linked to an account in FI that is also defined as a cost element of the category "11" (revenue element) or "12" (sales deduction) in CO. These condition types must be assigned to a CO-PA value field.
    Condition types linked to FI accounts that are defined as cost elements of another category are not transferred to CO-PA, even when the condition type has been assigned to a CO-PA value field.
    2. Condition types such as "VPRS" ("Cost") that are defined as statistical in SD are always transferred to CO-PA if they are assigned to a value field.
    3. All condition types that you want to transfer to CO-PA must be active in the SD pricing procedure. Inactive conditions in a billing item are not transferred. If all the conditions in a billing item are inactive, that item is not transferred to CO-PA.
    Conditions do not need to be active, however, to be transferred with sales order items, since the transfer of incoming sales orders is always statistical.
    It is also possible to transfer conditions from MM to update billing data in pooled payment in the IS Retail system. These are transferred according to the same rules as SD conditions
    Hope it was helpful.
    Karthik

  • ABAP-based web service returns numeric values with leading zeros

    Hi SOA experts,
    I have created a web service out of an ABAP function module. Beside other values, this service returns a list of document numbers. All of these numeric values are returned by the web service with leading zeros, but we do want these values w/o leading zeros.
    Any ideas how I can tell the web service to not print any leading zeros?
    Thanks in advance for your help!
    Kind regards, Matthias
    PS: The according function module does not print any leading zeros for the numeric values

    hi,
    just a guess: I'd try to use I instead of NUMC for the document numbers.
    NUMC is no number but a character string with numeric characters only. only some display routines in SAP know that this string of numerals represents a number and omit leading zeroes.
    my 2 cents,
    anton

  • Error displaying numeric values with SPREADSHEET output

    Hi, I'm using Reports 10g R2 and I have all my reports with PDF output, they render just fine.
    I want to render some of them with SPREADSHEET output but don't know why in some case numeric values are rendered as ****** instead of the corresponding number.
    The same report shows numeric values correctly in PDF but no in some Excel cells, just SOME of them, not all.
    I know that Excel column is not short because the internal value of the cell are the asterisks.
    What could be happening?
    Thanks!

    Hi Ruby,
    please refer to some very basic documentation on CRM 2007 Webclient UI or the IC Webclient of CRM 4.0.
    What you are trying to do is create a value node and your code ABAP is wrong.
    Here a code sample. Typed it by hand so there might be errors in it.
    data:
      ls_struct  type /mystructure,
      lr_struct_ref type ref to data,
      lr_node type ref to cl_bsp_wd_value_node.
    ls_struc-/attribute1/ = 'Hallo Welt'.
    get reference of ls_struct into lr_struct_ref.
    create object lr_node
    exporting iv_data_ref = lr_struct_ref.
    typed_context->/yourNode/->collection_wrapper->add( lr_node ).
    cheers Carsten

  • Handling numeric values with OCI8

    What's the best approach to handle numeric values (more specifically, decimal and floating point values) obtained with oci_fetch_assoc() and the like? I've set NLS_LANG to SPANISH_SPAIN.WE8ISO8859P15 because I want to store Spanish language data using the ISO-8859-15 charset but that has the side effect of making SELECT 3.14 FROM DUAL become *"3,14"*. I can think of several solutions:
    * Avoid PHP type juggling; instead, write a custom PHP function to parse formatted floats from strings
    * Set NLS_LANG to SPANISH_AMERICA.WE8ISO8859P15
    * Use PEAR MDB2 abstraction layer, which apparently ignores NLS_LANG
    ... but they all look like newbie workarounds...
    The server runs Oracle 10g.

    Alvaro, you can pick and choose decimal separator and group separator. The parameter is NLS_NUMERIC_CHARACTERS. Here is how it works:
    SQL> alter session set NLS_NUMERIC_CHARACTERS=',.';
    Session altered.
    SQL> select 3+1/7 from dual;
    3+1/7
    3,14285714
    SQL> alter session set NLS_NUMERIC_CHARACTERS='.,';
    Session altered.
    SQL> select 3+1/7 from dual;
    3+1/7
    3.14285714
    If you don't want to do it through Oracle, PHP has pre-defined NumberFormatter class, described here:
    http://hr.php.net/manual/en/class.numberformatter.php. There is also a very useful class for the international date formats but that's another story.

  • Select options numeric value with asterisk in field screen.

    Hi Guys
    I searched this solution in SDN and SAP HELP but I found the solution, so I created this post.
    I have a select options:
    SELECT-OPTIONS: s_asnum  FOR asmd-asnum
    If I insert value 3000111 , then my internal table show 000000000003000111  (ok its wright)
    If I insert value 30001*1 , then my internal table show  30001*1 (its my problem , because i NEED 0000000000030001*1 to my select work)
    How can I change my select option 30001*1  to  0000000000030001*1.
    Thanks for help.

    Hi Ronaldo,
    can't you ask your user to fill the zeros? or search by *30001*1?
    try  CONVERSION_EXIT_ALPHA_RANGE_I
    If it doesn't work you'll have to fill left zeros yourself in code.
    regards,
    Edgar

  • Hide coupled numeric value in Publisher

    Hi everybody,
    is there any possibility to hide a coupled numeric value (only one of the two) in Publisher?
    For instance, I have coupled numeric value with 5g/10lb. I want to display on the metric value.
    Cheers
    Christian

    Hi Christian,
    I believe that it is not possible to achieve this requirement with current MDM Publisher.
    Please consider filling a feature request.
    Regards,
    Hedda Cohen.

  • Sorting a column as a numeric value

    Hello,
           I have created a SQL Report using collections and having problems with sorting one of the column as a numeric value.
    I have used create_collection_from_query2 to assign my numeric value as n001 variable. But, when i use the same in my SQL Report, it is considering the column as string.
    Please advise if i am doing anything incorrect which is causing this issue.
    Thank you in advance,
    Madan

    MadanN wrote:
    An update to my above question:
          I have used to_number() function in the select statement. But, i get an error "Invalid Number" error. I have checked the underlying data and confirmed that the data is a numeric value with a 2 point decimal value.
    Just an FYI., i was using to_number() on  apex_item.display_and_save function.
    A function that clearly returns a VARCHAR2 result:
    APEX_ITEM.DISPLAY_AND_SAVE(
       p_idx IN NUMBER,
       p_value IN VARCHAR2 DEFAULT NULL,
       p_item_id IN VARCHAR2 DEFAULT NULL,
       p_item_label IN VARCHAR2 DEFAULT NULL)
       RETURN VARCHAR2;
    SQL> with t as (
       2        select trunc(dbms_random.value(0, 100)) n from dual connect by level <= 5)
       3  select
       4      n
       5    , apex_item.display_and_save(1, n) d
       6  from
       7      t
       8  order by
       9      n;
              N D
              0 <input type="hidden" name="f01" value="0" /><span>0</span>
              6 <input type="hidden" name="f01" value="6" /><span>6</span>
             27 <input type="hidden" name="f01" value="27" /><span>27</span>
             68 <input type="hidden" name="f01" value="68" /><span>68</span>
             74 <input type="hidden" name="f01" value="74" /><span>68</span>
    Making attempts to convert such results to a number using to_number clearly doomed to failure:
    SQL> with t as (
       2        select trunc(dbms_random.value(0, 100)) n from dual connect by level <= 5)
       3  select
       4      n
       5    , to_number(apex_item.display_and_save(1, n)) d
       6  from
       7      t
       8  order by
       9      n;
       , to_number(apex_item.display_and_save(1, n)) d
    ERROR at line 5:
    ORA-01722: invalid number
    To make the column properly sortable in a SQL report:
    Include the original number column in the query.
    Reference the apex_item.display_and_save column name in the number column's HTML Expression property using column reference syntax (#COLUMN_ALIAS#).
    Make the apex_item.display_and_save column hidden.

  • Numeric value variable problem with user exit

    Dear experts,
    I've created a variable (numeric value, user exit) and I want to get the value of variable from an user exit.
    Actually, I want to convert "0calyear" to a number to be albe to calculate (multiplying, dividing etc).
    If there is a possible solution only in FOX, the solution will be the best. However I couldn't find anything.
    So, the next solution I am trying is user-exit. But I am in stuck here.
    The problem is that I have no idea whether the numeric value variable has any sturcture like other variables(char. value) or not. If yes, what structure it has?
    I know, the characterisc value variables have the structure as blow,
        ls_varsel-chanm =
        ls_varsel-seqno =
        ls_varsel-sign  =
        ls_varsel-opt   =
        ls_varsel-low   =
    I've tried several times with the same way like above, but it doesn't work when I call the variable in "BPS0" or "UPSPL".
    How can I solve it? Please let me know.
    I am using SEM_BW 4.00.
    Many Thanks.
    Bruce

    Hi Ravi,
    Sorry, there's a correction. <b>var2 is used for getting the first month of the year selected by the user in var1</b>. If the user doesn't enter a value for var1, then var2 should take first month of current year from var1 which has by default last month of current year (populated in i_step1 from sy-datum). The user can select the value of var1 according to his requirement. Then var 2 should get first month of the year selected. That's why I'm using two exit variables.
    It works fine during the initial run of the query. But when the user clicks on the variable button in the toolbar and executes the query, var1 is not being displayed and an error message <i>No value could be determined for var2</i> is shown. All other variables used in the query are displayed except var1.
    Krzys, Is the option <i>Can be changed in Query Navigation</i>  available for Exit variables. I'll check that and get back to you.
    Boujema, Thanks for the OSS note.
    Thanks
    Hari

  • Looking for help with javascript to autofill checkboxes based on a numeric value.

    I have a numeric field that I would like to have 1 - checkbox
    out of five autofilled based on a numeric value.
    For instance the numeric value is TotalPoints
    If the TotalPoints Value is >10 autofill this checkbox
    If the TotalPoints Value is 10 - 19 autofill this checkbox
    If the TotalPoints Value is 20 - 49 autofill this checkbox
    If the TotalPoints Value is 50 - 69 autofill this checkbox
    If the TotalPoints Value is 70+ autofill this checkbox
    Assistance in writing the correct script for this would be greatly appreciated.

    All the checkboxes have separate names. 
    Check box #1 is AssetClass.0 with the export value of 1
    Check box #2 is AssetClass.1 with the export value of 2
    Check box #3 is AssetClass.2 with the export value of 3
    Check box #4 is AssetClass.3 with the export value of 4
    Check box #5 is AssetClass.4 with the export value of 5
    Score and StrategyUse the following calculation to determine your point score and indentify the appropriate strategy listed below.A. Add your points for questions 1 – 2.
    B. Add your points for questions 3 – 12.
    C. Subtract B from A. (Numeric Text Box)  name is TotalPoints
     Points Strategy Asset Class Mix (check boxes as named above)
     0 – 10 Primarily Fixed Income: 80% Fixed Income; 20% Equity
    10 – 19 Balanced Fixed Income-Oriented: 60% Fixed Income; 40% Equity
    20 – 49 Balanced Equity-Oriented: 40% Fixed Income; 60% Equity
    50 – 69 Primarily Equity: 20% Fixed Income; 80% Equity
    70+ Equity: 95%; 5% Cash 

  • Question regarding creation of xml-elements with numerical values

    When i create xml-documents from xml stored in the database (xmltype table based on an xml-schema), i find that numerical values which were stored as 0.395 (with the "." as the decimal separator) are retrieved as .395.
    Is it possible to apply a format mask so that the numerical value is retrieved as 0.395?
    thanks, Bart
    N.b. Note that i select a complete xml-fragment. So my problem seems related to the storage or retreival of 'schredded' XML. I do not use SQL/XML-functions with relational data, in which case i know how to apply a format mask.

    I don't use XSLT, i just query the XML-documents stored in an XMLType column with a simple SQL-statement.
    I have posted a simple example over here Re: Is it possible to influence the creation of empty elements?

  • Hi, I have big problems since 2 weeks with outline, fonts, size in Ai CS6 : Numerical value are so big

    Hi, I have big problems since 2 weeks with outline, fonts, size in Ai CS6 : Numerical value are so big and I can't change it with smaller. Apparently Ai said me that comes from AiPrefs... Could you help me please.
    I tried to initialize my preferences but nothing change.
    PS : Sorry for my English, I'm French
    Pierre

    Pierre,
    You may try the list and see how far down you need to go; you have probably been through 1) and 2), and 4) is both reversible and more thorough than 3); 5) is hardly relevant, so you may end up with 6).
    The following is a general list of things you may try when the issue is not in a specific file (you may have tried/done some of them already); 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    If possible/applicable, you should save current artwork first, of course.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to at least 5 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • Cannot slice values with quotes sign

    Hi all,
    for some unknown reason, I cannot slice values with quotes sign on a slicer.
    It does not work on any of the computers in my workplace!
    Why is that? How can I fix this?
    I work with Excel2010
    Thanks,
    Marina

    Hi Marina
    Check data format in PowerPivot model. Should be text. If it not helps please give examples how the model and slicer looks like.
    G.

Maybe you are looking for

  • I'm gonna rip the hair out of my head...Win XP related...

    Ok, after fighting with Boot Camp and hours of work on trying to just have the system install the **** OS, I'm finally in it and everything's been working great. Now I'm in Windows XP and I just tried to install the Mac drivers. The bluetooth keyboar

  • Set context privilages issue

    Hi I create a procedure but get this error. CREATE OR REPLACE package body SearcProduct_Pkg  is procedure SearchProVar(PCode in varchar2, Storeid in number,Usertype in varchar2) is begin dbms_session.set_context( namespace => 'paramsNew1', attribute

  • Oracle 9i can't start install  progress

    I download oracle 9i install disk and extract to my hard disk E:(NTFS Partition, 46GB). I click setup.exe, after wait 6 seconds, no response. My computer: Windows 2000 Server with Service Pack3, CPU P4 2.4GB, Seagate Hard Disk ST380021A, 256M RAM thr

  • 2 vlan on AP 1242

    Hi, how can I configure 2 SSID broadcast in single AP 1242 so I can through it on my PC Windows in wi-fi network proprieties ? In fact I configured 2 Vlan wi-fi on my network infrastrucure. best regards Lorenzo

  • Clone Oracle Home (9.2.0.7)

    Hi, we want to change the location of Oracle home. Version: 9.2.0.7 ( HP-UX Itanium 64bit) we dont want to reinstall Oracle home, but want to clone the Oracle home to new location. i am able to find out the documentation for Oracle Home Cloning for 1