How to remove the following zeros in currecy field ?

Hi,
how can I remove the following zero's in currency filed of FM:REUSE_ALV_GRID_DISPLAY?
eg: I want to display JAPANIES curreny with USA,UK currency.
     but in japanies currency it will display  5140000 JPY with 51400.00 JPY.

Hi
i think u define first currency conversion it will working fine.
FM:DATE_CHECK_WORKINGDAY
So  it will taking currect manner.
Regards:
Prabu

Similar Messages

  • How can we remove the following zeros from quantity field ?

    Hi All.
    how can we remove the following zeros from quantity field while populating ALV by using FM REUSE_ALV_GRID_DISPLAY ?
    eg:getting output zqty = 2.000
    but i need           zqty = 2.
    help me to reslove this issue.
    Regards.
    jay

    Hi,
      While populating the field catlog do the following thing to   avoid zeros.
      wa_fieldcat-tabname = 'I_OUTPUT'.    " Curr
      wa_fieldcat-fieldname = 'FWAER'.
      wa_fieldcat-seltext_l = text-023.
      wa_fieldcat-no_zero = 'X'.
      APPEND wa_fieldcat TO i_fieldcat.
      CLEAR  wa_fieldcat.
    Thanks,
    Khushbu.

  • How to remove the following error

    Hi everyone,
    I did Extended program Check (including Obsolete statements check) for the below codes.
    FORM F_OUTPUT_LOG  TABLES      L_XXX STRUCTURE ZXXX
                                          USING        VALUE(LPXXX) TYPE CHAR
                                          CHANGING  LPXXXXX.
    But the following error message will appears.
    The current ABAP command is obsolete and problematic, especially so in ABAP
    Objects
    Within classes and interfaces, you can only use "TYPE" to refer to ABAP Dictionary
    types, not "LIKE" or "STRUCTURE".
    Could you give me some ideas to remove this error? Any suggestion is appreciated.
    Best regards,
    Julian

    Julian,
    In the newer versions of SAP for object oriented programming we declare objects using TYPE statements.
    Obsolete:
    DATA: V_MATNR LIKE MATNR.
    DATA: V_TABLETYPE LIKE BSEG_T.
    To be used.
    DATA: V_MATNR TYPE MATNR.
    DATA: V_TABLETYPE TYPE BSEG_T.
    For declaring structures we need to use below code:
    LVC_T_FCAT is a table type
    LVC_S_FCAT is a structure
    DATA: i_fcat1 TYPE lvc_t_fcat.
    DATA: i_fcat2 TYPE TABLE OF lvc_s_fcat.
    Here W_FCAT1 and W_FCAT2 are same but the way they are declared are
    different. If you are referring to a TABLE TYPE you can use TYPE LINE OF
    method or you can directly say TYPE referring to that structure (lvc_s_fcat).
    DATA: w_fcat1 TYPE lvc_s_fcat.
    DATA: w_fcat2 TYPE LINE OF lvc_t_fcat.
    Thanks

  • How to remove the following from N97?

    Hi,
    I reported on these on Ovi Store and used there "report issue", but regarding these default things that are annoyingly useless on my device by default I couldn't complain there.
    I need to remove Boingo, Qik & JoikuSpot. Every application on N97 has Options>Organize>Delete except these. Now, I noticed these are like shortcuts and not even an application or widget. So, how to remove/uninstall them?
    Thanks.
    Message Edited by mrmachd on 04-Jul-2009 04:27 PM

    'Most of these applications will be removable only after you install them (i.e. go through the setup process).'
    Are you for real? Or maybe you are a Boingo agent!
    If you launch Boingo - even out of curiosity - it will install a locked access point at the highest priority in Connectivity/Destinations. Having done this quite innocently, the phone then could not connect to any data network - WiFi or Packet. The access point cannot be removed or edited. The only remedies to this are either relegate the access point to the lowest priority or do a hard reset on the phone. As I don't like having my phone hijacked by unwanted software, I chose the hard reset.
    This is an error of judgement by Nokia - a lack of respect for their customers' choice of what **bleep** they want to keep on their phones and what **bleep** they want rid of.

  • HOW to remove the decimal points for particaular field

    hi friends,
    Iam printing the quntity in decimal mode like 2.000.
      but i want to print this as only 2.
      How can i remove the the decimal in smart form..
    Iam  printing  amount as 1234.00000.
    But i have to print two zeros after decimal point..how can i remove zeros .
    appricioate for u r answers..
    regards,
    sampath kumar

    You may use the option
    field(.0) for printing the quantity
    field(.2) for printing the amount..
    Go through SAP help given below..
    <b>Number of Decimal Places
    A program symbol of one of the data types DEC, QUAN, and FLTP can contain decimal place data. Use the option below to override the Dictionary definition for the number of decimal places for the formatting of this symbol value.
    Syntax
    &symbol(.N)&
    The EKPO-MENGE field contains the value 1234.56. The Dictionary definition specifies 3 decimal places and an output length of 17.
    &EKPO-MENGE& -> 1,234.560
    &EKPO-MENGE(.1) -> 1,234.6
    &EKPO-MENGE&(.4) -> 1,234.5600
    &EKPO-MENGE&(.0) -> 1,235</b>

  • How to remove the color of a editing field

    Hi,
    I have created a view of two fields and on forms ive created a tabular block based on that view...both the fields has insert and updated property false...and over there i have navigation on records by up and down keys and also mouse click...and on every record it highlights the current row cause ive set the block property RECORDS->Current Record Visual Attribute Group to my own Visual attribut...the problem is that whenever user click on any field the selection color appears blue background and white text (same like when u select the text) ..i dont want that selection color to appear on any field...is it possible?

    hi again...well its not working this way too....can u do me a favour...just make a view of emp table and take only empid and ename and create a block of that view and set the visual attribute ...take any color as foreground and background...apply on block ->Records->Current visual attribute ....and check what i am talking about..probably ur not getting it...just click on any row and see the selection of text by urself then u will know what i am saying...thanks

  • How to hide/remove the following links

    how to hide/remove the following links under All My Trips tab.
    the column u2018Recommended Actionsu2019 shows the link create travel plans when the trip is specific status. This link should be removed.
    Whereas in the same place, if u2018Change Travel Expense Reportu2019 is shown then it should not be removed

    got solution from the following document.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0ca7949-af7b-2b10-db80-ed8ca509f573?quicklink=index&overridelayout=true

  • How can I remove the leading zeros on jpg files?

    I'm looking for a way to remove the leading zeros on over 1000 jpg files, without changing the remaining digits in the file name. Is there some automated "batch" script?
    i.e going from 003405607.jpg  to  3405607.jpg

    You could write an AppleScript. but it will be easier to get and use a third-party file renaming utility. I use the freeware NameChanger which works quite well.
    https://www.macupdate.com/app/mac/21516/namechanger
    Regards.

  • How to remove the leading Zerou0092s?

    Hi,
    From the following field "LFA1-LIFNR" how could I remove the leading Zeros? An example is given below;
    0000001039 -> after removing the leading zeros -> 1039
    Thanks,
    Kishan

    HI
    vendor TYPE string,
    SHIFT vendor LEFT DELETING LEADING '0'.
    If the given field is not string, move it to string field and then do the above command.
    Thanks,
    Susmitha

  • How to remove the white space that is now above the main images on each page?

    http://www.nydogworks.net
    Hello,
    I took over updating some things on my site from my web designer. The main images on each page used to be flush with the navigation bar on each page. Now there is a white space in between each one. Can you tell me how to remove the white space?
    <div id="container">
    <div id="imgholder"><img src="images/feature-aboutus.jpg" width="951" height="341" alt="" />
    </div>
    <div id="pageContentNoside">
       <div id="sideSub">
         <form action="form.php" method="post" name="form2" id="form2"> <table width="250" border="0" cellpadding="2" cellspacing="2">
           <tr>
             <td width="273"><h2>Quick Contact</h2></td>
             </tr>
           <tr>
             <td class="mainContent">Your Name</td>
             </tr>
           <tr>
             <td><span class="style9">
               <input name="forname" type="text" class="colorfieldssmall" id="forname" size="20" />
               </span></td>
             </tr>
           <tr>
             <td class="mainContent">Your Email Address* (required)</td>
             </tr>
           <tr>
             <td><span class="style7 style9">
               <input name="admail" type="text" class="colorfieldssmall" id="admail" size="25" />
               </span></td>
             </tr>
           <tr>
             <td class="mainContent">Phone Number</td>
             </tr>
           <tr>
             <td><span class="style7 style9">
               <input name="phone" type="text" class="colorfieldssmall" id="phone" />
               </span></td>
             </tr>
           <tr>
             <td><span class="mainContent">Type of Dog Training</span></td>
             </tr>
           <tr>
             <td class="mainContent"><span class="style9">
               <select name="need" class="colorfieldssmall" id="need">
                 <option value="select one">select one</option>
                 <option value="Basic Obedience">Basic Obedience</option>
                 <option value="Behavior Therapy">Behavior Therapy</option>
                 <option value="Board and Train">Board and Train</option>
                 <option value="Off Leash Training">Off Leash Training</option>
                 <option value="Puppy Training">Puppy Training</option>
                 </select>
               </span></td>
             </tr>
           <tr>
             <td> </td>
             </tr>
           <tr>
             <td><div align="left">
               <input type="submit" name="submit" id="submit"  value="Submit" />
               </div>
               </td>
             </tr>
           </table></form>
         <h2><br />
           Dog Training Services<br />
           </h2>
         <ul id="subnav">
           <li><a href="basic-obedience.html">Basic Obedience</a></li>
           <li><a href="dog-behavior-therapy.html">Behavior Therapy</a></li>
           <li><a href="board-and-train-dog-program.html">Board & Train Program</a></li>
           <li><a href="off-leash-training.html">Off Leash Training</a></li>
           <li><a href="puppy-training-program.html">Puppy Training</a></li>
           </ul>
         <br />
         <br />
         <br />
         </div>
      <div id="suggestPost"><a href="https://www.facebook.com/pages/NYDogWorks/219268038151244?fref=ts" ></a></div>
       <div id="mainContent">
         <h1 class="copyrightType">About NY DogWorks</h1><br />
         <h2> <span class="testimonal">The Owner of NYDogWorks</span>      </h2>
         <p><span class="copyrightType"><img src="images/dogpic.jpg" alt="Dog Behavior Therapy" width="183" height="275" class="h_img_float_right" /></span><strong>NYDogWorks L.L.C. is owned and operated by Master Certified Dog Trainer and Behavior Specialist Brian DeMartino. </strong><br />
           <br />
           His training is hands down the best out there. He has become one of the most sought after dog trainers throughout Long Island, Manhattan, &amp; New York.<br />
           <br />
           With over 15 years experience training and rehabilitating some of the toughest cases of dog behaviors. He’s Mastered the Art of teaching top knotch obedience and manners with outstanding results and has developed the most full proof and guaranteed system to fully housebreak any puppy or dog in the shortest amount of time.<br />
           <br />
           He is Certified in dog training and dog behavior and is an Official Evaluator for the American Kennel Club’s (C.G.C) Program.<br />
           <br />
           <br />
           <strong>All About NYDogWorks</strong><br />
           </p>
      <p><br />
      </p>
         <p>NYDogWorks Dog Education, is a Professional Dog Training Company offering dog training for puppies and older dogs through customized in-home training programs by Master Certified Trainers in Nassau County, Suffolk County, Hamptons, Long Island, Manhattan, Brooklyn, Bronx, Queens, Rockland County, Westchester County, Orange County, and Bergen County New Jersey. NYDogWorks offers obedience training, Housebreaking, Manners, socialization for your dog,  Puppy Training and Education, Behavior Therapy, Trick Training, Agility, Complete Off Leash Training, Sport Work, and Personal Protection Training. <br />
           <br />
           <strong><br />
             NYDogWorks Boarding &amp; Training Programs</strong><br />
           </p>
      <p><br />
        We offer boarding and training programs done in the home of owner, Brian DeMartino. This is a customized 2-6 week program to suit your dog's needs, great for someone who feels they do not have the time or patience to train or rehabilitate their dog at their home. This is a 100% guaranteed program. Your dog will stay with us for no additional charge if we feel that he or she has not learned all that was agreed upon. We guarantee that if there is any regression within 3 months of your dog being back home with you, he/she will come back to us for no additional charge.<br />
        <br />
        <a href="board-and-train-dog-program.html">View Boarding &amp; Training Programs</a></p>
         <p><br />
           </p>
         <p><br />
           <br />
      </div>
       <div id="breadCrumbs">
         <p><a href="index.html">Home</a> &gt;  NY DogWorks - About Certified Dog Trainer Brian DeMartino<br />
           <strong>Serving all of Long Island, Nassau &amp; Suffolk County, Manhattan, Brooklyn &amp; Queens</strong></p>
         </div>
    </div>
        <div id="footer">
          <div id="footermenu">
          <div id="footermenu1">
          </div>
        </div>
       <div class="phoneNumber" id="copyright"> Copyright © 2014  NY DogWorks</div>
         <div class="websiteDesign" id="sitedesigner">Long Island Website Design by <a href="http://www.wetribet.com" title="Wet Ribet" target="_blank" class="medlink">Wet Ribet</a>     </div>
    </div>
    </div>

    You should be able to add the following snippets of css to your stylesheet to fix that.
    In the mainstyle.css file, change...
    #imgholder {
    width: 950px;
    margin-top: 0px;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
    to
    #imgholder {
    width: 950px;
    margin-top: 0px;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
    overflow:hidden;

  • How to remove the pop-up window ''Wireless Radio Status" for t430s

    Hi, I have owned my t430s for now about 2 years without any major complaints recently I've had to use the fn + f5 function quite frequently, because of my poor internet connection. so that way i can reset which signal I want to choose because the default signal I am connected to is not mine. My problem is similar to what is posted here: https://forums.lenovo.com/t5/X-Series-Tablet-and-Helix/how-to-remove-the-pop-up-window-Wireless-Radio-Status/td-p/1191059 I really want to get rid of the pop up for this feature, I've tried to follow what the other thread user's have done and try out their solutions but it does not work for my t430s i tried changing the pmev thing to what was posted in the thread. Can anyone help me? Thanks!  

    I already tried that as mentioned in my original post, it doesn't work. I still get the pop up message: this is me pressing fn + f5 

  • Remove the leading Zero from the Query output in SAP BW ?

    Hi
    Experts,
    Vendor Number loaded  as   (0000010076) from R/3 to SAP BW.
    How to remove  Prefix  of Zero for  the Vendor Number(0000010076)  from Quey outpt.
    Regards.
    ASIT

    Hi,
    Please check out this thread.
    Remove leading zeros
    Also check if there is any conversion routine used for that particular infoobject.
    If ALPHA conversion is selected for your infoobject then it will automatically take away the leading zeros at query level.
    Regards,
    AL
    Edited by: AL1112 on Sep 16, 2011 9:15 AM

  • How to remove the old email address that was hacked from my iCloud account when iCloud won't let me?

    How to remove the old email address that was hacked from my iCloud account when iCloud won't let me?
    Pretty much the the email that I used (but didn't verify) to create my iCloud account was hacked and now I can't remove it from my iCloud account due to the iCloud password also being changed by the same person and the fact I had "Find my iPhone" app on my phone also??? I had to change my iTunes email as well but that was far easier so yeah :S.
    Please help. I live in NZ, out in the country, so reception is rare and so is getting into the nearest town that has an Apple Store.
    Thanks

    If you truly change your existing Apple ID's email address to a new email address, follow these instructions: iOS 7: If you're asked for the password to your previous Apple ID when signing out of iCloud
    If you created a whole new Apple Account because you couldn't access the old one after being hacked, you will need to contact the Apple Account Security Team. Apple ID: Contacting Apple for help with Apple ID account security

  • How to remove the default members of a dimension from the control table?

    Hi all,
    I am new to hyperion FDM 11.1.1.2.0.0 .
    When I navigate to Metadata>Control Tables and try to delete the default memmbers
    for the dimension like category and period i got the following error.
    Error: Period( 8/31/2009 ) is an active Global or Local Period and cannot be deleted.
    Then again i unchecked active checkbox for that dimension from Hyperion Essbase Integration Setup of Workbench Client.
    After doing that i got the following error
    Error: Unable to retrieve target System Data.
    Can anyone tell me how to remove the default members of a dimension from the control table?
    Thanks

    Create a new record for the table.
    Go change the POV to the new record.
    Return to the control table and delete the default record.

  • How to remove the "0" from the sum cell when the other cells are empty?

    Hello!
    When I use the formula to sum the values from a few cells, there is a zero in the sum cell when the other cells are empty.
    My question concerns how to remove the 0 from the sum cell when the cells that will be summed are empty.
    Thank you!
    /Johan Strömbeck

    Hi,
    Please try the Mr. Laurence's suggestion first. Then, we may try the other workarounds.
    1) Go to Excel option> Advanced>Display Option for this worksheet> Uncheck Show a zero in cells that have zero value
    2) Go to Conditional Formatting>New Rule>Format only cells that contain> Value equal to 0> Format the color with white
    Hope it's helpful.
    Regards,
    George Zhao
    TechNet Community Support

Maybe you are looking for

  • Headphones!!!

    Hi, I was just wondering if anybody else is experiencing problems with there apple earphones, it is my first apple product ever and expected the headphones to be good They seem to crackle or something when i play music even on half, i think it might

  • Matrox Parhellia Dual DVI

    We have PACS systems that require a Matrox Parhellia Dual DVI video card on Windows 2000 SP4. After deploying the Remote Control Agent, With the Matrox cards, after we restart the computer it goes into a reboot loop and is rendered unusable. Any body

  • Spa232d not disconnecting call

    Hi, We replaced our SPA3102 with a SPA232D. FXO port is connected to our analog line, Internet port is connected to our LAN. The PSTN line on the SPA232D is registered with our Asterisk server so calls go through our analog line. From our IP phones t

  • Raid support...

    hey coders!  what about some support for promise/highpoint raid controllers from the beginning of the installation? debian 3 (woody) already got support for some of them. maybe you could have a look at their project 8) greetings, moritz p.s.: are you

  • Configuration of pipeline material

    I have following issues. Presently we are doing implementation for an Electrical distribution company. here we are receiving HV(high voltage ,33 kv) electricity form different grids.Then we are converting these to 11kv & 400 volts(ht LIne)  through t