Two different currencies in single Service PO

Dear All,
Can I create a service PO with two different currencies ?
I want one item to be paid in EUR and one in INR. I have separted these two items at item overvivew level.
I have tried vendor sub range also.
Please help.
Regards,
Rakesh

I think you can define/update individual conditions in whatever currency you like (provided exchange ratres are maintained) but the overall PO will be in a single currency. (I'm not currently logged on) Try updating an individual Condition or even PO item in your trial system.
I'm also think when you process the invoice you can define the (single) currency. Provided (important) the invoices are presented separately and the exchange rates do not move significantly you will be OK.
It's a bit messy and not a good method but you can do it.
Ignore sub-ranges, not relevant to what you want to do.
Regards,
Nick

Similar Messages

  • Can we generate two invoice  for same product in two different currency

    dear all gurus,
    actually we are in export sales
    so we are generating export invoice.
    my client is asking for another invoice in INR too this is called comercila invoice
    with this i ve to generate the ARE form
    so how to do this three things
    1.export invoice in foreign currency
    2.commercial invoice in INR
    3.ARE form with referance to this export sales
    with regards
    subrat

    Hi Subrat,
    I really dont know how this scenario can be handled.
    2invoices for the same order is not allowed legally also. So if the user is asking for it, may be first they need to discuss this with their legal department.
    If they say ok, then you may think of only an output, where you can change the values with a standard exchange etc. But having 2invoices in the system of different currencies for a single sales order will lead to lot of problems in reporting.
    Can somebody throw some light on this, on how to enable this without any problems.

  • Two billing Planin a single service contract

    Dear All,
    Please suggest how can I assign two billing plan for a service material Monthly and Yearly with different charge head
    Rg
    Ajit

    Hi ajit
    I think you can assign  billing plans at item level and header level only
    for item level you can configure in the item category details
    for header level you can configure in the sales doc type details
    Regards
    Srinath

  • How can I Generate two different reports from single execution of Test cases in NI teststand

    Hi,
    My requirement is to generate two different reports from NI teststand. One for the Logging of error descriptions and the other report is by default generated by the Teststand. How can i generate a txt file that contains error descriptions other than that mentioned in the default report?
    Solved!
    Go to Solution.

    Do you need to do that just for these two sequences but not for other sequences? I don't see a problem to use SequenceFilePostStepRuntimeError. Create this callback in both sequence files and configure them to log into the same file. SequenceFilePostStepRuntimeError callback is called after each step of the sequence file if it has runtime error. You can access the calling step error information via RunState.Caller.Step.Result.Error property. Take a look to attached example.
    The "other way" is useful if you need to log errors not for every step of the sequence file, but for some of them. This is more complex, because you need to create a custom step types for these steps. For the custom step you can create substeps (post-step in your case) which will be executed every time after step of this type executed. Then, this is you job to determine if error happened in the step, acces to step's error information is via Step.Result.Error property. 
    Also, be aware that step's post-expression is not executed in case of error in the step.
    Sergey Kolbunov
    CLA, CTD
    Attachments:
    SequenceFilePostStepRuntimeError_Demo.seq ‏7 KB

  • Account set up in withholding tax having two different currencies on dr-cr

    Hi all
    I am using AP, GL and CE. I have set up a new withholding tax which i have connected it with different supplier sites according to the customer needs. Now we are having a problem: When the customer is registering invoices in foreign currency for example in EUR or in USD(my local currency is ALL), the account which is set up in the withholding tax, is touched with the currency of the invoice. Meanwhile the invoice created for the tax authority is created automatically in the local currency and the problem is that the account used in withholding tax is touched from one side with EUR or USD and the other side in ALL.
    The balance of this account is 0, but with different currencies in both sides (debits and credits). My customer does not want this?
    Can you please suggest how can i avoid this?
    Thank you and best regards
    Ernest

    Resolved at our end by tweaking the splitting rule to match the Business requirement.

  • Coversion between two different currencies in Purchase Order

    Dear All
    Currently we have some cases where Purchase Order header currency and item condition currency differs
    For example
    PO header currency is CNY  and item condition currency is EUR
    In item conditions we have maintained 2.38 USD which will reflect in item net price of the PO as 14.62 CNY. SAP does this conversion automatically based on exchange rates
    But for populating the item condition in Purchase Order header currency  into particular field in Purchase order outbound idoc  we use 'READ_EXCHANGE_RATE' and then convert using exchange rate obtained from this FM.
    This FM gives exchange rate of 6.14513. As per calculation 2,38 USD * 6.14513 = 14.6254094. Then in program we rounds of this 14.63 .But as mentioned above and also in EWCT SAP converts to 14.62.
    So would like to know how SAP does this conversion  OR is there any other FM or way we should use to do this conversion
    Please let me know your thoughts
    Regards
    Shyam

    Thanks Vivek
    But I have few  more clarifications
    -We are using the FM 'READ_EXCHANGE_RATE' just to get the exchange rate between PO header currency and item condition currency . then in program we are multiplying item condition with this exchange  rate and getting the corresponding value in PO header currency. This multiplication and rounding off the  result is not done by FM, but done by our code. So actually which FM
    - You mentioned that you read the code and found that  it is using the standard rounding off feature provided by SAP. Would like to know what is the standard rounding off procedure provided by SAP ? May be then after multiplication we can use this logic to round the value.
    Regards
    Shyam

  • Session management in Info View with two different logins using single sign

    There is a form with 2 user logins UserA and User B to redirect to infoview with sso in my application. I am able to go to each of the Infoview pages successfully but have the following problem.
    User A logs in and infoview opens in a new IE window and sees his/her folders based on permissions and is able to do his/her work for the first time.
    User B logs in andand infoview opens in a new IE window sees his/her folders based on permissions and is able to do his/her work for the first time.
    <b>After a while when User A tries to access the InfoView in the previously opened IE Window, he/she gets an error message. An error has occurred: The object with ID 2519 does not exist in the CMS or you don't have the right to access it.
    User B is able to continue his/her work. Who ever logs in the last, he/she is able to continue his/her work but the other one gets an error.</b>
    <b>Please let me know on how to address this issue . I added logonToken and tried everything at my hand but no success. Is this session controlled by business objects or by the jsp page. What more changes are required for my jsp page to fix the error. Attached below are the form and the applogon.jsp snippets.</b>
    <B> applogon.jsp</B>
        IEnterpriseSession enterpriseSession = null;
        Exception failure = null;
        boolean loggedIn = true;
         String redirectURL = null;
         // If no session already exists, logon using the specified parameters.
        if (enterpriseSession == null){
            try{
                // Attempt logon. Create an Enterprise session manager object.
                ISessionMgr sm = CrystalEnterprise.getSessionMgr();
                // Log on to BusinessObjects Enterprise
                enterpriseSession = sm.logon(username, password, "cms", "secEnterprise");
            }catch (Exception error){
                loggedIn = false;
                failure = error;
            if (!loggedIn){
                // If the login failed, redirect the user to the start page.
                return;
            }else{
                // Store the IEnterpriseSession object in the session.
                session.setAttribute("EnterpriseSession", enterpriseSession);
                // Create the IInfoStore object.
                IInfoStore iStore = (IInfoStore) enterpriseSession.getService("InfoStore");
                // Store the IInfoStore object in the session using the helper functions.
                session.setAttribute("InfoStore", iStore);
                // Store the CMS name for later use.
                session.setAttribute("CMS", "CMS");
                   // Create the IReportSourceFactory object.
                   IReportAppFactory reportAppFactory =(IReportAppFactory)enterpriseSession.getService("RASReportService");
                   // Store the IReportSourceFactory object in the session using the helper functions.
                   session.setAttribute("ReportAppFactory", reportAppFactory);
                // Retrieve the logon token manager.
                ILogonTokenMgr logonTokenMgr = enterpriseSession.getLogonTokenMgr();
                   String logonToken = logonTokenMgr.createLogonToken("", 60, 100);
                   String infoViewURL = null;
                   String tokenParam = null;
                   infoViewURL = "/businessobjects/enterprise115/desktoplaunch/InfoView/logon/logon.do";
                   tokenParam = "token=" + logonToken;
                   redirectURL = infoViewURL + "?" + tokenParam;
                // Retrieve a logon token and store it in the user's cookie
                // file for use later.
                Cookie cookie = new Cookie("LogonToken", logonTokenMgr.createLogonToken("", 60, 100));
                response.addCookie(cookie);
                // Store the logon token for later use.
                session.setAttribute("token", enterpriseSession.getLogonTokenMgr().getDefaultToken());
         // Redirect the user to the relevant tutorial page.
         out.println("You have been logged on to Enterprise.");
         response.sendRedirect (redirectURL);
    Thank You for your help

    // Retrieve the parameters that the user entered into the logon fields.
    <b> user name and password come from here from the above html form into the jsp here. Ted Is this what you are asking for where does the username and password come from
        String username = request.getParameter("user");
        String password = request.getParameter("pass");
    </b>
        IEnterpriseSession enterpriseSession = null;
        Exception failure = null;
        boolean loggedIn = true;
         String redirectURL = null;
         ISessionMgr sessionMgr = null;
         // If no session already exists, logon using the specified parameters.
        if (enterpriseSession == null){
            try{
                // Attempt logon. Create an Enterprise session manager object.
                sessionMgr = CrystalEnterprise.getSessionMgr();
                // Log on to BusinessObjects Enterprise
                enterpriseSession = sessionMgr.logon(username, password, "appserver.abc.com", "secEnterprise");
                   System.out.println("line61");
            }catch (Exception error){
                loggedIn = false;
                failure = error;
            if (!loggedIn){
                // If the login failed, redirect the user to the start page.
                return;
            }else{ this code is in my first post

  • Measuring power at two different point (single phase)

    Hi all,
    I am new user of LabVIEW 2013 with electrical power suite.
    May i know how to measure two different point of single phase system using the same VI such as in DAQ power and energy example?
    As I notice that there are several type of wiring available. Is only one voltage and one current availabe during 1 ph voltage and 1 current selection. Thus, when I select 3ph voltage and 2 current, the value I obtain is not seem to be true.
    From the figure attached, I want to measure the voltage at current at the solar/PV  to obtain the power value. Other than that, I also need to measure the voltage and current at the load such as water heater. This is a single phase configuration network.
    (2 voltage and 2 current measurement at single phase)
    Hope for guidance.

    Hi Lewis,
    Here attached the file.
    Actually I wanted to measure power two different point in a single phase system as shown in the first attachement.
    Since, there is example in power quality measurement(DAQ) as shown in the second attachment.
    since there is two measuring point in my measurement. May i know how to obtain two measurement voltage at the same time in DAQ?
    Hope for guidance.
    Attachments:
    Two measuremernt point (single phase).png ‏7 KB
    power & energy measurement.jpg ‏172 KB

  • Capture employee salary in different currencies in a single business group

    Hi,
    Scenario: Under single buiness group, employees information of multiple countries are recorded (as there may be very few employees in each of those countries).
    Provided payroll is NOT implemented, how do we capture employee salary information specific to individual country ie., capturing employee salary in different currencies under single business group.
    Thanks,

    You can use Add'l Salary Admin. Details DFF to capture Currency and its converted Value. Main Salary will be in one basic Currency.
    Thanks

  • Relase Strategy with different Currency

    My Organisation has 3 plants - Plant1 is having currency SGD , Plant2 is having currency SGD and Plant3 is having currency USD.
    My release strategy is having characteristics - Plant, PR Value and Material Group.This same strategy is being used for all 3 plants.
    Characteristics PR Value is created with currency SGD.Now when we are creating PR in Plant3 system is taking currency USD which is correct.
    I have defined strategy with PR value  as below -
    > 0 and less than 3000 SGD - A
    >3000 and less than 15000 SGD - B
    Now when we are creating PR in Plant3 with value 2999 USD system is taking strategy as B as 2999 USD is greater than 3000 SGD and 15000 SGD, whereas we want the system to take strategy A becuase user is entering amount as 2999.
    Is it possible to have this with same release group and release class.

    Hi
    I doubt  you will achive the the reslut with a char. in different currency as you can not have two different classes , so similarly a char can not have two different currencies. You can have higher range of the third after muliplying the usd with conversion factor as one more value range.  My suggestion for you to have the char valuess in CoCd  currency and during PR creation you can enter the PR valuation price in usd and the currency USD, you can achieve the same result as system will convert the usd into CoCd currency and try to match the new value range you have created.
    Regards

  • Line Item having different currency

    Hi,
    Two line items in order are having two different currency. In the client legacy there are having this provision, and the same they want in SAP.Can this be processed? If so how. Sold  to and Ship to Party are same and the one place only.
    kindly advise.
    TNV

    Hello Friend,
    You can do the needful in SAP also...
    A Sales Order can have different line items with different currencies...
    While posting the Invoice system will convert the foreign curreny currency into the currency of Conpamy code, based on the exchange rates.
    Hope this helps. .
    Thanks,
    Jignesh Mehta

  • 0COOM_C02 cube to have 2 different currency types

    Dear all,
    i have activated 0COOM_C02 cube, what i need is to get data in two different currency types (both in eur and usd). Is it possible with that? or should i modify that?
    Thanks

    Hi John,
    If you want to fix the Local Currency to any Fixed amount you can directly map to them.
    And you can keep 0amount for the Global Currency amounts.
    By this way you can maintain both currencies.
    Hope you got ..
    Regards,
    Ravi Kanth

  • Tax account different currency than document

    Experts,
    I have a client who need to create a US Dollar AR Invoice but track the Tax on that Invoice in Euro on the accoutn level.
    I have created a Sales Tax Account that only allows Euro currency, but when I enter this Invoice, I get an error on the currency in that account.
    Is there no way to have 2 currencies in one document?
    Thanks,
    Marli

    Hi Marli.......
    Transactions in Two different currencies are not possible at a time. If you want it to be happened then go for Multicurrency transaction. Here at the time of transaction put the Ex rate for US Dollar as well as for EURO.
    When you run the ex rate report hope this will give you correct effect.
    I would suggest you to do it in Demo version.....
    Regards,
    Rahul

  • 2 invoices in different currencies

    HI
    for my export sales my client requirement is that they should have 2 invoices
    1 proforma in indian currency
    1 commercial invoice in export country currency
    i am getting the customer currency in commercila invoice
    but how to get proforma invoice in indian currency
    regards

    Hi Rithvika,
    I don't think your requiremetn will be possible.The invoice currency will picked from customer master,at sales order level you have the option for change this currency in document currency field.But at a time you can't maintain two different currencies for both the invoices.Normally the accounting document will have this facility to convert the exchange rates automatically and will display the local currency.
    Regards,
    Hari Challa.

  • CALCLATED KF SHOWING DIFFERENT VALUES FOR DIFFERENT CURRENCY TYPES

    Hi Experts
    When I am executing the query( On a Multi provider) with the selection of Company code, controlling area, WBS ELEMENT, currency type I am seeing two different values (XXXX EUROS and YYYY EUROS)for a formula for total variable cost when i select two different currency types( CONTROLLING AREA AND GROUP CURRENCY)
    I have two currency types called CONTROLLING AREA CURRENCY and GROUP CURRENCY(BOTH IN EUROS).
    This WBS  element is not having any sales document.How can I see the exact value for this WBS element in the R3 side.
    Is there any possibility that the same dataelement TOTAL VARIABLE COST have different values when i execute with differnt currency types in the selection screen.
    In what approach can i proceed from R3 side  to the query to solve this issue. on the R3 side when i see in FB03 (settlement posting) for this WBS it is balanced. I am seeing only partial posting for this in the Query
    Could any one help me to solve this.
    Thanks in Advance
    Best regards

    Hi Rajesh,
    I guess the holiday which was configured in Holiday calendar (Holi) is not declared as Paid holiday in Public Holidays-Holiday Calendar.
    Goto SCAL - choose Public Holiday - change mode - look for the holiday (Holi) configured - change mode again - lookout for 'Public Holiday Class' and see whether ' 1 ' is maintained there, if not maintained, type 1 there and save it.
    PS (1 - Ordinary Public Holiday....i,e paid holiday).
    Now go to PT01 and generate WSR. This will sort out your issue.
    If the above is not working,
    I guess there are different PSA/ESG grouping for the employees and maybe their Holiday Calendar itself is different. check out whether the PSA and ESG grouping in Time Mgmt is same or different for those employees for whom the paid holiday is not getting generated and also check out the Holiday Calendar for these set of employees and try the above given solution there.
    Hope this helps.
    regards,
    Santhosh
    Edited by: Santhosh on Mar 31, 2009 11:34 AM

Maybe you are looking for

  • Sync between address book and google

    I have been driving myself nuts all day with this. Here's the scenario: a) I do not use mobile me. b) I have my address book on the mac setup to sync with google contacts (10.6) after it is initially setup: 1) if I add a new contact to my google cont

  • Custom Labels in BlackBerry

    Hello! I'm new to BB and have searched for an answer to this question without success: How do I sync my custom labels from Mac's AddressBook into my Bold 9000 ? Any workaround would be greatly appreciated. Thanks

  • Instance recovery mechanism

    Hi, I try to understand the mechanism of instance recovery of Oracle 8i/ Oracle 9i database and I am little bit confused, since I got some opposed information about that. Please find below my questions: 1. Is SCN number assigned to all transactions o

  • Need camera Raw 5.5 for 32 bit windows

    I have bought a new Nikon D3000 camera and i'm not able to work on my raw photos because I don't have the latest update from camera raw. I tried to download the 64 bit, but that didn't work. I have a 32 bit system and I can't find it on the net....th

  • What is Cinema Tools use for?

    I had asked this question in the Cinema Tools forum, but haven't gotten an answer, so I thought I'd asked here. Can somebody explain to me what is Cinema Tools use for? I have been using FCP for some time now and have never open Cinema Tools What doe