-ve sign in front without converting

Hi experts,
The negative sign of a currency field is being displayed at the end of the value I want it at the left, i.e at the begining of the value
<b>without converting it to a character type..</b>
i am aware of that FM :  CLOI_PUT_SIGN_IN_FRONT but takes only character values
regards,
Dany

Hi,
Try this,
<b>DATA char TYPE char10.
DATA int  TYPE i VALUE -10.</b>
<b>START-OF-SELECTION.</b>
  <b>MOVE int TO char.</b>
  <b>CALL FUNCTION 'CLOI_PUT_SIGN_IN_FRONT'
       CHANGING
            value = char.</b>
  <b>WRITE char.</b>
Or just Try this.
  <b>WRITE int USING EDIT MASK '-___________'.</b>
The both result is <b>-10</b>.
Regards.
Marcelo Ramos

Similar Messages

  • How can I change text height without converting to outlines?

    I work in a sign company and often need to set up text at specific sizes. When text is CAPS it isn't so bad, but when in Title Case it can be a pain....
    For example, if I need 2" high letters, generally it would be relative to the capitalized version of the first letter of the word (regardless of ascenders and descenders).
    Some times I need to do several at a time, so changing them individually is very time consuming when I have to convert each word to outlines and then adjust each word for compensating for ascending and descending letters.
    I'm wondering if there is a quicker way to accomplish this without converting the curves?  Also, I notice that when I change the font size (in Character palette) to 2", for example, when outlining the text is actually smaller.

    signguy(there),
    You may:
    1) Tick Edit>Preferences>General>Use Preview Bounds;
    2) Select the Type and Effect>Path>Outline Object.
    That will reduce the Bounding Box to the actual bounds of the letters, and keep the Type editable.
    Remember to untick Edit>Preferences>General>Use Preview Bounds before you get a reverse issue.

  • Sign in front of numeric/currency field in ALV grid/list

    Dear all,
    We need to display sign in front for numeric/currency values which will
    use the sub-total functionality. Currently there is no option for doing
    this in ALV output options.
    Is this possible?
    regards
    Nitesh

    Hi,
    Please go throw below links ,
    may be it will solve u r problem
    http://www.sapfans.com/forums/viewtopic.php?t=20386
    http://www.sapfans.com/forums/viewtopic.php?t=85191
    http://www.sapfans.com/forums/viewtopic.php?t=88401
    http://www.sapfans.com/forums/viewtopic.php?t=17335
    Regards
    Suresh.d

  • How do i add a subtitle file to a supported video file for ipad without converting the video.  (.mp4)??

    I have a downloaded movie in .mp4 format an i success fully added it to itunes.
    But before adding it to my ipad i have an .srt file subtitles which i would like to add it to the movie.
    I want to add it to movie without converting the movie.
    Can i copy the content of the subtitle file to the lyrics tab in get info option to make it work?

    Nevermind. In the iTunes Area I can drag and drop tunes onto the iTunes playlist I made, but NO I can't drag and drop to a synced list in the iPhone area of iTunes. Reason is that it only represents the list I sync to in iTunes.
    I did download a Doug Script where I can add files from one play list to another which is neat. Donated some cash for it.

  • Minus Sign in front

    Hello all,
    I have a requirement where in I need to bring the minus sign in front for the amount field in ALV Grid Display.
    I used the FM CLOI_PUT_SIGN_IN_FRONT, but after I pass back the values, the sign gets set at the end. Moreover, I cannot create a character filed because the business might want to do sum on it.
    Please advice.
    Regards,
    Salil
    P.S. the below piece of code
    DATA : gv_bill_rev  TYPE string,
             gv_balance   TYPE string.
      LOOP AT gt_master INTO gs_master.
        gv_bill_rev = gs_master-bill_rev.
        gv_balance  = gs_master-balance.
        CLEAR : gs_master-bill_rev,gs_master-balance.
        CALL FUNCTION 'CLOI_PUT_SIGN_IN_FRONT'
          CHANGING
            value = gv_bill_rev.
        CALL FUNCTION 'CLOI_PUT_SIGN_IN_FRONT'
          CHANGING
            value = gv_balance.
        MOVE : gv_bill_rev TO gs_master-bill_rev,
               gv_balance  TO gs_master-balance.
        MODIFY gt_master FROM gs_master INDEX sy-tabix
                                        TRANSPORTING bill_rev balance.

    You can directly specify an edit mask for output.
    Field EDIT_MASK in the field catalog is a 60 character field in which you can specify an edit mask.
    fieldcat-edit_mask = 'V___.__'
    The V at the left indicates that you want the sign to appear at the left.  The _ will be replaced by the values of the number.  Put as many underscores as required.  You may also want to specify commas (,), if desired, for thousand's separators and a period (.) for the decimal point, if needed.
    Alterntively, if an appropriate conversion exit exists to put the sign in front, you can assign the conversion exit in the field catalog table.
    Field CONVEXIT in the field catalog can be used to specify the name of the conversion exit.
    Brian
    Edited by: Brian Sammond on Jan 27, 2009 8:08 PM
    Simplfy example edit mask because forum was displaying it funny

  • Error when I sign in to the Convert PDF to Word feature

    When I sign in to the Convert PDF to Word feature, after I enter my password I get a message "An error occurred while signing in" and the feature locks up, giving the same message if I use the "convert" button, can anyone help with this.  Adobe Support sent 3 emails to reset my password all of which timed out before I could get to them. I have changed my password and it is still the same. Help please.

    Hello Kathie,
    Sorry for the inconvenience that has caused to you.
    Please let me know if you have tried converting any other PDF to word with Reader.
    Alos, please sign up at "https://cloud.acrobat.com/" using your Adobe ID credentials. Click on 'ExportPDF' tab and upload the PDF that you want to convert to Word.
    Let me know if this converts fine.
    Hope to hear from you.
    regards,
    Anubha

  • How do I assign a link to an image without converting it to a symbol?

    I've seen alot of instructions online on how to assign a hyperlink to an image.  Alot of them say to convert the image to a symbol first and then add the appropriate Actionscript code (getUrl).  I'm just wondering if there is a way to do it without converting it to a symbol (converting it to a symbol seems to add an artifact to one of the borders of the pic).  Does anyone know if this can be done?  Or must all images be converted to symbols to get links assigned to them?

    you can't reference an object with actionscript unless it's converted to an object.  so, if you want to click an image and have something occur (like execute a getURL) you'll need to convert the object.   btw, there's no reason a converted object would be changed in appearance.

  • Self Signed in Certificates without CA server

    Hi Team,
    I am working to configure expressway for Cisco Jabber but i stuck now in certificate step, can i do self signed in certificate without CA server ? if yes what are the procedures to do that.
    Thanks

    It is better if you use a CA server.
    Please follow the deployment guide http://www.cisco.com/c/dam/en/us/td/docs/voice_ip_comm/expressway/config_guide/X8-1/Mobile-Remote-Access-via-Expressway-Deployment-Guide-X8-1-1.pdf

  • Working with canon 6d CR2 files not possible without converting to DNG?

    I have a brand-new down on 60 camera which generates CO2 files. Unfortunately I have not been able to edit any of my photos using Adobe camera raw or bridge or Photoshop without converting to DND files. Do you and you files are larger than the CR to file sizes and therefore I don't like them. Is there anyway for me to work directly on my Cr2  files like I did on my NEF files when I had the nikon? Yes my Photoshop is up-to-date.

    What version of Photoshop are you using, and what version of Camera Raw plug-in (ACR) are you using?
    If your camera is a 6D then you need Photoshop CS6 and ACR 7.3 or newer to open the CR2 files.
    If your camera is a 60D then you need Photoshop CS5 and ACR 6.2 or newer to open the CR2 files.

  • Is there a procedure to open keynote 09 files with videos in the new Keynote without converting videos?

    is there a procedure to open keynote 09 files with videos in the new Keynote without converting videos?
    I have a big presentation with many video mov and avi files created with Keynote 09. When trying to open the file in the new Keynote the procedured crashes and Keynote crashes abruptly. It seens that an avi file is not converted. I have no more the old Keynote 09. How can this problem be solved?

    if you right click or control click on the file, do you get an option to 'show package contents'?

  • Using Seagate Goflex hard drive to play AVI movies without converting?

    Hi, I have bought a Seagate Goflex satellite hard drive, I would like to store my AVI movies on it and then play them on my iPad 2. I have tried various ways, is it absolutely necessary to convert them to iPad format first?
    I know I can use various apps to watch AVI movies that are transferred to my iPad using i tunes but I would like to know if there is an app that will allow me to watch AVI movies from my Seagate hard drive as I don't want to use all my space on my iPad for movies, hence the purchase of the hard drive.
    Help???

    I BOUGHT PQI AIRBANK + AND HELP ME TO USE WITHOUT CONVERTING MOVIES. WICH APP CAN PLAY WITHOUT CONVERT. I BOUGHT ALSO BUZZPLAYER AND I DO NOT KNOW HOW TO SET UP.
    PLEASE ANY HELP
    AKOS

  • SQLLDR to load data in Excel file without converting to CSV file

    Hello Guys,
    We are getting data in excel sheet and we need to insert data into oracle table. Is it possible to do with SQLLDR command that too without converting the excel file to csv format.
    If its possible can any one share a pseudo code to do that.
    Your help is well appreciated.
    Thanks in advance

    Is it possible to do with SQLLDR command that too without converting the excel file to csv format
    SQL*Loader does not know how to process the microsoft proprietary binary format of Excel files.  If you really want to use SQL*Loader then the data will have to be exported from Excel to a format that SQL*Loader can use, such as CSV... otherwise, don't use SQL*Loader (see the FAQ I posted already)

  • I signed up but cant convert PDF to excel

    I signed up but cant convert PDF to excel

    Hi Vince,
    Are you receiving a specific error message? What is the size of the pdf?
    Looking forward to your response.
    Kind regards, Stacy

  • How can I edit a pdf file without converting it?

    How can I edit a pdf file without converting it?

    Hi there,
    To edit a PDF file in the PDF format, you need Adobe Acrobat.
    -David

  • Remove hidden information without converting to RGB

    I'm preparing a PDF for one-color printing, and it has some color data off the page that's messing up our prepress process. So I ran "remove hidden information" to cut that data out, but it converted the entire file from CMYK to RGB. I obviously need the file to stay CMYK (getting it down to just K was the whole point). Is there any way to remove cropped/overlapping data without converting to RGB?

    You might try running the Preflight single fixup under Pages to "Remove page objects which are completely outside of page area" instead.

Maybe you are looking for

  • Cant login to my macbook pro

    Want to reset to factory setting but cant asks me for password i don't remember the password neither do i remember creating one. How do i reset to the older version cant even lo in to the older one anymore.

  • Query Optimisation Problem

    Hi I have a problem regarding query optimisation, and in particularly one query. The query I have is for a view, and when I ran the cost on it, there were full table scans, and some costs were quite high: Select a.name, b.id, c.date from table a, tab

  • Bank statement number not updating in reference field

    Hi All, After importing EBS, reference field of the posted document will be updated default as "HOUSE BANK" ACCOUNT ID" and "Statement number". But in my case statement number in this field is updating up to 11999. Means, if I run EBS upload with sta

  • AirPort Express won't show up in AirPort Utility... Help?

    Both of my AirPort Express base stations have stopped showing up in AirPort Utility. AirPort Utility *does* see the AirPort Extreme base station, but that's it. I have tried both a soft and hard reset on our AirPort Express to no avail... I can see o

  • Panels do not appear

    Adobe Illustrator CC 2014, MacOS 10.10 Yosemite. AI no longer shows most panels such as Layers, Colors, Paragraph Styles, etc. I select one in the Window menu, which says that it's active, but the panel never shows on the screen. A few panels do show