Currency display format as per user settings?

Dear Friends,
I need a help.
I am printing currency grand total amount in my report.
the default format setting is like : 1,234,567.89
if user changes is format settings (going into system, user profile, own data, default) 1.234.567,89 then it should print in this format.
what i mean report grand total should come as per user display settings.
how to solve this?
Thanks in advanvce
Sridhar.

hi sreedhar,
data: c(100) type c.
data: l_amnt(100) type c.
data: length type i.
data: offset type i.
l_amnt = '1,234,567.89'.
replace all occurrences of ',' in l_amnt with '#'.
replace all occurrences of '.' in l_amnt with ','.
replace all occurrences of '#' in l_amnt with '.'.
length = strlen( l_amnt ).
offset = length - 3.
translate c+offset(1) using '.,'.
write : l_amnt.
rgds
anver
if hlped mark points

Similar Messages

  • TV Access Connection​s per-user settings?

    I needed to set up a 2nd user acct profile on my T500 (Win XP Pro) to use for a special purpose and need for the Wireless Radio to be powered off when this user's desktop loads (same as clicking the TVAC icon in the system tray and choosing Power Off Wireless Radio).
    So far my experience has been that any TVAC changes made while using the 2nd user account are carried over to the 1st user acct, and vice-versa.  I would like settings to be on a per-user basis and not applied globally to all users.  Is this possible, and if so how can I do it?
    Using the system tray icon, I was able to have the radio powered off in the 2nd acct and powered on in the 1st acct.  And when the 2nd user's desktop loads the icon is in fact powered off, at least initially, but then the auto-connect popup appears and automatically powers on the radio.  If I could configure the 2nd acct to not attempt to connect automatically that would work for me, but I can't figure out how that is possible.
    Any help is appreciated.
    Regards,
    Frank

    It is not possible to do per user setting in Access Connections.

  • SSAS Cube data display platforms (including per user permissions support)

    Hi,
    I've developed an SSAS cube for a small sales company. The company does not want to invest on sharepoint. They need to display cube data for each sales agent filtering his own records.  
    Excel and SSRS can display cube data but can they filter their data per user using the username in customdata? Can they connect with certain roles?
    Creating a .net application may also be a solution although it should take much time and effort for creation.
    What other options are there to display and work with SSAS cube data?
    What's preferable?
    Thanks
    Namnami

    Hi, 
    I didn't understand your above sentence: "there is only one
    hop and Kerberos is not required"
    what did you mean?
    I don't think roles is a good option for us, we have around 20 salesman and they keep on changing. 
    The cube currently displays in Performance Point by using CustomData and that works great. 
    But we want the users to consume it via excel, I just didn't understand clearly if username can be used
    safely without setting kerberoes. 
    Appreciate your advice!
    Namnami
    *** Update- I understand now, one hop meaning excel connects directly to cube does not require kerberoes and can use username(). Any example for two hops? Thanks a lot , you're advice really helped!

  • No description displayed for attributes under user settings

    All,
    We want default settigns for Requistioner under User setting. We added Plant, Ship to address and Requistioner(as GR recipient) attributes under user settings, but we are not able to see the descriptions of Ship to address and Requisitiner attribute.
    Do i need to do any changes in configuration.
    Thanks
    Ravi

    Thanks for quick reponse,
    I made flag as default and saved the changes under user setitins.
    now when i create SC, this default recipient is not picking up.
    if all the users in the organization wants to see all the recipient, do i want to mainitain all the user ids in root org unit or there is any other way to display all recipient
    one more question, i am not able to see description for Delivery address also, we can see only number. what config changes need to be done to see delivery address description
    Thanks
    Ravi

  • Set Date/Currency/Numeric Format in WebIntelligence - Regional Settings

    We have migrated from BOE R2 to BOE R3.1, and our users have observed that the date & numeric format is not localized to spanish (Spain).
    How can Web Intelligence regional settings be configured to all the users (not editing personal configuration of every user)?
    For instance the time is indicated with AM/PM instead of 24h time format and the numbers are separated by comma (,) and not by dot (.).
    Example 11,816,138 instead of 11.816.138
    Thank you!

    Problem solved, the fp 1.3 installation did not complete.
    We reinstalled it and now everything works properly.

  • Display sales organization per user

    Hi everyone,
    My customer is an international company and they ask me if it is possible for example in transacction VA01 to display only the sales organization that person belong to. I am thinking to use roles, because there you have the posibility to not allow to create sales orders in a particular sales organization. It is possible?
    I don´t want to use the personal list, the main reason is because in tr. MM01 you can´t use personal list
    Thanks and regards

    Hi Saurabh,
    Thanks for your quick reply, but apart from restricintg the creation of sales orders through authorisations we need to condition the sales org. matchcode so that when the user opens up his matchcode he can only see certain sales org

  • Antispam solution with per-user settings for JES4 ?

    Hi,
    We are currently installing JES4 for one of our clients. One of their questions is if there is software that can integrate with JES4 and that allows end-users to tweak their own anti-spam settings, f.ex. let them decide what is spam or not and how to treat it.
    Ideally, it would mean a new tab in the webclient, so that they can specify their own settings as to what they consider to be antispam.
    I don't know of any such tool, that's why i am asking here.
    I know that brightmail can interface with jes, but as far as I can see, it's just a global filter without user-specific settings.
    For the moment we are using spamassassin on our mail relays, which works quite well, but offers in our case no user-specific configuration.
    Any ideas ?
    I guess we might just as well tag the probable spam, and let them setup custom SIEVE rules to treat these messages, but I don't think this will be very flexible?
    I'll be thankful for any input.
    regards,
    Tom.

    we currently use a tool called PureMessage
    its a mail filter that sits at our gateway and filters inbound and outbound. the latest version uses ldap userid and password for authentication into a personal "spam control" where the end-user can setup white/black lists etc.. It doesn't integrate with the client, but there are certainly some user configs.
    the app will work directly with JES4 ( we use sendmail for SMTP traffic so I have not done the integration )
    As for a tab in comms express. I would imagine you could customize the comms express to include a tab for the end-user web interface. But there's nothing I know of out of the box to do so.

  • How to change Decimal Notation based on User settings programmatically?

    Hello All,
    Like cl_abap_datfm=>conv_date_ext_to_int  and cl_abap_datfm=>conv_date_int_to_ext which changes the date format ,is there any class/method which changes the number format......I mean decimal and thousand separator format. I have to do that based on the User settings which I am getting from USR01 table. But not getting any class/method where I have to submit the number along with the format to get the format as per user settings.
    Thanks in Advance.
    regards.
    Sarbajit.

    Hi Sarbajit,
    No need for FM. Try like below using 'Write To' statement,
    Declare a variable of type P.
    Move ur number to that variable.
    Then Write that variable to variable of type Char.
    Now Char variable will contain value according to the User Decimal Settings.
    PARAMETERS: num TYPE i DEFAULT 9999.  " Enter ur number
    DATA: qty TYPE p DECIMALS 3,  " Variable of Packed type
                ch(13) TYPE c.  " Character variable
    qty = num.          
    WRITE qty TO ch.     " According to Decimal format in SU01, value is written
    WRITE ch.
    Thanks,

  • An OS-Intergrated place to store per-user application configuration files.

    A Chairde,
    I'm developing an application that could be deployed on multiple platforms. I'm looking for a location to store per-user configuration files in a OS-integrated way.
    I use a utility class to determine the OS of the users machine. I know from experience that Windows NT5+ likes to store per-user settings/configurations in the %APPDATA% path (which is usually C:\Users\<username>\Appdata\Roaming\<vendor>\<software> etc.) I'm using a call to the environment labels to determine it's location.
    I'm a linux user myself, so I'm aware that most UNIX based Operating Systems like to store personal configurations in hidden folders in the user's home directory (ex /home/<username>/.<application> etc.), Obviously, I'm using a call to the system property user.home to determine that location.
    My Question is in relation to Mac OS and Mac OS X, where would it be a safe location to store per-user configurations? I know OS X is BSD/UNIX based so is it safe to assume to store them as a hidden subfolder of the user.home directory? What about Mac OS classic? Where are per-user settings stored, or is it like Windows 9x and NT4 and lacks proper multi-user setups (although NT4 is somewhat more prepared then 9x) ?
    It would be much appreciated if anybody has any ideas.
    Is Mise,
    Seán Mac Aodha
    PS. I'm not using Javas Property files etc. I've rolled my own exchangeable format for storing key,value pairs.

    I've used databases in the past to store local files but clients have sometimes run into trouble when the database daemon goes down or doesnt start-up normally because of a "improper" shutdown etc.
    In my own implementation of "Settings Files" i have serialized hashtables marked with appropriate metadata stored to the users "application data", a backup or original copy of those settings in the common directory shared by my application framework and then in a networked enviroment, the Settings can be hosted on a database server, so the user can travel between client machines and keep their settings (and files) with them.
    I have, with a bit of googling, come across the most obvious page i should have looked at in regards to Apple Mac OS X
    http://developer.apple.com/documentation/MacOSX/Conceptual/BPFileSystem/Articles/WhereToPutFiles.html
    According to Apple's guidlines, the most suitable place to store User configuration files is in the ~/Library/Application Support/<Application Name> directory.
    and for System-wide configuration files, /Library/Application Support/<Application Name> rather then storing them with the application in the /Applications directory.

  • Function module converts sy-datum to date according to user settings in SAP

    Hi experts,
    I need such a function module which converts sy-datum to a date format
    according to user settings in SAP.
    Thanks,
    Yogesh

    Use these function modules.
    CONVERSION_EXIT_PDATE_OUTPUT
    CONVERT_DATE_TO_EXTERNAL
    Please mark points if the solution was useful.
    Regards,
    Manoj

  • Formatting a date according with user settings (user defaults)

    Hi All,
    I need to format a date I receive via JS in YYYYMMDD format according with user defaults <b>without</b> server side action (I know, this is not a good issue, but they want it).
    My solution is to write a JS function (there are a lot of it on WWW) which accepts two strings and formats the first according to the second, something like:
    userFormattedDate = formatDate('20060613','DD.MM.YYYY');
    paying attention to generate 'DD.MM.YYYY' string on server side, according to user settings.
    But if this isn't a weblog, where is the question? :-D
    The question is: is there a JS function (in DatePicker or dateNavigator BSP) provided by standard libraries which serves similar functionality?
    Does exist a JS public standard library?
    Thanks.
    Dany

    Hi Durairaj,
    Tags <% %> are for server side actions.
    The question is about obtaining the same effect, but client side.
    Thanks.
    Dany

  • "Make proxy settings per-machine (rather than per user)" Group Policy setting not applied until login as a local Administrator

    We want to deploy to all our desktop the pac file to configure proxy. We have a Windows 2008 R2 server, and i've enabled the GPO "Make proxy settings per-machine (rather than per user)", and i've add a registry key AutoConfigURL in "HKLM\Software\Microsoft\Windows\Current
    Version\Internet Settings" with the pac file link.
    I've tested on my pc, and all was configured without any problem. I've try to login to my computer with another user (without admin rights) and the automatic configuration proxy was compiled and not modificable. It's seems that all works.
    But, our users are not local admin, so i've tried to deploy the GPO in a collegue computer. I've forced the update of GPO, checked on registry that all new keys are added, and i've reboot the pc. When i've check on IE settings, autoconfig URL was empty and
    grey. I'm disconnected from user and i've login to the pc with a local admin. With my surprise, the IE settings was compiled. When i'm come bac to the user profile the IE settings was compiled and not modificable.
    The problem is: i've over 750 users in 3 countries, and i don't want grant them the local admin permissions. How can i configure proxy settings via GPO without login to every machine at least one time?

    > have a Windows 2008 R2 server, and i've enabled the GPO "Make proxy
    > settings per-machine (rather than per user)", and i've add a registry
    > key AutoConfigURL in "HKLM\Software\Microsoft\Windows\Current
    > Version\Internet Settings" with the pac file link.
    In the past, we experienced various issues with machine proxy settings,
    so we don't use them anymore. The simple approach:
    Block access to the connections page through ADM template settings and
    deploy the proxy through GPP Internet Settings.
    This is what we do (with a pac file, too), and it works well :)
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • Language settings per User

    Hi,
    has anyone an idea on how to change the language settings per User (not general Language Setting).
    Lets say one user uses  english another user swedish or geman as default language!
    Many thanks in advance, Nick

    Hi Nick,
    Yr suggestion is up to the mark, But SAP dont have such option.All user have same Lang.
    Thanks
    Kevin

  • How to display format mask as hint to user

    Dear all
    how can i display format mask as hint to user in concurrent program parameter run-time window?
    value set type is fnd_date
    i.e
    From Date |________| DD-Mon-YYYY
    thanks
    Roman

    While defining the parameter why don't you define the Parameter prompt something like below:
    From Date (DD-MON-YYYY): |___________|
    You can always populate the Default Type to SQL Statement and Default Value to select to_char (sysdate,'DD-MON-YYYY') from dual. So it will come as follows:
    From Date (DD-MON-YYYY): | _03-NOV-2012_ |
    Cheers,
    ND
    Use the "helpful" or "correct" buttons to award points to replies / Mark the thread as answered, if your question is answered.

  • How can i save job settings in Capture Perfect per computer and not only per user?

    Hi
    I got a production computer with capture perfect 3.0
    Is there a version where the job settings are saved per computer and not per user?
    This is a problem when i am creating  scanner jobs everybody on the computer should be able to use.
    TJ

    I'm having the same problem and I use the built-in camera app.  I have and iphone 4 and my friend uses and iphone 4s and his saves as JPEG.  Mine saves as png.  How can I get mine to save as JPEG?

Maybe you are looking for

  • Table footer issue in body page of adobe form

    Form has 1 master page and 1 body page. Body page has table within which there is a footer header and detail (2 footers) in the form. My intention is to make footer (both the footers) appear in the last page of the form. For most of the scenarios, fo

  • Are Module Quick Fixes cumulative?

    We have installed QF 1.1.24 for the ES4 SP1 HTML Workspace.  Does anyone know if this includes QF 1.1.22? See https://helpx.adobe.com/livecycle/quick-fixes/livecycle-es4-sp1/quick-fixes.html#HTML%20Wo rkspace Thanks.

  • Mail Nightmares

    I have had non stop problems with all aspects of my Mac Mail. I can't send, am not receiving properly. When I do receive and click on an email, it's NOT showing the mail I'm trying to view but rather another email that's been imported ????? REALLY QU

  • TS2446 i can't update my application from my account

    i can't update my applicaton and can't download any app because my apple id show me message ( Your Apple ID has been disabled ) , i change my password but can't resolved thanx <Email Edited by Host>

  • Editing in PS

    With the new ACR, we have now many more options for color profiles for opening images in PS from ACR. Will we have such color profile options in LR as well?