Convert position of sign for field type curr from (2-) into (-2).

Hello Gurus, i need to have the sign in front of the number without using char type or string fields.
Can i save a number like -2 to the transparent table in that form.
All the numbers i work with must have the sign in front.
The function CLOI_PUT_SIGN_IN_FRONT won`t help.
Please help. I will reward points.

Hi
Try this.
data : shkzg type c value 'E'.
data: p type p decimals 2 value 100.
data: c(18) type c.
if shkzg = 'E'.
p = p * -1.
c = p.
concatenate '-' c into c.
condense c no-gaps.
else.
c = p.
endif.
write:/ c.
Rgds
Anversha

Similar Messages

  • HT5019 Why can I not find a miniport to external monitor cable that works? I have bought for different types, two from Apple, cost me $300+ and still have no external monitor. Help, please.

    Why can I not find a miniport to external monitor cable that works? I have bought for different types, two from Apple, cost me $300+ and still have no external monitor. Help, please.

    What have you bought?
    What model Mac are you running?
    What input sources are available on the display you are connecting it to?

  • Problems realted to changing the language for non-Unicode programs from one into anther.

    Hi,
    Hi everyone!
    Product Name: HP Pavilion dv6-6093ex
    Product Number : LM610EA#A2N.
    My Windows 7(464Bit) Ultimate,  and its base language, and display language is English.
    The Languages(English, French and Arabic) built-in (came re-downloaded and re-installed by the person who made the Windows disc installation). Thus, while installing Windows 7, those three lanauge listed for me to choose one of them to be the base language
    and display language, I have chosen 'English'. In the End of installation, there are three pre-packaged languages(English and French and Arabic) can be used as a display language.
    I would like anyone kindly to confirm for me why I have been facing these problems when changing  language for non-Unicode programs from English into Arabic.
    First: After I have installed the  AMD High-Definition Graphics Driver (sp55092) 8.882.2.3000 on my laptop. The contents of the of Intel Graphics and Media Control Panel are partially shown in Arabic while language for non-Unicode programs
    is Arabic, however, they are completely shown in English while language for non-Unicode programs is English.
    A: I found that contents of the of Intel Graphics and Media Control Panel are partially shown in Arabic (second screen shot below, however,
    when click on any options, for example 'Graphics properties' shown in Arabic in, the second window is shown in English) while language for non-Unicode programs is
    Arabic, and it doesn't matter what format or location is.
    B- when I changed language for non-Unicode programs into 
    English.
    I found that contents of the Intel Graphics and Media Control Panel are completely shown in English .
    Second:
    A- Only All Arabic contents will be displayed encryptely while language for non-Unicode programs is English
    B-  All the Arabic contents are displayed properly   while language for non-Unicode programs is  Arabic.
    Third: an error extracting drivers and software downloaded from official HP website while language for non-Unicode programs is English.
    A-  I noticed an error extracting all kinds of comprised files(drivers and software) downloaded from HP website while language for non-Unicode programs is English and whatever location and format are:
    B- However  while language for non-Unicode programs is Arabic, there is no error extracting files.
    In conclusion, Is it normal
    for all of you the contents of the of Intel Graphics and Media Control Panel are partially shown in your native while  language  used
    for non-Unicode programs is your native lanague, however, they are completely shown in English while language for non-Unicode programs is English?.  IF so I would be saying that if I have wanted the  contents of documents written in my language
    Arabic to be shown properly, then then I
    must let the language for non-Unicode programs be Arabic.
    Is this happens with you as well?
    Also, if I need extracting all kinds of comprised files(drivers and software) downloaded from HP website, then language for non-Unicode programs
    must be in my Arabic lanague English and whatever location and format are.
    Is this happened with you as well?
    I would highly appreciate any clarification from you.
    A man should convert his anger and sadness into strength to continue living in this life.

    Hi,
    I am confused about your issue.
    when you changed language for non-Unicode programs into  English, it show English.
    while language for non-Unicode programs is Arabic, it show Arabic, If it's none-Unicode.
    This is correct. Why you think it's an issue?
    About your second scenario description, I was not clear what you said. Could you give us a explanation?
    Note: System display language is not the un-Unicode program language.
    You can just choose one language to display the system at same time.
    This article might be helpful to you:
    Install or change a display language
    http://windows.microsoft.com/en-in/windows7/install-or-change-a-display-language
    Change the system locale
    http://windows.microsoft.com/en-in/windows/change-system-locale#1TC=windows-7
    Karen Hu
    TechNet Community Support

  • Input maximum for field type numeric

    my coldfusion page will not let me input 1000000 into my
    database (field type in DB is numeric), any thoughts on this
    please?
    error is
    "Error Executing Database Query.
    [Macromedia][SQLServer JDBC Driver][SQLServer]Arithmetic
    overflow error converting numeric to data type numeric.
    many thanks in advance for any help

    I'm not sure what you mean by "length" as the two parameters
    for the NUMERIC type are precision and scale:
    PRECISION: Specifies the maximum total number of decimal
    digits that can be stored, both to the left and to the right of the
    decimal point.
    SCALE: Specifies the maximum number of decimal digits that
    can be stored to the right of the decimal point. The default scale
    is 0; therefore, 0 <= s <= p.
    Are you referring to "length" as the number of bytes? A
    number with a precision of 10 would take 9 bytes, otherwise if you
    had a scale of 9, such as in a column of type NUMERIC(10, 9), it
    would be a number of 10 digits, 9 of which would be to the RIGHT of
    the decimal point.
    A value of 1000000 should fit into a NUMERIC(10) (default
    scale=0) column without raising an exception. What does your insert
    statement look like? Are you applying any kind of function to the
    value such as using CAST() or CONVERT()?
    Phil

  • Value to be entered for Version type while populating metadata into Plannin

    Hi
    I have extracted the version dimension from my outline.
    Now i need to push it into Planning 11. I have reversed the planning dimension 7 using the version dimension to push value.
    After extract, the version type comes under UDA as "Standard bottom up, Public". I split the string into 2 columns as version type & other as UDA.
    I mapped the version type column at source to version type (in planning) at target.
    On executing the interface, it generated the following error log:
    Final Version,Version,,Never Share,,,,Public,Standard Bottom Up,~,Cannot load dimension member, error message is: java.lang.IllegalArgumentException: Invalid value for field Version Type: Standard Bottom Up.
    REV 1,Version,,Never Share,,Release 1,,Public,Standard Bottom Up,~,Cannot load dimension member, error message is: java.lang.IllegalArgumentException: Invalid value for field Version Type: Standard Bottom Up
    What value should be entered for version type??
    Moreover if there is any doc/pdf which provide details about the different values that can go into Planning dimensions, please share.
    Thanks in advance
    Edited by: user8628169 on Jan 18, 2010 4:40 PM

    Hi,
    The value should be "Bottom Up" or "Target", have a read here for the properties
    Ok?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Change field alignment for field type currency / float

    Hello Experts.
    I have a requirement : I want to align the field in the webUI on the right, not the label.
    Actually for the attribute type currency or float, it is at aligned at the right position.
    I see the configuration description and the XML file. I try to modify that XML file to add the attrinute ALIGN = "LEFT" for the field
    But it is too hard and I want to know if there is another solution that reading/modifying this XML file.
    Thanks and regards.

    Hi,
    I had seen the method get_parameter but how to do this? As I know it, it only change the value returned not any kind of format.
    I think the value is correct but the layout of the field is not correct.
    I can change the *.htm of the class and put some css code but I think it is not the solution.
    Can you help me please? it is urgent.
    Thanks and regards

  • Now have iphone6 and signed for different type lower cost account. Not seen on billing service. to have started Oct 1,2014

    **after receiving iphone6 and signing 2 year contract, negotiated for a change in plan with lower cost and discount... not seen on october bill as promised..totally unable to obtain help on phone to verizon. thanks

    Thanks for the response. I had the 65 advantage plan for 2 years. Service rep at Verizon store assisted me when I activated my new iPhone 6. She noted that over the 2 years i had used only a few minutes of talk, one to 2 texts per month ( at a fee of $. 20 each ) and a minuscule amount of data... and that the phone was for emergency contact to me from my disabled invalid wife only. She searched and found a discount special plan for a savings of  $15.00 per month with a final monthly fee before taxes of $45 and not $59 per month to start on Oct 1st. It does not have a name to the plan just that it carries this special discount. That is all I can tell you. Thanks for the assistance. Await your reply. Thanks
    Bob Bonus
    [email protected] <mailto:[email protected]>  this is Incorrect email........... should be  [email protected]    Wednesday oct 8th, 2014... do not know if you received this response to your email a few days ago. Sorry for the mistake. Await your response. thanks
    bob bonus

  • How to access Target field type, length from DT definition

    I have defined the XSD Type (String, Number, Date..) and the length in the DT for the Target message
    How do I access this info. in the mapping - so I can fill trailing spaces on String data, and zero-fill on Numeric data on the outbound XML MT ?
    Thanks in advance!

    Hi Satish,
    Thanks for this info.
    Exactly - I am trying to avoid Field length maintenance on every field level mapping.
    Currently, I have a  HashMap defined  as follows..
    empFieldLengthsMap = new HashMap();
    // emp field lengths 
    empFieldLengthsMap.put("Record_Type","1");
    empFieldLengthsMap.put("Movement_Type","1");
    empFieldLengthsMap.put("Company_Code","3");
    and then a UDF that yields me the size as follows from the map
    String out = "";
    out =  (String) empFieldLengthsMap.get( targetField );
    if (out == null || out.equals("") ) {
        out = "0";
    return out;
    HOWEVER, I cannot get the target field to input into this UDF!   Any ideas?
    Mustafa
    Edited by: Mustafa Dadawalla on Jul 15, 2010 11:44 AM

  • Any way to pre-sign for a UPS delivery from Verizon?

    I might have to run out for a few minutes and don't want to miss my delivery.  Can't find anything on either UPS or Verizon's website.  Is there any way to pre-sign?

    Type up a consent saying, "I am authorizing UPS to leave my package at the front door (or wherever you choose), and I understand that it is not UPS's responsibility if the package is stolen." Type up something similar to that and make sure you put the name that's  on the package, the address, and tracking number on the form then sign and date it. That's the same thing Apple's pre-sign form has on it. I used my old one from the February iPhone I ordered through Apple for this one I ordered through Verizon. I just photo shopped the tracking number.It is still the driver's discretion whether or not they want to leave it and take that as a signature though.

  • Need information for file type conversion from Oracle

    Hi,
    I need a scenario where there is third party tool which supports file types (.lnb (Link Notebook Chart),.anb(Analyst Notebook Analytical Chart),.anx(Analyst Notebook Exchange Chart),.tcv(Text Chart Visualisation))
    I am having a Oracle database where I want to create a file from a Table so that the third party tool could understand
    the file supported types.
    Any help will be benefitial for me
    Thanks and Regards

    Hi,
    If I use as:
    DECLARE
    fileHandler UTL_FILE.FILE_TYPE;
    BEGIN
    fileHandler := UTL_FILE.FOPEN('test_dir', 'test_file.tcv', 'W');
    UTL_FILE.PUTF(fileHandler, 'Writing TO a file\n');
    UTL_FILE.FCLOSE(fileHandler);
    EXCEPTION
    WHEN utl_file.invalid_path THEN
    raise_application_error(-20000, 'ERROR: Invalid PATH FOR file.');
    END;
    If I use the file naming convention i.e extension type as .tcv will it support ?
    Thanks and Regards

  • How to transfer special stock type ''O'' from unrestricted into blocked

    Hello!
    I would like to finD out if there is any movement type which would move sprecial stock ''O'' (provided for Vendor) from unrestricted to blocked? The stock should still belong to vendor afterthat.
    We want to move the quantity of some batches into ststus blocked as we do not want them to be used (bad quality) - the are physicaly at vendor. We move this unavailable materials from vendor to our plant every 2-3 months and would need to have accurate information about unrestricted stock.
    Many thanks in advance for your answer.

    Hi ,
    For the stock of material provided to vendors, the available stock types are unrestricted-use stock and stock in quality inspection. So you can NOT change the stock type to blocked.
    I suggest you create a special storage location for this purpose.
    Best regards,
    CM

  • Data syncup issue - Custom extractor for revenue recognition data from ECC into BW

    Hi there,
    We have created a custom extractor on top of a Function Module (FM) in ECC that reads data primarily from VBREVE table. Currently, we have close to 10 million records and full load isn't a preferred option so we built in a delta mechanism using "Created On" (ERDAT) and "Posting Date" (BUDAT). The idea is to do an initial full load and then switch over to delta loads on a nightly basis for data where:
    "Created On" OR "Posting Date" is within last 6 months.
    This will ensure if any updates are made to the existing VBREVE entries, this change will be reflected in the BW DSO, provided the "Created On" or "Posting Date" fall within last 6 months. The issue comes up if in ECC a billing plan is cut down to a smaller term, let's say from 3 years to 2 years, the entries for the 1 year will be deleted from VBREVE table. How can I pick up this change in BW DSO since this data has already been loaded in the past? Addition of entries are okay but I need to address the deletion on entries in VBREVE table so that it reflects this in BW DSO. Any ideas how I can accomplish this? In the example on the screenshots, BW still shows the before image and I need to be able to get it to sync up with ECC as per the after image.
    -Rohit

    Dear Rohit,
    The case is complicated , there can be workaround using the changedon date from VBAK table. if the billing plan is changed in the sales order VBAK will be updated for changedon.
    1) If the billing plan deletion is a very specific case, then using the change log tables find out which are the sales order for which there has been billing plan change. Store this sales order details in DSO day wise. call it DSO1
    2) Create a self transformation to the DSO ( DSO2) where you are currently loading from the table VBREVE (DSO2 to DSO2 -For loading data from the same DSO) .Transformation should have reverse record mode given as a constant.
    3) load the data DSO2 from DSO2 by filling up sales order details from DSO1 in the DTP filter.
    ( This will reverse the complete entry for the sales order in DSO2 for the sales order for which billing plan has been changed)
    4) Now load afresh for these sales order again from source system to DSO2 from the table VBREVE.
    You can also use VBAK changedon date to trigger this load.
    Hope I have not confused you
    Regards
    Gajesh

  • Unable to locate the xml-definition for FieldName with FieldId '1f8a351c-965d-4927-9c22-8772b7089f55' when trying to activate feature with references a custom field type

    I´ve a solution which contains a custom field type (found somewhere on the net, the custom field type maps a choice field to managed metadata). There is a second solution which contains site column and site content type definitions using the custom field
    type definition from field type solution.
    On my developement environment, there is no problem with this two solutions. When field type solution is deployed, i can deploy the content type solution and activate the feature and everything is fine.
    However if i give the two solutions to our adminstrator to deploy them into our staging environment, content type feature activation fails. Deploying the field type solution makes no problems. The field type is then available and i can manually creates
    columns with this new field type. However activating the content type solution fails with the error shown in the title of this message. The FieldID from the message is not part of my content type project. Searching the net doens´t show any results for that
    id. So i think it´s not some of the standard field id´s from sharepoint.
    Can anyone help?

     Stack Trace
    Unable to locate the xml-definition for FieldName with FieldId '1f8a351c-965d-4927-9c22-8772b7089f55', exception: Microsoft.SharePoint.SPException: Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED)) ---> System.Runtime.InteropServices.COMException (0x8000FFFF): Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))
    at Microsoft.SharePoint.Library.SPRequestInternalClass.GetGlobalContentTypeXml(String bstrUrl, Int32 type, UInt32 lcid, Object varIdBytes)
    at Microsoft.SharePoint.Library.SPRequest.GetGlobalContentTypeXml(String bstrUrl, Int32 type, UInt32 lcid, Object varIdBytes) -
    -- End of inner exception stack trace ---
    at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)
    at Microsoft.SharePoint.Library.SPRequest.GetGlobalContentTypeXml(String bstrUrl, Int32 type, UInt32 lcid, Object varIdBytes)
    at Microsoft.SharePoint.SPFieldCollection.FetchFieldsFromWeb()

  • Table in Smartforms cannot use data type CURR

    Hello everyone,
    I have trouble with Smartform
    in Main window , I want to show data in table.
    in main area of table .
    I want to show data of amount in document (BSEG-DMBTR)
    in text of main area. I add work area W_LINE_ITEM-DMBTR.(declare W_LINE_ITEM TYPE BSEG in Global definitions)
    but when i execute report program I got error message "W_LINE_ITEM-DMBTR Unknown in form"
    it's appear error for data type CURR only, for data type CHAR. it is OK.
    Is Smartform can show data type Curr ?
    what should i do to solve problem ?
    Please help.

    Hi,
    The best way wud be just to use the "Currency/Quan. Fields" tab...
    In Global definition,, go in "Currency/Quan. Fields" tab -> declare the the field as below for W_LINE_ITEM-DMBTR,,
    Field Name           Reference Field          Data type
    W_LINE_ITEM-DMBTR          BSEG-DMBTR             CURR
    Rgs,
    Lokesh.

  • Inbound problem for message type WPUUMS

    Dear all,
    I want to receive the IDOC data for message type WPUUMS from a java server. Currently i am working on sample values for segments
    E1WPU01
    E1WPU02
    E1WPU03
    E1WPU04
    E1WPU05
    E1WXX01
    I am facing problems in passing the correct values .
    Its throwing a error message status 51.(Application document not posted) IDoc not fully processed.
    can you help me with some dummy data for all the fields in the above segments.
    reply ASAP
    regards
    arun

    You have to analyze where exactly the problem is.
    There are several reasons why the Idoc did not post:
    1) The Data you are sending to post document may be wrong. You may have to validate against valid data in Database.
    2) Thre may be some mandatory data which you are not passing through IDoc (Idoc data may be missing).
    It is not possible to answer a generic question like this with perfect answer.
    Best way is to debug and find out why exactly the problem is, if you know the error message (you may see it in Status record of this IDoc).

Maybe you are looking for

  • Swing and Active rendering problem

    Hopefully this is the right place to post. I have a problem with active rendering and swing. Basically my code below messes up when I start rendering the swing either using repaint() or paint(g). If I use repaint() then the gui flickers like mad and

  • S-video 16:9 display

    I have a new Mac mini (2GHz Core 2 Duo) connected to a standard-resolution widescreen Sony TV using the Apple S-video adapter. It only offers me 4:3 ratio resolutions (such as 800x600, 1024x768), whereas if I connect my MacBook Pro using the same ada

  • 5800 problem after updating to new firmware

    When, I first bought my phone the icon on the phone were all unbranded but I did a firmware update and they've all been replaced by t-mobile ones. eg the internet icon has now become "web 'n' walk". How do I get the old unbranded icons back?

  • Switching from Digital Performer 7.24...?

    I have been using Digital Performer for 12+ years, but have been thinking about purchasing Logic Pro X for a variety of reasons.  I would love to hear from anyone who has done the same.  Have you found it easy to learn Logic, and how to use it to do

  • Losing Camera Presets in RAW images

    I attended a Nikon class a few weeks ago and they were, of course, pushing their own software and workflow. One of the reasons they gave for using their stuff was that many of the settings and adjustments made in the camera and saved as metadata with