How to set preferred currency in SSHR application in change pay function

In SSHR application-->change pay function
I would like to view salary components in preferred currency say INR.
Currently, it is in USD defaulted from business group.
Please let me how to do I do it.
Thanks in advance,
Nutan

HI,
I am encountering similar situation where we need 2 currencies to be processed in our SAP system.
What we intend to do is to have both currencies in Infotype 0008-Basic Salary where we can select whichever applies.
Unfortunately the currency is defaulted to RM for now.
I tried the suggested solution by trying to maintain a new entry of payscale group and level but the currency is defaulted to RM anyway.There's no way for us  to change the RM to USD since it it following the country grouping i presume.
How should we go about this?
Thanks.
Regards,
Pat

Similar Messages

  • How to set default currency and Country in R12 financial modules

    Hi all,
    How to set default currency and Country in R12 financial modules (AR,AP,GL,FA,CE) becuase I found some default settings are shown "USD" & "United States" such as create AR Customer, the Country is shown the default "United States"....
    Can anybody advise ?
    Thanks & Regards,

    Hi,
    Change the below profile for the user to a territory different than the US :
    In System Administrator, navigate to Profiles -> System.
    Select Site, Application, and Responsibility.
    Profile options:
    Default Country
    HZ: Reference Territory
    ICX: Territory
    Regards,
    Raju.

  • How to set local currency in AR/Invoice through DI API SAP B1?

    Dear Expert,
    I am using DI API to add AR/Invoice document, but I can't find how to set local currency for BP with foreign currency.
    This my code snip :
            oSO = oCompany.GetBusinessObject(BoObjectTypes.oInvoices)
            oSO.DocDate = dtpPostDate.Value
            oSO.DocDueDate = dtpDueDate.Value
            oSO.TaxDate = dtpDocDate.Value
            oSO.Series = cSeries
            oSO.DocNum = txtNumber.Text
            oSO.DocCurrency = doccur
            oSO.CardCode = txtBP.Text
            oSO.CardName = txtName.Text
            oSO.ContactPersonCode = cntctCode
            oSO.JournalMemo = txtRemarks.Text
            For i = 0 To dgv.RowCount - 2
                oSO.Lines.SetCurrentLine(i)
                oSO.Lines.ItemCode = dgv.Item(0, i).Value
                oSO.Lines.ItemDescription = dgv.Item(2, i).Value
                oSO.Lines.Quantity = dgv.Item(4, i).Value
                oSO.Lines.Price = dgv.Item(5, i).Value
                oSO.Lines.DiscountPercent = dgv.Item(6, i).Value
                oSO.Lines.TaxCode = dgv.Item(7, i).Value
                oSO.Lines.LineTotal = dgv.Item(9, i).Value
                oSO.Lines.Currency = doccur
                oSO.Lines.Add()
            Next
            lRetCode = oSO.Add()
            If lRetCode <> 0 Then
                oCompany.GetLastError(lErrCode, sErrMsg)
                MsgBox(sErrMsg, 16, "Attention")
            Else
                MsgBox("Operation completed successfully.", 64, "Information")
             End If
    When trying to Add, system show error message " Enter valid currency code [OINV.DocCur][Line:1], '$' "
    I am not lucky after trying for a day , wish enlightenment from the experts here, Thank you.
    My machine : SAP B1 9 PL 4
    Best Regards,
    Muh.Ulfah

    Hi
    In the other thread I suggested that you can add document using interface first because there is a possibility that B1 doesn't accept this currency code not because you set it improperly in your code but because of some other reason, for example this currency is not valid for this particular business partner. Despite the fact that this way you can eliminate other possible problems you can also use DI to save an existing document as XML and check what is the actual currency code that B1 itself placed in the document lines object.
    Afterwards you can again try to add document using DI.
    btw
    check this thread:
    How to set local currency in sales order for BP with foreign currency through DI?
    Kind regards,
    Radek

  • When using tethered capture I often get this notification "The metadata for this photo has been changed by both Lightroom and another application". This slows or stalls the loading of incoming photos. How do I find out which other application is changing

    When using tethered capture I often get this notification "The metadata for this photo has been changed by both Lightroom and another application". This slows or stalls the loading of incoming photos. How do I find out which other application is changing the metadata and stop it?

    Thanks Sean,
    I've had a look at the TC settings dialog and tried to keep it as simple as possible. I also had a copy of LR 4 on the hard drive so have trashed that also incase of any conflicts. LR seems to be running ok now but as said it's an intermittent problem.
    I also have a copy of Capture One on the hard drive so am going to uninstall that also in case it is trying to launch.

  • How to set up FSCM 9.0 Application for Customers to use ?

    Folks,
    Hello. I have just installed FSCM 9.0 ( all of its modules) and run the application in Browser successfully. The Database is a clean System Database without any Demo data (Production Database).
    In order for Customers to type in their data into the application, we need to set up CharFiled, SpeedType, SetID, common data in Controls Tables in the Database. In Menu, there is "Setup Financial/Supply Chain", and under PeopleTools, there is "Setup Manager". But I don't understand where to start to set up the application FSCM 9.0 application.
    Do any folks understand the procedure to set up FSCM 9.0 application for Customers to use step by step ?
    Thanks.

    Folks,
    Hello. Thanks a lot for replying.
    I have installed FSCM 9.0 all of 50 modules. I just want to implement General Ledger module. Thus, I create a project named "General Ledger" in Setup Manager under PeopleTools as follows:
    PeopleTools -> Setup Manager -> Manage Implementation Project -> Create New Project by Product -> select "General Ledger" ->View Summary -> Save -> Type in "General Ledger" in Project Name Box -> Click ok -> click "generate setup tasks" -> click "setup task generation status"
    It has been for a long time, I still see "Run Status" is always "Queued". The button "View Setup Task" does not become clear. This means the process is not completed.
    Do we need to configure Process Scheduler at first before run Setup Manager ? If yes, how to configure Process Scheduler for Setup Manager to generate a list of setup tasks of a project ?
    Thanks.

  • How to set automaticaly autosave in flash Application?

    In FlashCS3 How to set automaticaly autosave in flash file Application
    Thanks in Advance.

    the best you can do is click edit/preferences/general and tick "save files on test or publish project".

  • How to set "Configuration Variant" for a sales order item using function

    Hello All,
    I use function module 'SD_SALES_DOCU_MAINTAIN'  to create Customer Indep. Requirements but how to set "Configuration Variant" for a sales order item.
    Is their any idea or sample code?

    Hi Zhijun zhang,
    <u>http://help.sap.com/saphelp_nw2004s/helpdata/en/c0/98038ce58611d194cc00a0c94260a5/content.htm</u>
    <u>http://help.sap.com/saphelp_nw04/helpdata/en/c0/980374e58611d194cc00a0c94260a5/content.htm</u>
    A variant is simply an SAP report where the parameters for running the report have been set by the user and then saved with unique name. This allows future retrieval and execution of the report faster without reentering the parameters. As a convention the variant name should start with with the digits 50 so searchs for LHU variants is easier and quicker.
    The first link will guide you by screen shot wise.
    Award points if it adds information.
    Thanks
    Mohan

  • How to set up database for form application in app. server 10g r2

    Hi Friends and Bgrant.
    I get user compiled fmb file.
    I did not find componant in app. server.
    However, I can see form server ment with 3 subitem : form compiler, formmigration and run form on the web.
    The form application is supported by database. Other person already configured server for application .
    I put a URL in URL field in run form on the web. I can see install ed successfully! Oracle application Server. Forme server. Oracle application server 10g. title: welcome oracle application server
    after clicked OK button, the page is grey blank without any inforamtion to be displayed. No error message. status bottome as done. the page title as Oracle application server form server.
    SO I think that i need to creade a datasource in app. server.
    But I do not know how to fill field.
    I can log into database from SQL*plus in server PC.
    In datasource page in app. server: i copy a default ORCALEDS information
    with new ID and password. it does not work
    hereData Source Class:
    JDBC URL :
    JDBC Driver:
    Location
    Transactional(XA) Location      
    EJB Location
    Thanks for any help!!
    jim

    Thanks for help!
    I fixed issue of database connection with new issue.
    Only display first form setting (first URL) for 4 different URL
    URL:
    http://salerpt.com/forms/frmservlet?config=emis-srmenu
    fmx file Location as C:\OraMid\forms\salerpt-Forms fmx name as srmenu.fmx in same directory
    fmb file location as C:\OraMid\forms\salerpt-Forms_source fmx name as srmenu.fmb in same directory
    # Single Sign-On OID configuration parameter
    oracle_home=C:\OraMid
    in formweb.cfg file
    baseHTMLjinitiator=basejini.htm
    workingDirector : workingDirectory= blank. but C:\OraMid\forms\salerpt-Forms right now
    # Forms runtime argument: which form module to run
    ##form=test.fmx
    ## i moved bottom section of form section in here and before
    line as Forms runtime argument: database connection details
    comment two line
    #jinit_exename=jinit.exe
    #jinit_mimetype=application/x-jinit-applet;version=1.3.1.22
    I create 4 sections as
    form=srmenu.fmx
    width=1200
    height=700
    pageTitle=Sale Information System (SIS)
    form=xxxx
    net 3 form setting
    However it only display one form interface that i put in( 4 different URL. only display first URL)
    It seems that one formsweb.cfg, it doesn not support multip form application.
    I have 4 small forms application with 4 URL for one formsweb.cfg.
    What should I need to do?
    I am waiting for your help!
    JIm
    Edited by: user589812 on Nov 24, 2008 1:49 PM

  • How to set active tab in PCUI application

    Hi,
    we are using PCUI application for activity management. We are also using surveys.
    If a user selects an existing activity from the search result list instead of tab "Details" the tab "Survey" should be set as default.
    I found out that the event behind is ACT_SURVEY. But how and where can I raise this event?
    Regards,
    Sina

    Hello Adil,
    I tried your suggestion. Doesn't work.
    When I add the survey tab via customizing on a position lower the 010 (details tab) then I get an exception from the onlayout method.
    So I tried to change the position via method check_active_tab. This works, survey appears at first position. But the details tab keeps choosen although it is the second tab now. When I chose the survey tab it changes its position to the original position.
    Do you have any other idea? Is there a way to invoke the event act_survey?
    Kind regards,
    Sina

  • Parallels - how to set preferred program to open documents? now trying ...

    now that i've installed parallels (which is cool - helps me use GoToMyPc, which wouldn't work otherwise...but crashes and lags. however, does make me THANK GOD I'm a mac user. windows *****)....
    anyway, when i try to open a document, it is set to default wordpad and tries to go through parallels.
    how can i set word as the default to handle that type of document?
    THANKS!

    With Parallels running, but the virtual machine off i.e. Windows not running, under the Edit menu select 'Virtual machine...'
    On the left of the window that appears, in the 'Resource' column, there is the 'Shared Applications' selection. Click it and these options will appear on the right of the window.
    You can click on the 'Help' button once you've selected the 'Shared Applications' options and it will explain further about the options.

  • How to set up aol on mail application to sync with iphone?

    hello! friend of mine was trying to input his aol account to "mail" program to sync it with his iphone. is aol, pop or imap? how do you set it up? i seriously don't know because i use .mac. thank you very much for your help! have a great day and 4th of july! fireworks!!!
    PowerBook G4 12"   Mac OS X (10.4.10)   iPhone

    googled! which i should have done prior.

  • How to set differnt Currency at header and conditions levels

    Hi Guys,
    if we take USD Currency at header level for import Purchase orders, system automatically convert all the conditions(Price Schema's conditions in USD), while we want Price schema's condition in india Rupee. because all the customs,cess duties and CVD have to pay in Indian Rs. not In USD.
    if we take INR at header Level, in this case Purchase order becomes in Rupee, while it should be in USD (for import Vendor)
    Pls suggest the solution
    Regards,
    Ashish

    Hi Ashish,
    It cannot be changed in the PO level but can be done in Invoice Verification Level. Go to MIRO and before entering the reference documents (PO, Delivery Note, etc) go to DETAILS TAB and make the Exchange rate as 1.00 and hence 1 USD = 1 INR.
    By this way only it can be done.
    Hope this is useful. Kindly mention if so.
    Regards,
    Elanchezhian. K.C.

  • How to set preferred audio output device on macbook pro mavericks

    I've got a pair of Harman Kardon bluetooth soundsticks that I use as my living room speakers. Some time ago, I connected my macbook pro to them via bluetooth, and now whenever I restart my macbook or move it away from the apartment and then move it back, it automatically finds the soundsticks, connects to it via bluetooth, and sets it as the default sound output device.
    I would like the soundsticks to remain connected whenever they're within range, but I want my macbook's internal speakers to be the default sound output even if the soundsticks are connected. I can't seem to set output device preferences in the sound preferences panel.
    thanks,
    - will

    I dont have a solution, but there is a thread on this topic already. https://discussions.apple.com/message/23679152#23679152

  • How to set IP address to deployed application ?

    Hi,
    I downloaded OC4J server and extracted it and deployed a web service to it.
    When I am trying to access the web service on same machine there is no problem but when I am trying to access on another machine connected through LAN it's not working.
    In web service URL there is a Machine name instead of IP address.
    What settings I need to do ?
    Regards,
    Ajay Sharma

    19-Jan-2009 02:34 PM
    alexlimco wrote:
    19-Jan-2009 10:00 PM
    jacobsladder wrote:
    Haven't used 5800, but in all other S60s, chose "advanced settings" from the Options menu when you are editing the access point's settings.
    Hi, thanks for replying but I do not find any settings for IP address in Advanced Settings. Searching the web does not turn up anything too.
    Regards.
    so in Tools - Settings - Connection - destinations - Your access point - Edit - Options Advanced Settings
    You dont' have IPv4 settings?

  • How to set a default target system in  a change request

    Hello,
    I would like to set up a default value for the target system when I create a change request,
    for example, if I create a CHR in "DEV" system, it would auto fill the "Target" field with "TST"
    I tried to look for TPPARAM parameters or some Global ones,
    but with no luck
    Anyone got a clue how to do it?
    Thanks.

    Hi Elhanan,
    The next system depends on the transport route.
    and the transport will follow the route assigned. this again depends on the transport layer assinged to the development package of the object.
    so the assignment is like this.
    Dev object > Development package (previously called dev class) > Transport layer > Transport Route
    for more information, please see the help.sap.com software logistics part.
    http://help.sap.com/saphelp_nw04/helpdata/en/60/e3fcfae36811d184810000e8a57770/frameset.htm
    Hope this helps,
    Debasis.

Maybe you are looking for

  • Can I use a copy of Leopard I no longer use to update my wife's MacBook?

    Hi, My PowerBook G4 died and is a goner. Before it died I bought a copy of Leopard and upgraded the G4 to 10.5. I'm wondering if I can now load those Leopard disks onto my wife's MacBook 1.83GHz Intel Core 2 Duo (she's still on 10.4). Since I'm not u

  • G570 failed again

    I have a Lenovo G570 with the ATI Radeon GPU which has failed twice in the same way. The first time it was still in warrany and was repaired by Lenovo, this time I am looking to fix it myself. Both times the problem appears to be that the GPU solder

  • Symbian Anna browser problems? N8

    Good evening, I have a problem with my N8. When I go to my favorite forum (SMF forum) the text is to wide and it is a different font. This makes it uncomfortable to read because every time you have to scroll horizontally. The previous version of the

  • [KDE] Force ntfs drives to be case insensitive. How?

    Hi to all, I use KDE and I mount usb ntfs drives with the applet (no fstab configs). I would like to configure KDE and ntfs-3g to mount ntfs drives using the mount option "windows_names" to force linux to consider that filesystem as case insensitive

  • Psd into png

    I'm trying to open a psd file into Fireworks. It doesn't open it into a png file. What I'm doing wrong?