Decimal data in outline fields

I have an Express-generated window with a nested outline field. The
decimal data being displayed (Custom DecimalDomain with
DecimalNullable datatype) is formatting in E-notation with values >=
1,000,000. When I change the outline field to an array field the
same number displays properly.
I also changed the domain type to TextDomain and it displayed
properly but is not suitable for our complex arithmetic operations.
Can any tell me why outline fields for decimal types displays in
E-notation and how to combat this problem? Thanks. Rich.
[email protected]

Hi,
Go to SPRO>SAP Netweaver >General Settings> Check Units of Measurement, then click on "Units of Measure" (T.Code: CUNI) and Select your Unit of Measurement  and go to details put number 4 "Decimal Places" field (you can put 0 to 14 decimal places.
Regards.
Chinna

Similar Messages

  • Decmal data in outline fields

    Fellow Forte' users,
    I am displaying decimal data in an outline field and want to do so to 4
    decimal places. The default in the outline field is 2 decimal places.
    Setting the scale of the decimal data attribute in the outline field display
    node init method doesn't work.
    The only way I can get 4 displayed is to use a TextData in the outline field
    and format the decimal into the TextData.
    Does anyone know a better, more direct way to do this?
    Regards,
    Glenn Wickham
    Hydro Electric Commission
    Australia
    [email protected]

    Hi Virendra,
    Thanks for the support, as per the guidance given by you i was able to link the desired field (E.g. Vendor Code) to one of the WBS Element User Field using WBS_USER_FIELDS_F4 BAdi. Further to this I have following requirements.
    1. Can I also appear the field description in front of the User Field (E.g. Name of the Vendor)
    2. Can I validate whether a User have entered a valid input to the User Field (i.e. Existing Vendor in the Vendor Master)
    3. Can I include a search window to search input values.
    Very much appreciate your help,
    Dileepa.

  • MS Word Web Service Interface: bad format of date and currency fields

    Hi,
    I am using MS Word Web Service interface to create contract documents. However, my date and currency fields show in a strange format. Date is in"YYYY-MM-DD" format, while currencies always have "." as decimal separator (probably technical values). My user settings are "DD.MM.YYYY" for dates and "n.nnn,dd" for decimal numbers.
    My workaround is to create a Z structure for WS interface with char fields and then do conversion through CRM_WST_RT_BADI->OUTBOUND_PROCESSING method. This works, but requires a lot of custom development.
    Is there a way to "tell" the interface to use correct formats in MS Word without doing it all manually through custom fields?
    Thanks!
    KR,
    Igor

    Oh, indeed!
    We might be closer than you think - I live close to Croatian-Slovenian border so we might pop out for a drink! But we can discuss this out of forum... 
    Now work again:
    Is there any documentation on possible formatting keywords? I suppose it's possible to set up decimal places, custom date formats etc.
    Cheers,
    Igor

  • Unable to use decimal data in the datasources in the IOP RELEASE 11.1.2.1

    Hi,
    I have created a datasource of type Database and given an sql query which is fetching some of the decimal data.
    But when I am checking preview for the sql query, it is showing integer data (rouding off the decimal value) even though the field type is coming as double.
    Please let me know how to resolve this issue.
    Thanks,
    Neha

    Are you mapping your datasource to a view? -- If so, this may be due to a known issue caused by jdbc. Way to work around it is to use a table instead of a view, with number columns defined with explicit precision, as in NUMBER(10,2).

  • Re: Tree Lines on an Outline Field

    Actually, you can use the outline field in Forte R2 to mimic what you're
    trying to do. True tree and list-view widgets are fully supported (quite
    nicely, btw) in R3.
    Basically, set up your subclass of displayNode to have an image data
    attribute that is displayed on the widget. Then, create a few stock
    tree-like bitmaps (like a vertical line, a vertical line with a horizontal
    line, etc.). As the user expands and contracts the nodes in the outline
    view, dynamically change the bimtap accordingly.
    Hope this helps...
    -Katie
    Does anyone know if Forte can put the tree/branch lines on the hierarchical
    structure of an outline field? I can get the outline/hierarchical structure
    to display and work fine, but without the lines showing how nodes relate,
    its hard to read.
    Thanks.Wait for Release 3.

    Does anyone know if Forte can put the tree/branch lines on the hierarchical
    structure of an outline field? I can get the outline/hierarchical structure
    to display and work fine, but without the lines showing how nodes relate,
    its hard to read.
    Thanks.Wait for Release 3.
    Fred Scholldorf
    Email: [email protected]
    ===

  • Change the decimal places of a field in screen table control

    HI ,
    I have a MENGE field having data element as , BSTMG (decimals 3 ).
    This field MENGE , I have used in a table control. The value in this field is filled from a custom Z-table where the same data element BSTMG is used. So , for eq.) value in MENGE field is shown as 6.010
    But the requirement is that the value should be displayed as only 2 decemals i.e.)   6.01
    I dont want to change the domain of the field in the Z-table , to 2 decimal places , because the table is used in other developments also , so it will give a dump there which I have to correct in other developments also.
    So , is there any way to change the decimal places of a field in screen table control , without changing the domain , in the table from where the value is fetched... ????
    Edited by: abhijeet_7013 on Feb 14, 2011 3:18 PM

    Hi, create a structure in local program with same field names and change the TYPE with some 2 decimal domain of MENGE. Populate this local stucture and use it in TABLE CONTROL.
    Hope this helps...
    Cheers

  • Removing the decimal places of currency field

    Hi Gurus,
    I have a currency type field ( to be more specific a field like BSEG-WRBTR) .
    How do i eliminate the decimal places for this field.
    ie if the value is 345678.91, i need to make it 345678.
    Is there a standard keyword or something for this?
    Points will be given to all the helpful answers.
    Thanks,
    Nobin.

    You can use the FLOOR function to get the largest integer value without decimal.
    Like:
    DATA: W_RESULT TYPE I.
    W_RESULT = FLOOR( P_AMT ).
    Regards,
    Naimesh Patel

  • Decimal data type multiplied by quantity data type

    Hi all,
    i have a requirement where i have to multiply 3 fields, and get that result into fourth field.
    example:
    data: f1 type dec,    [Data type - Decimal; length 7]
            f2 type dec,    [Data type - Decimal; length 7]
            f3 type quan.  [Data type - Quantity; length 17]
    data: f4 type ??
    f4 = f1 * f2 * f3.
    what will the data type of field f4?
    Will field f4 be of decimal type. If yes, then what is the declaration syntax of f4.
    can i declare it as:
    data: f4 type dec.
    When i do this, i get an error saying type DEC is unknown.
    NOTE: For your information.I AM IMPLEMENTING THIS IN A  method inside a BADI.
    Points will be rewarded.
    Thanks in advance.

    Hi
    U need to use a reference to a dictionary field (like MSEG-MENGE) because there isn't an abap type to be used, the data type are only these:
    C     Character     
    N     Numeric string 
    D     Date        (YYYYMMDD)
    T     Time:            HHMMSS) 
    X     Byte (hexadecimal)         
    I      Integer                    
    P     Packed number       
    F     Floating point number
    STRING  String         Variable empty string
    If there isn't a dictionary field good for you, u can only use the type P.
    So or:
    DATA F4 TYPE MSEG-MENGE. (this field has 3 decimals)
    or
    DATA F4(16) TYPE P DECIMALS 2.
    Max

  • If I have a 4 decimal values in a field, then I want 2 only on the output.

    Hi,
    If I have a 4 decimal values in a field, then I want 2 only on the output of the smartform. what I have to do.  Also I have to condense the value of that.
    Thanks,
    BSV

    Hi,
    Define one packed number with 2 decimals and move the four decimals number to decimal 2 variable.
    Ex:
    Data:P(13) type P decimals 2,
          t(13) type P decimals 4.
    P = T.
    write P.
    Thanks ,CSR.
    ****Please reward if helpful.

  • Loading Data Using Outline Load Utility - Error

    Trying to load some data using Outline Load Utility. I followed the Oracle documentation on this and Under the Administration -> Manage Data Load area I defined Accounts as data load dimension, and period as driver dimension. I then added Jan - Feb as driver members. I wanted to load data for Jan. My data header looks like this:
    Accounts,Jan,Point-of-View,Data Load Cube Name
    acct1, 768, "2010, Ver1, Actuals, entity1, etc" Plan1
    The command i typed is this:
    C:\Oracle\Middleware\user_projects\epmsystem1\Planning\planning1>outlineload /A:Plan1 /U:Admin /M /I:C:\MockData2.txt /D:Accounts /L:C:\dataload.log /X:c:\dataload.exc
    I get the following errors:
    [Mon Nov 22 11:03:02 CST 2010] Unrecognized column header value "Jan".
    [Mon Nov 22 11:03:02 CST 2010] Unrecognized column header value "Point-of-View".
    [Mon Nov 22 11:03:02 CST 2010] Unrecognized column header value "Data Load Cube Name".
    [Mon Nov 22 11:03:02 CST 2010]Unable to obtain dimension information and/or perform a data load: Unrecognized column header value(s), refer to previous messages. (Note: column header values are case sensitive.)
    [Mon Nov 22 11:03:02 CST 2010]Planning Outline data store load process finished with exceptions: not all input records were read due to errors (or an empty input file). 0 data records were read, 0 data records were processed, 0 were successfully loaded, 0 were rejected.
    This is version 11.1.2. What am I doing wrong here? I also find it interesting that the command for data load and metadata load is the same as per oracle docs. I guess Planning knows if we're trying to load data or metadata based on the CSV file header?

    I don't usually bother with loading data using the outline load utility but as a test on 11.1.2 using the planning sample application I gave it a quick go.
    In planning, went to Administration > Data Load Settings > Picked Account as the data load dimension, Period as the driver dimension and selected Jan as a member
    I created a file :-
    Account,Jan,Point-of-View,Data Load Cube Name
    TestMember,100,"Local,E05,Actual,NoSegment,Working,FY11",Consol
    And used the following command line from the directory with the planning utilities
    OutlineLoad /A:plansamp /U:admin /M /N /I:F:/temp/dload.csv /D:Account /L:F:/temp/outlineLoad.log /X:F:/temp/outlineLoad.exc
    The log produced :-
    [Tue Nov 23 10:02:01 GMT 2010]Successfully located and opened input file "F:\temp\dload.csv".
    [Tue Nov 23 10:02:01 GMT 2010]Header record fields: Account, Jan, Point-of-View, Data Load Cube Name
    [Tue Nov 23 10:02:01 GMT 2010]Located and using "Account" dimension for loading data in "plansamp" application.
    [Tue Nov 23 10:02:01 GMT 2010]Load dimension "Account" has been unlocked successfully.
    [Tue Nov 23 10:02:01 GMT 2010]A cube refresh operation will not be performed.
    [Tue Nov 23 10:02:01 GMT 2010]Create security filters operation will not be performed.
    [Tue Nov 23 10:02:01 GMT 2010]Examine the Essbase log files for status if Essbase data was loaded.
    [Tue Nov 23 10:02:01 GMT 2010]Planning Outline load process finished (with no data load as specified (/N)). 1 data record was read, 1 data record was processed, 1 was accepted, 0 were rejected.
    There you go no problems.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Need Help..!! Loading Data Using Outline Load Utility - No Data

    Hi All,
    I've tried to load data using Outline Load Utility but the data is not loaded into my Essbase.
    Here are the step what I've done :
    1. In planning, Administration > Data Load Settings
    - Entity as the data load dimension,
    - Account as the driver dimension and selected Rental, test_desc as the member
    2. The .csv file
    Entity, Rental, test_desc, Point-of-View,Data Load Cube Name
    TLT, 100, 100, "FY11,Plan,Working,No Product,No Condition Type,No Vehicle Type,No Term Period,No Term,No Movement, Local, Apr", Retail
    3. Run the Outline Load through cmd
    E:\Oracle\Middleware\user_projects\epmsystem1\Planning\planning1>OutlineLoad /A:PLNDEV /U:xyz /M /N /I:E:/testload.csv /D:Entity /L:E:/OutlineLogs /X:E:/outlineLoad.exc
    and below it the OutlineLogs :
    [Mon Jul 25 04:01:42 PDT 2011]Successfully located and opened input file "E:\testload.csv".
    [Mon Jul 25 04:01:42 PDT 2011]Header record fields: Entity, Rental, test_desc, Point-of-View, Data Load Cube Name
    [Mon Jul 25 04:01:42 PDT 2011]Located and using "Entity" dimension for loading data in "PLNDEV" application.
    [Mon Jul 25 04:01:42 PDT 2011]Load dimension "Entity" has been unlocked successfully.
    [Mon Jul 25 04:01:42 PDT 2011]A cube refresh operation will not be performed.
    [Mon Jul 25 04:01:42 PDT 2011]Create security filters operation will not be performed.
    [Mon Jul 25 04:01:42 PDT 2011]Examine the Essbase log files for status if Essbase data was loaded.
    [Mon Jul 25 04:01:42 PDT 2011]Planning Outline load process finished (with no data load as specified (/N)). 1 data record was read, 1 data record was processed, 1 was accepted, 0 were rejected.
    No data rejected there, but when I tried to retrieve the data from my Planning Form or Essbase Add-In, there is no data.
    Do I miss something in my step above..??
    Please advise.
    Thanks.
    Regards,
    VieN

    Hi John,
    thanks for reply..
    I'm not check the essbase log yet..
    From the OutlineLogs (Planning Outline load process finished (with no data load as specified (/N)). 1 data record was read, 1 data record was processed, 1 was accepted, 0 were rejected.), it doesn't mean the data successfully loaded, isn't it...??
    Thanks.
    Regards,
    VieN

  • Outline Field

    Dear All ,
    In our application we need to diaplay a heirarichical structure .The
    herarcical structure for the moment has only 4 levels.
    We are using an outline field to display this structure.
    1) Our requirements are.
    a) We should not have any restrictions on number of levels.
    b) When we double click on the root node it should load the data
    for the entire tree and display all the nodes.
    c) We should be able to show more than one image in each
    display node.
    requirement a) and c) are not a problem
    but the rquirement b) is problem , because sometimes we will have more
    than 6000 leaf nodes and each node might app represent a data of 300 bytes.
    So app we will have 20 mb of data loaded on the cleint. Since most of the
    client machine in the production environment is 32 mb , it runs out of
    memory.
    When user expands each level , each level appx has data ranging
    form 10-4000 nodes, the max range might grow up in future.
    Could you suggest me the best possible ways of implemention of handling
    massive data display with acceptable performance.
    Thank you in advance
    Always
    Ananth
    IBC Soln's India Pvt Ltd. , Bangalore
    My e-mail id is : [email protected] , [email protected]

    Dear All ,
    In our application we need to diaplay a heirarichical structure .The
    herarcical structure for the moment has only 4 levels.
    We are using an outline field to display this structure.
    1) Our requirements are.
    a) We should not have any restrictions on number of levels.
    b) When we double click on the root node it should load the data
    for the entire tree and display all the nodes.
    c) We should be able to show more than one image in each
    display node.
    requirement a) and c) are not a problem
    but the rquirement b) is problem , because sometimes we will have more
    than 6000 leaf nodes and each node might app represent a data of 300 bytes.
    So app we will have 20 mb of data loaded on the cleint. Since most of the
    client machine in the production environment is 32 mb , it runs out of
    memory.
    When user expands each level , each level appx has data ranging
    form 10-4000 nodes, the max range might grow up in future.
    Could you suggest me the best possible ways of implemention of handling
    massive data display with acceptable performance.
    Thank you in advance
    Always
    Ananth
    IBC Soln's India Pvt Ltd. , Bangalore
    My e-mail id is : [email protected] , [email protected]

  • Data carrier & application field are not getting displayed in CV04N

    Hi Guru's
    In TCode : CV04N,  data carrier & application field are not getting displayed.
    While i compare with my IDES system, data carrier & application fields are getting displayed in CV04N.
    Let me know is there any configuration that has been missed out.
    Regards
    Bhanu

    Hi Bhanu,
    Please note that the fields 'Data carrier' & 'Application field'  are visible only if no document type is entered.
    Suppose you enter a document type and press ENTER then these fields disappear. This is because the field 'Application' was designed when only the storage is archive, vault or SAP-SYSTEM was possible and the number of added originals was limited.
    Currently DMS allows storage of originals on Content Server and there is no limit on the number of added originals, the system behavior was changed due to performance reasons. To avoid performance problems if you search for a document with a lot of originals attached this field gets invisible if you enter a document type which uses the KPRO storage.
    Regards,
    Pradeepkumar Haragoldavar

  • Not getting data for 1 field in ODS

    Hi BW Experts,
    I am loading the data from R/3 to BW.I have loaded the data through PSA.The data is available in New data field. After activating the ODS, for 1 field the data is not uploaded and in the report, the values are not displaying.
    I have checked the Transformations also. it is mapped correctly.But still i am not getting data for that field.
    Thanks,
    Siva.

    Thanks for the Update
    1. What is your Service Pack Level?
      Service Pack is 0016
    2. Are you able to see the data in PSA?
       Yes I can see the data in PSA
    3. After load, are you able to see the value in New table?
       Yes i can able to see the data in New data table
    4. Anywhere, are you doing the SORTING of Data Package?
       No I have not sorted the data Package.I have not written any coding on this
    I have not written any coding in transformation also.
    Thanks,
    Siva.

  • How to retrieve data from a field of CLOB datatype?

    How can I retrieve data from a field of CLOB datatype in Oracle
    8 being called from an ASP or VB application? The recordset
    object in ASP or VB doesn't support the CLOB datatype.
    Thank you in advance for your help.

    How can I retrieve data from a field of CLOB datatype in Oracle
    8 being called from an ASP or VB application? The recordset
    object in ASP or VB doesn't support the CLOB datatype.
    Thank you in advance for your help. Hello.. were you able to solve your problem? I'm faced with pretty much the same task.. I have a VBA application that needs to pull various pieces of data(CLOBs, BLOBs, etc..) from an Oracle8i db.

Maybe you are looking for