KKPAN with several currencies

Hi,
we are trying to create a cost estimate using transaction KKPAN.
In this estimate we want to include Material costs in different currencies.
At the moment we have tried defining an info record for a component material in a foreign currency. Although this info record was used to get the estimated proce fpr the materisl, the amount was automatically converted into the plant/company code currency. The Currency field in table CKIS for transaction currency to0 was set to the plant/company code currency.
We would have expected this to contain the foreign currency and have the foreign currency value stored in one of the value fields.
Has anyone got an idea how to solve this? Maby we need some additional customizing?
Thank you.
E. Schuler

I opened Firefox in safe mode. The tab closure function worked normally.
I restarted it normally.... and the tab closure function worked normally!
Sorted.
Many thanks.

Similar Messages

  • Landed Cost issue - Several supplier with differenct currencies

    Hi,
    A problem has occured while trying to create a landed cost document based on several GRPO's from different supplier and currencies. Basicly we enter the supplier code and go to "Copy From" button and choose the GRPO. The next step is to enter a new supplier code and go to "Copy From" button again. But when entering a new supplier code which does not have the same currency in BP Master data as the first one, it gives an error:
    "You cannot enter vendor with different currency"
    We have done this before, and I cannot find any information that this has been changed in SAP B1 9.0 PL08 HF1 (we just upgraded from 8.82).
    Any thoughts?
    Regards
    Kjetil Sandvik

    Hi Nagarajan,
    Thanks for your reply.
    I find it strange because we definitly have created landed cost document in this scenario before. Check the result of my query on a specific landed cost document below:
    This is docnum, cardcode(from oitm linked with ipf1 and oipf) and currency from ocrd(linked with oitm)
    When I try to add a new landed cost for exact same suppliers, I get the error message .....
    Regards
    Kjetil

  • Unable to clear vendor with different currency being posted

    Dear Experts,
    One of our vendor's Invoice billed in currency USD, several payments has been posted with different currency according to our Bank currencies. Full payment has been made to the balance of ZERO, but we still unable to clear this vendor account. Any expert can help me how to clear the above mentioned vendor.
    Regards/Lisa

    Hi,
    Please check whether the customisation for exchange difference accounting has been done.  If so then
    T Code is F-44 or F-04
    Either use Local Currency. : In this case if there is any exchange rate difference between the invoice and payment date the difference will be posted to exchange diff account.
    Or Use the Doc Currency : In this case you can provide the exchange rate in the transaction so that you will not get any exchange rate difference.
    Hope this solves your issue.
    Regards
    MPI

  • Dunning letter with multi currency

    Hi
    How to set dunning letter with multi currency.I have this customer that have multi currency transaction.How do i set the dunning letter to show multi currency value.Thanks

    hi mohd rizal,
    in dunning note configuration itself set the currency as USD. then it takes the local currency depending on the application. then it works for multiple currency's. bcoz it automatically takes the local currency.
    hope u get what im saying. still u have any doubts, get me back.

  • S_ALR_87012178 to display with document currency

    Hi Expert,
    I tried to run report S_ALR_87012178 and always got the result with local currency, while I want the result with document currency.
    I see another thread that sap note 769338 will help. I tried and it does work.
    Is there anyone who has the experience of using this report.
    Thanks a lot in advance for your reply.
    Chih-Ming

    Hi
    regarding report on trx S_ALR_87012178:
    when you choose the input parameter
    "Summarization level (0-6)"  : '6'
    program RFDOPR10 will automatically set the other parameters as follows:
    "OI sorted list sorting(1,2)": '1'
    "OI list summarization(0-2)" : '1'.
    Consequently it is not possible to only display foreign currency items when using summarization level 6.
    The reason why the program works as it does is the following:
    when you display foreign currency items it is always necessary to also display the currency.
    Without the currency information the OI total would just not make much sense. Summarization level 6, however,
    forces the output of the data in only one line.
    Since only 132 characters can be printed in one line there is not enough space for additional output of the currency.
    Thus it is technically just not possible to also display the currency.
    The combination of "summarization level" 6 and "OI sorted list sorting" 2 therefore is technically impossible.
    If you want to see the document currency please use summarization level 1.
    Please also take a look at note 769226 for more details on this issue.
    Kind Regards
    davide

  • Issue with PO Currency when currency changed after the approval.

    Hi All,
    we have  get an issue with PO currency which is as follows
    Step1:Created a Limit PO with value  3.701,00  CHF and sent it for approval,,and PO is approved and transfered to backed (We are using  "Extended classical scenario'  .
    Step2:but we got to know that the PO value should be  in USD ,so will go to PO and changed the currency value to USD ,it coveted value to 3421 but ,since i need the  3701 USD  i changed the value  to 3701 at item level and orderd  the PO.
    but after approval  , when it transfered to backed it is showing the value  3.701,00 USD at header level  ,but 3.402,84 USD at item level.
    so when we are trying to create GR it is populating 3.402,84  USD but we need 3701 USD.
    is any one know the what is the problem with this.
    please help
    Regards
    cb

    You can re-output a message that has already been outputted (printed or transmitted).
    "Repeat message" function
    You use this function if you wish to print out or transmit again a complete purchasing document that has already been outputted. Note that the system takes account in the message of any changes made to the purchasing document since it was last outputted - i.e. the system always outputs the current status of the document. If you wish to have old statuses available, you must optically archive the purchasing document.
    Activities
    You invoke the Messages screen as follows:
    Via the purchasing document itself (Header  Messages) or
    Via <Purchasing document> Messages  Print/transmit.
    Enter the processing status 1 (successfully processed) and display the messages.
    Select the desired message and choose Goto-> Message details.
    Choose Edit-> Repeat message or Change message.
    The system inserts the new message. If a change message is involved, the system sets the Change indicator.
    Save your data.
    Hope you find this useful.
    Edited by: Reetesh on Dec 3, 2011 7:36 PM

  • Print a JTable with several Header and Footers

    Hi everybody,
    my name is Lothar and I come from Germany. My english is not very well, but I hope you understand me an my problem.
    I want to print a JTable, but I want to print a header with several headers and footers.
    For example:
    h3. Header
    h5. 1. Subtitle
    h5. 2. Subtitle
    Table
    h5. 3. Subtitle
    h5. Footer
    But, I do not know how I can do that. Can anybody tell me, how I can solve my problem. Please, explain for a newbie because I have learned Java since two months ;)
    Here the code:
    import java.awt.*;
    import java.awt.event.*;
    import java.text.*;
    import java.util.Date;
    import javax.swing.*;
    public class Beispiel extends JFrame implements ActionListener {
        private JTable table;
        public static void main(String[] args) {
            Beispiel tl = new Beispiel();
            tl.setVisible(true);
            tl.pack();
        public Beispiel() {
            setLayout(new BorderLayout());
            // DruckButton
            JButton print = new JButton("Print");
            add(print, BorderLayout.SOUTH);
            print.addActionListener(this);
            // Tabelle
            add(new JScrollPane(createTable()), BorderLayout.CENTER);
            // schlie&szlig;t das Frame
            setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        public JTable createTable() {
            // titel
            String[] title = new String[] { "Datum", "Von", "Bis",
                    "Dauerinsgesamt", "Bemerkung" };
            // daten
            String[][] data = new String[][] { { "", "", "", "", "" },
            table = new JTable(data, title);
            table.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
            return table;
        public void actionPerformed(ActionEvent e1) {
            MessageFormat header = new MessageFormat("Header");
            MessageFormat footer = new MessageFormat("Footer");
            try {
                table.print(JTable.PrintMode.FIT_WIDTH, header, footer);
            } catch (Exception e2) {
                System.err.format("Cannot print %s%n", e2.getMessage());
    }

    Nobody?
    Can nobody solve my problem?

  • When I click on the - fire fox disappears from the task bar; it is still open but gone from the task bar, if I click on any icon it opens a new Firefox window, I end up with several windows open but none on the task bar.

    Question
    When I click on the - to minimize fire fox, it does not close the window but the firefox icon disappears from the task bar; it is still open but gone from the task bar, if I click on any other icon it opens a new Firefox window, I end up with several windows open but none on the task bar.

    Boot the computer in Windows Safe Mode with network support (press F8 on the boot screen) as a test to see if that helps.
    Do a malware check with some malware scanning programs on the Windows computer.<br>
    Please scan with all programs because each program detects different malware.<br>
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender: Home Page:<br>http://www.microsoft.com/windows/products/winfamily/defender/default.mspx
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • When initiating an e mail to someone with several addresses used in the past the one I use most often does not come up in the first position.  How can I get these multiple e mails prioritized?

    When initiating an e mail to someone with several addresses used in the past the one I use most often does not come up in the first position.  How can I get these multiple e mails prioritized?

    We are talking about the Mail app, right? In the Mail menubar, click on Window and then Previous Recipients:
    That eliminates the previous recipients. If you are talking about the suggestions because there are 10 people with the name 'Steve' in your Contacts, then I do not know how to eliminate those unless you change the name slightly or wait until you type the last name or some other differentiator.

  • Sharing Itunes Library with several users on the same computer

    Hi,
    I'm trying to share the iTunes library on a SP2 system. I placed the Itunes folder on a partition and setted iTunes to use this folder in each user account but...
    When one add musics to the library, thoses musics are not visible once switched to another user account.
    How to really share the same library with several user accounts one the same machine ?
    Thanks

    Note that Otto42's post is from March 2006. This is way before iTunes 7, which allows you to move the iTunes folder.
    His steps will work but are much too involved and unneeded.
    Rather than using TweakUI (and possibly messing up something), just move the entire iTunes folder to a shared directory and hold Shift when starting iTunes, then select Choose library and go to the iTunes folder.
    All changes made by any user will be to all users.
    Note that only one user at a time will be able to access iTunes.

  • I am feeling so ripped off right now. I have wanted a Mac for years and believed the hype about it's stability and I have had more trouble with this Imac 2011 than I have ever had with a pc. It locks up with several software products from APP store.

    I am feeling so ripped off right now. I have wanted a Mac for years and believed the hype about it's stability and I have had more trouble with this Imac 2011 than I have ever had with a pc. It locks up with several software products from APP store. I have already had to have a technician to look at it and really couldn't figure out what the deal was.  I was told that the APP store software should give me no problems but the truth is that it locks up on the software. This machine is only 4 weeks old and I am using 37 g on a 1 T hard drive. There is no reason for it to be locking up. Also, when I try to use the help program, it always tells me that I am not connected to the internet even though I have used both the mail program and the browser with no problem just before that. I successfully used the help program on my pc lots of times. I did not need a $2000. plus machine to just get email. I just wanted to unload on somebody that might understand my pain and after checking out this site...I think there is a few of you out there.

    I was told that the APP store software should give me no problems but the truth is that it locks up on the software.
    The apps downloaded from the Mac App Store are written by third party developers, not Apple. If you have problems  with those apps you need to visit the support area for their websites. Launch the App Store, locate the app name. You should see a support link.
    when I try to use the help program, it always tells me that I am not connected to the internet even though I have used both the mail program and the browser with no problem just before that
    Go to ~/Library/Preferences. Move the com.apple.helpviewer.plist file from the Preferences folder to the Trash. Restart your Mac, try the Help menu.
    If you need help finding that file, hold down the Finder icon in the Dock then click: New Finder Window. From the menu bar top of your screen click: Go > Go to Folder. Type this in exactly as you see it here:   ~/Library/Preferences/com.apple.helpviewer.plist    That will take you right to that file.
    (.plist) files stores information about a particular app or in this case, the Help viewer. Often times deleting the .plist file resolves the issue.
    It's fine to "unload"... we understand that you expect your iMac to be stable but there are times when things go awry. That's why we have these forums so that you can you get help.
    You may want to read up on how to repair the disk if necessary or reintsall Lion >  OS X Lion: About Lion Recovery
    Apple - Find Out How - Mac Basics
    How to "switch" from PC to Mac >  Apple - Support - Switch 101
    I'm sorry you feel, "ripped off", but you are using the world's most advanced operating system and it may take some time to adjust to a new OS.   http://developer.apple.com/technologies/mac/

  • At the time of actual activity price calculatoin with diffenrent currency

    Dear Friends,
    I am facing some problems. Followings are the information/Problems:
    Controlling Area Currency - USD
    Company Code currency - INR
    Exchange rate - M type - 46.90
    Exchange rate - P type 46.90
    This problem is due to problem-1. At the time of actual activity price calculatoin, I am geeting huge price because system has multiplied (problem-1) and now system is taking posted amount in usd to calcualte actual activity price and according to my observation after calcualtion in usd system is converting price into INR
    Questions - 1. What is the logic of calculation of actual activity price.
    2. As I feel after analyses that sytems is taking posted cost in controlling area currecy and then calculating price and then converting into INR,
    Is my theory correct in term of SAP standard functionality. is there any method by when system take only posted figure in inr for activity price calcualtion.
    Please reply as soon as possible.
    Thanks

    1. If you are using common controlling area with two different participating company code currency, then you have to use group controlling currency and integrate the other company code currency with parallel currency defined in the FI ledger. Hope this is design principle based on which you have selected group currency.
    2. In case group currency controlling then non-participating currency should calculate the activity rates in group currency. Meaning you have define the activity rates at EUR currency and remember this has to accepted globally.
    This is key drawback where you cannot define activity rates in INR, whereas there is no option activity type creation to give object currency as INR.
    Hope this clarifies.

  • I am on a shared computer with several profiles.  I had to delete my profile and create a new one.  Now, my question.  It transferred to Purchased Items to the new iTunes, so how do I get the rest of the songs to transfer to new iTunes?

    I  am on a shared computer with several profiles.  I had to delete my profile and create a new one.  Now, my question.  It transferred to Purchased Items to the new iTunes, so how do I get the rest of the songs to transfer to new iTunes?

    It sounds like you might have broken links to your content. Either repair these by putting the files you've recovered where iTunes expects to find them or delete the broken entries then go to iTunes Store > Purchased > Music > Not on This Computer, and click the download links.
    If you have an Apple device see also Recover your iTunes library from your iPod or iOS device.
    tt2

  • In a document with several sections, in section VIII and IX one cannot select the text of the page foot nor set the pointer in it; so, one cannot write nor change the page foot text. Please help!

    in a document with several sections, in section VIII and IX one cannot select the text of the page foot nor set the pointer in it; so, one cannot write nor change the page foot text. Please help!

    Question already asked and answered several times.
    It's a bug striking in long documents.
    Select a word somewhere higher in the page then use the arrows to reach the wanted insertion point.
    Yvan KOENIG (VALLAURIS, France) mardi 23 août 2011 15:44:24
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please :
    Search for questions similar to your own
    before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • Register 2 purchase contidions with different currency

    Hello All,
    In our project we are facing to a big issue with different currencies in the PO conditions.
    An example of the situation in the PO is the following (but should be different currencies, not always the same currency for the same condition):
        - the condition for price is in GBP
        - the condition for transport is in USD
        - the condition for "custom" is in EUR
    For each condition, we have a different vendor. We work in France, so we have also the PAM activated.
    Our requirement:
        - we need to keep the original amount in currency for the GR (so in this case to have 3 postings due to the currency in the header of FI posting) because due to the big amount of currencies in the company, we need to follow exchange rate at the end of the month
        - we need to enter the invoice in the currency of the condition
    Today when we have a GR, the system, even if we have 3 vendors, create only one global posting by translating the different condition to the PO currency (here in GBP). In fact, when the PO is created, the condition is immediatly converted.
    Does anyone have a solution to do that ? Apparently in IS-OIL solution, this kind of posting is possible. But no information is available in OSS about this point.
    Thanks & regards

    hi iswari
    you can acheieve this prodided you have maintained the corresponding currencny in the Schedulling agreement, kinldy maintain the curren in ME32k and assing the agreement while converting purchase requisition to purchase order .Since you are creating the order the price will be in the currency you have maintained in customizing.
    youcan also enter the price in MO, just double click the operation and in external tab page select the FULL SERVICE button in the bottom of the screen, anew screeen will appear where you will enter the overall limit and expected value
    regards
    thyagarajan

Maybe you are looking for

  • Transfer users & settings from G4 imac to new intel imac - help required

    Hi All, I've just had a new imac delivered today, and I need answers to two questions: 1) I have several users set up on my old G4 imac - how do I transfer all this to my new imac, without manually having to set everything up again. Is there a shortc

  • Error configuration

    I need technical support for the automation of a damper machine with PXI platform fitted with a 2-axis motion control board PXI-7352. This board is used to control the movement of the hydraulic actuator upon the servovalve. There is an analog feedbac

  • Adding a message to the variable selection screen

    Hi there I have been asked to find a way to add a message to the variable selection screen. It appears that DIVISION needs to be added to the selection screen, as this makes the query run faster. However, they don't actually want the user to enter a

  • FBL1N - How I add a column in FBL1N

    Hello Everybody, I need add a column in the report of transaction FBL1N. This new column need to be with option in layout. Can someone help me. Thanks.

  • Mount point  containing the redologs

    We were told Oracle typically writes 512b redolog records to the redologs. If the mount point is created with a blocksize > 512b the remaining space is wasted. For example, if the mount point is created with a 4K blocksize, most likely 3.5K of the bl