How can I put a parenthesis around the number?

Hi expert people!!!
One question:  How can I put a parenthesis around the number because I have this
write:   /123 t_bsid-pago1, 141 t_bsid-pago2,
          157 t_bsid-pago3, 175 t_bsid-pago4,
          193 t_bsid-pago5.
and if I put the parenthesis hardcoded like this:
write:   /123 '(', t_bsid-pago1,')'.
when the variable are printed the parenthesis is write very separated from the amount.
I know that maybe I can use the CONDENSE or CONCATENATE statement but for that I need to create a variable type N, or STRING and if I do that I don't know how can I put the decimals points back.
Thanks!!

Hi Carlos,
Try this:
REPORT  ZTESTRAJ.
data: v_val(10) type p decimals 2 value '123456.75',
      v_text type string.
start-of-selection.
  write:/ v_val.
  v_text = v_val.
  concatenate '(' v_text ')' into v_text.
  condense v_text no-gaps.
  write:/ v_text.
<b>Output:</b>
test program...      
123,456.75 
<b>(123456.75)</b>          
Regards,
Raj
Message was edited by: Rajasekhar Dinavahi

Similar Messages

  • I have three different listings for Bob Seger on my iPod (bob Seger, Bob Seger System and Bob Seger and The Silver Bullet Band) How can I put all 3 in the same artist folder without changing artist name?

    I have three different listings for Bob Seger on my iPod (Bob Seger, Bob Seger System and Bob Seger and The Silver Bullet Band) How can I put all 3 in the same artist folder without changing artist name?

    Can you just create a new "Playlist", name it Bob Seger and drag what you want into the Playlist.
    File/New Playlist

  • How can i put my videos on the ipod classic

    how can i put my videos on the ipod classic

    See these 2 articles.
    http://support.apple.com/kb/ht1333
    http://support.apple.com/kb/HT2729
    B-rock

  • I moved folder Itunes folder to the desktop.if I open Itnues now, I cannot see my library.how can I put it back in the folder "music" in Finder?

    I moved folder Itunes folder to the desktop.if I open Itnues now, I cannot see my library.how can I put it back in the folder "music" in Finder?

    done through Hard Disk at top right of the screen...itnues folder is there already because of my dragging into folder/music..but Itunes does not ope the whole library.
    whn I opened it, itwas like it had never been on the mac and it downloaded my last purchasesdone with the iphone...now it only shows that one album purchase

  • How can I put my bookmarks into the sequence I want, alphabetical or otherwise?

    How can I put my bookmarks into the sequence I want, alphabetical or otherwise?

    http://kb.mozillazine.org/Sorting_bookmarks_alphabetically <br />
    http://kb.mozillazine.org/Sorting_and_rearranging_bookmarks_-_Firefox

  • HT201210 I have an Iphone 4 where the imei number is erased, how can I put back on it the imei number

    I have an Iphone 4 where the imei number is erased, how can I put back on it the imei number

    They would have to do more than that to remove or alter the IMEI, or, as brad805 already said, the logic board has been damaged. The person they got if from was probably trying to dump it.

  • How can I put something in for the last Wednesday of every month

    How can I put something in for the last Wednesday of every month

    I don't believe there is such a custom repeat option with the iPhone's Calendar app, but if you are syncing calendar events with a supported calendar app on your computer or syncing calendar events over the air with an email account that supports it with an option to create such a custom repeating event with the online calendar, set up the custom repeating event there.

  • How can i put a border around it?

    Could anyone tell me how i can put a border around the HD symbol?
    And how can i make everything without the HD Symbol transparent?
    http://i.imgur.com/6q6NTlZ.png

    And how can i make everything without the HD Symbol transparent?
    Hide the Background Layer and save a copy in a file format that supports transparency (psd, png-24, …).
    What will you use it for?
    Because vector data would make sense for printing, so Illustrator might be a better choice than Photoshop for this.
    Could anyone tell me how i can put a border around the HD symbol?
    With the Layer that contains the shape selecected try Layer > Layer Style > Stroke.

  • How can I put different clips in the "DropZone"

    Hey,
    Just wondering how can I put different scenes in dropzones of a customized template in Idvd....
    I imported my film from IMOVIE its' not saved as a movie format such as .mov or .avi it's saved as a project file... so I dont know how I would be able to do have different scenes in different drop zones.. I can only import the whole thing in a dropzone...
    Cuz on customized template there is like 3 dropzones is there a way i can delete the other 2?
    Please help me out,
    JOey Dee

    Hello Joey,
    the dropzone is actually not meant to contain your main movie. If you want to import your iMovie project by drag'n drop, drop it just above the bottom of the preview window. Alternatively choose File > Import > Video from the menu and select your iMovie project.
    If you have 3 dropzones, you should create 3 short (30-45 sec) movies and/or slideshows to place in the dropzones.
    Have a look at this little tutorial:
    http://www.kenstone.net/fcphomepage/idvd_5stone.html
    hope this helps
    mish

  • How can I put a Logo in the Browser-Register?

    Hey guys, does anybody knows, how I can put a Logo in the Browser Register? For example, watch this picture below; I want a Logo like the Facebook Logo, but I don't know how I can make this. The blue mark is my Website.
    Is this possible with Adobe Muse?
    Thank you.

    Hope this helps
    David

  • How can I put a div at the TOP of the page with a background color? No white space

    I am attempting to put an orange bar at the very top of a page and one that also stretches across the entire width of the page, no matter the page size.
    With the code below the orange bar appears but there is white space between the top of the browser and the orange bar.
    <div style="background-color:#f79321;height:30;width:auto;"> <p> </p></div>
    How can I get rid of this white space? I tried setting margin and padding to 0px but that did not work.

    I'm still getting the spacing:
    <html>
        <head>
            <style>
                body
                margin: 0;
                padding: 0;
                font-family: Georgia, serif;
                text-align: left;
                font-size: 16px;
                line-height: 1.2;
                word-wrap: break-word;
                text-rendering: optimizeLegibility;/* kerning, pri*/
                h2
                font-family:Arial, sans- serif;
                font-size: 28px;
                color: #fb8700;
                h2 a
                font-family: "bebas-neue",sans-serif;
                font-size: 40px;
                h2 a:visited
                color:#fbb100;/* visited - orange*/
                text-decoration:none;
                h2 a:active
                color:#fbb100;/* selected- orange*/
                text-decoration:none;
                h2 a:hover
                color:#c9c9c9;/* mouseover- light grey*/
                text-decoration:none;
                h4
                font-family: "bebas-neue",sans-serif;
                font-size: 50px;
                color: #fbb100;
                #page-wrap
                width: 960px;
                margin: 0 auto;
                p.topFormat
                font-family: Georgia, serif;
                font-size:16px;
                text-align:center;
                p.footerFormat
                font-family: Georgia, serif;
                font-size:16px;
                text-align:left;
                line-height: 150%;
                a:link {color:#fbb100;text-decoration:none;}      /* unvisited - orange*/
                a:visited {color:#fbb100;text-decoration:none;}  /* visited - orange*/
                a:active {color:#fbb100;text-decoration:none;}  /* selected - orange*/
                a:hover {color:#636363;}  /* mouse over - grey*/
            </style>
            <script type="text/javascript" src="//use.typekit.net/ppq8ria.js"></script>
            <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
        </head>
        <body>
            <div style="background-color: #f79321; height: 31px; width: auto;">
            <p> </p>
            </div>
            <div>

  • How can I put a border around my page, or around text?

    I rarely use Pages. Only when Textedit won't do something.
    I want a frame (or box or border or whatever you want to call it) around my page. I haven't been able to figure it out from the Help. I found something about a "text box" but that seems to require creating the box first.
    Thanks a lot!
    Also, it seems that you don't have any control over where a text box is when you create it. There must be something I'm missing here.
    powermac g5   Mac OS X (10.3.9)  
    powermac g5   Mac OS X (10.3.9)  

    Hi:
    You don't say whether you've got Pages 1 or Pages 2.
    The techniques are a little bit different. But in either one, you might find it easier to follow this to begin by choosing "View / Show Layout from the menu.
    In Pages 1, you create a text box from the insert menu, choosing insert / text.
    In Pages 2, you can simply click on the T icon in the toolbar. Use View / Customise Toolbar if it's not there, and put it there.
    The text box will show on your page. Where it is doesn't matter: you can size and move it wherever you want - including outside the layout margins of your page. Just be aware that what you can print may depend on your printer. Some (mostly lasers nowadays) won't print to the edge of the page.
    To size and move your text box, you click on the margin outside it and then select / all (Command / a) to put handles on it. If this doesn't let you move it, or it springs back once you have, then go to the Arrange menu and send it back. This is because when forward it can be confined by other things on the page - even provision for a header or footer in the blank template, for example: so you might not necessarily see what's stopping it being moved.
    But Pages is a hands on program. It's always harder to describe what you do than it is to do it. Play around with it; get the hang of it. OK, so now you've got your text box. Now bring up an Inspector box, and choose the Object Inspector: the one with the square and the circle. That's where you put your borders in. Choose the line style, the colour, and point size you want, and there you are. You can do this with other text already entered: the box will hide it if the box is at the front, but if it's sent back text or other objects there when you started the box will show (and print) through it.
    You can border your page with shapes in much the same way, but a text box is maybe the simplest. And you can also overlay text boxes or other objects if you want multiple borders, special effects, or when you really get into it, line and border fonts you can get from 3rd party suppliers. A freeware example is "Borders" and you can search for it in Mac OsX downloads.
    Some printers will also allow you to surround your page with a border. If so, you'll find it simpler, but the border will go where the printer wants, and you'll only be able to set margins, which it will follow.
    Here's a tip: if you want objects you work with centred on the page sometimes, you can choose in Pages preferences to have guidelines originate from the centre of your object as you move it across the centre of your page. When you get two of them, your object is centred. But be careful if you've set up for facing pages with the margins different: there's one centre for a left page, and another for the right one.
    Too hard? Not if you use the program. You'll find out what's there, and use it easily. But Pages is not a toy, and it's not a mere text editor. Don't waste your money by letting it rot. Learn it, and you'll be astonished at what it can do.
    You can also do borders with other objects, like shapes, and the principles are much the same. Choose what best suits your project, once you know what's there. But Text Edit? You've got to be joking. It's like the old IBM/DOS one with fonts thrown in. Better learn Pages before it bores you to death!
    Cheers.

  • How can I put an image in the page header so that it will be repeated on every page?

    Hi to everyone!
    I want to create a Pages template with the logo of our company in the page header.
    I'd like to put that image (logo) in the page header so that it will be repeated on every page but it will not modify the content of the page.
    Anyone know how to achive this, or something similar without have to copy-paste that image every time we add a page to the document?
    Thanks in advance

    Takashi,
    Turn off the Page Headers (not absolutely necessary, but since you don't need it, why not)
    Put your Graphic on the page and make the following settings:
    Then Insert > Text Box and make the same settings as for the graphic.
    Place your "Header text" in the text box and arrange the box and graphic as you want them. Move both to Section Master using the Arrange menu.
    Jerry

  • How can i put a logo in the lower right hand corner of a video?

    You like like a TV show like NBC, CBS, or ABC, in the lower corner, and its kinda clear (transparent). How can i do this on iMovie?

    any way to do this on iMoive?? for free??
    out-of-the-box, iMovie only supports 'titles', so, you can add a small 'made by berkmanfan' to every clip ...
    for free? do you work for free...? why should a programmer offer his skills you do not have? ..

  • The keyboard has become positioned near the top of the screen. How can I put it back down the bottom ?, The keyboard has become positioned near the top of the screen. How can I put it back down the bottom ?

    My keypad has become positioned at the top of the screen,hiding the text I am writing. How can I reposition it at the bottom of the screen?

    Hold down on the button iwht the keyboard on it (lower right of hte keyboard), after a few seconds a dialogue box will pop up offering you to redock the keyboard. choose it and it moves back where it was.

Maybe you are looking for