Material valuation difference in FI and MM area for P.O in foreign Currency

Seek assistance in solving the following issues related to P.O in foreign currency. Thanks in advance
1, For purchase orders in foreign currency, during MIGO,in the FI document, the  inventory value which include cost payable to the vendor, taxes, CHA and freight are calculated in foreign currency and the company code currency value is arrived by multiplying the total  inventory value with the exchange rate prevailing in Ob08 on the posting date of MIGO, instead of adding the values of basic price converted to local currency at the rate prevailing on MIGO, Custom duty at the rate prevailing on Customs Miro and Freight CHA etc which are inputted in local currency and converted to P.O currency in P.,O, at the exchange rate in P.O
The value thus arrived is different from the actual value paid since the freight and CHA are in co code currency in the P.O and converted to P.O currency in P.O with exchange rate prevailing on the date of P.O and Custom duty paid in local currency is at the rate prevailing on Custom MIRO.
2, Freight and CHA are entered as condtions in the P.O and the values entered in local currency. These are converted to P.O currency by the system at the exchange rate prevailing on the P.O date. During MIGO in the FI document the values for these are arrived by multiplying the value in P.O currency with the exchange rate prevailing on MIGO. for e.g. the CHA lumpsum entered as INR 20,000 is converted to $ 400, assuming the OB08 rate on the date of P.O is 50. if on the date of MIGO OB08 is 60, during MIGO, in the FI document entry for local currency the CHA charges become 24000. ( 400 x 60 ). While the actual amount is 20,000. the same scenario exist for freight too which is entered in local currency.
WHAT IS HAPPENING
1. Foreign Vendor - Foreign Currency X OB08 rate on MIGO Posting Date
2. Freight - Company Code Currency Converted to Foreign Currency as per OB08 rate on PO Creation Date X OB08 rate on MIGO  Date
3. CHA - Company Code Currency Converted to Foreign Currency as per OB08 rate on PO Creation Date X OB08 rate on MIGO Date
4. Customs - Company Code Currency Converted to Foreign Currency as per OB08 rate on Actual Customs Payment Date X OB08 rate on MIGO Date
WHAT IS REQUIRED
1. Foreign Vendor - Foreign Currency X OB08 rate on MIGO Posting Date
2. Freight - Company Code Currency Converted to Foreign Currency as per OB08 rate on PO Creation Date X OB08 rate on PO Date
3. CHA - Company Code Currency Converted to Foreign Currency as per OB08 rate on PO Creation Date X OB08 rate on PO Date
4. Customs - Actual Customs Duty paid in Company Code Currency through Customs MIRO

Hi
i am still waiting for someone to put a comment on this thread
regard
Nabil

Similar Messages

  • What is the difference between Structure and Work area

    Hi Guys,
    What is the difference between Structure and work area?
    Are they same with different names?
    Thanks,
    mini.

    hey buddies,*
    i had this same doubt for a long time and i have my finds with me ie wa and structure are the same but wa can hold a single record but structure cannot hold data in it but according to the previous posts  folks  say structure too holds data as wa does but i guess when debugging wa holds data and structure doesnt hold bcoz i tried.
    types : begin of str_mara,
                 matnr type mara-matnr,
                ernam type mara-ernam,
                end of str_mara.
    data it_mara type table of str_mara.
    select matnr ernam from mara into it_mara where matnr = '100-101'.
    *********************if folks say wa = structure,this should work,isn't it?*********************************
    loop at it_mara into str_mara.
    write:/ str_mara-matnr , str_mara-ernam.
    endloop.
    *******************but it throws an error saying that str_mara is not a wa*******************************
    i may not be correct too plz let me know if i'm wrong
    Edited by: arun_aime on Feb 12, 2010 4:41 PM

  • How do I reset my security questions? Normally people are saying something about a rescue email or a thing that will show where your password and security are for me it just shows my two questions  and that is it.- Help

    How do I reset my security questions? Normally people are saying something about a rescue email or a thing that will show where your password and security are for me it just shows my two questions  and that is it.… Help

    Go to Appleid.apple.com and choose Manage ID you can change them from there.
    You can add a rescue email if you don't have one there too.

  • I heard about that when you update to mavericks, the Iwork, Numbers and Keynotes are for free, aren't they?

    I want to know if Iwork, Numbers and Keynote are for free when you update to Mavericks?

    Only if you purchased iWork or a new Mac from October 2013 onwards.

  • Freight Material why it is required and what are the configuration?

    Hi experts,
    My clientsu2019 requirement is they want freight material to be configured in DIEN material type? I want to know why they want this and what are the steps to configure it apart from material master
    Plz need your help
    Thanks
    Krushna

    Hi experts Please need your help

  • Difference between Field symbols and work area for Internal tables

    Hi,
    In ECC versions we all know that we need to declare the internal tables without headerline, and for handling the internal tables we need to use exclusive work areas.
    Currently i have an issue that we have been asked to use field symbols instead of work areas...can any one help me how to use the field symbols and also let me know how it will improve the performance of the program..
    Thanks and Regards,
    Kathir

    Hi
    DATA: WA TYPE ITAB.
    LOOP AT ITAB INTO WA.
    IF WA-FIELD = .....
    ENDIF.
    ENDLOOP.[(code]
    FIELD-SYMBOLS <WA> TYPE ANY.
    LOOP AT ITAB ASSIGNING <WA>.
    ENDLOOP.
    Now the problem is you can't know the name of the fields of the table at runtime, so you can't write:
    IF <WA>-FIELD = .....
    ENDIF.
    Anyway you can create a field-symbols strcturated like the table:
    [code]FIELD-SYMBOLS <WA> TYPE ITAB.
    LOOP AT ITAB ASSIGNING <WA>.
      IF <WA>-FIELD = .....
      ENDIF.
    ENDLOOP.
    I don't know which are the differences for the performance between to use a field-symbol and to use a structure as work-area.
    The differnce between the field-symbols and work-area is the field-symbol is assigned directly to the record, so u don't need to do a MODIFY statament to change something:
    LOOP AT ITAB INTO WA.
      WA-FIELD =
      MODIFY ITAB FROM WA.
    ENDLOOP.
    LOOP AT ITAB ASSIGNING <WA>.
      <WA>-FIELD =
    ENDLOOP.
    These two pieces of abap code do the same action, so probably the field-symbol improve the performance because it do an access directly to the record without to use an external structure as workarea.
    Max

  • Recording: difference in Application and Screen Area?

    Beginner questions:
    1. What is the difference between recording with Application and with Screen Area?
    2. With Application selected, what is the difference between Application Window and Application Region?
    Thanks.

    Hi there
    Imagine you have a camera and you are taking pictures of your computer screen. You can take a picture of the whole screen or you might zoom in and take a picture of just part of the screen. Panning allows you to move around an application and take pictures of a smaller part of the computer screen.
    For example, you open Windows Notepad and you have panning enabled. You move the mouse around and take screen captures. You click four times.
    With Panning enabled, you end up with four different areas of Notepad captured. (Four Captivate slides) Similar to the image below.
    Each of the slides in Captivate would correspond to the area that was clicked in Notepad.
    No panning says to ignore the panning options.
    Automatic panning says to follow the mouse automatically.
    Manual panning says to allow panning, but only when you (the Captivate author) request it.
    Cheers... Rick
    Click here for Adobe Certified Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Difference between -TlsDomain and -DomainSecureEnabled Parameters for Sendconnectors

    Hi Exchange-Community,
    I just came across with the different possibilties for securing mail flow between Partner companies.
    I'm a little confused by the difference between -TlsDomain and -DomainSecureEnabled. All Whitepapers and tutorials for secured Partner communication refer only to the -DomainSecureEnabled Parameter. (With conjunction of Set-transportConfig -tlssenddomainsecurelist
    etc. of course)
    Can anybody enlight me when I have to use the -TlsDomain Parameter, and what it finally does? 
    Thanks for any response
    Chris

    Hi Chris,
    The DomainSecureEnabled parameter is part of the process to enable mutual Transport Layer Security (TLS) authentication for the domains serviced by this Send connector. Mutual TLS authentication functions correctly only when the following conditions
    are met:
    The value of the DomainSecureEnabled parameter must be $true.
    The value of the DNSRoutingEnabled parameter must be $true.
    The value of the IgnoreStartTLS parameter must be $false.
    The TlsDomain parameter specifies the domain name that the Send connector uses to verify the FQDN of the target certificate when establishing a TLS secured connection.
    This parameter is used only if the TlsAuthLevel parameter is set to DomainValidation.
    A value for this parameter is required if:
    The TLSAuthLevel parameter is set to DomainValidation.
    The DNSRoutingEnabled parameter is set to $false (smart host Send connector).
    For more information about them, please refer to Parameters in Set-SendConnector:
    http://technet.microsoft.com/en-us/library/aa998294(v=exchg.150).aspx
    Thanks,
    Winnie Liang
    TechNet Community Support

  • I have no clue what my daughters email and password are for her ipod and she does not either and it is locked for a long time what do i do

    can i hook it up in my acct and see if that works?

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up     
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
      Downloading past purchases from the App Store, iBookstore, and iTunes Store
    Is there a way to find my Apple ID Name if I can't remember it?
    Yes. Visit My Apple ID and click Find your Apple ID. See Finding your Apple ID if you'd like more information.
    How do I change or recover a forgotten Apple ID Password?
    If you've forgotten your Apple ID Password or want to change it, go to My Apple ID and follow the instructions. SeeChanging your Apple ID password if you'd like more information.

  • Material Value difference between FI and MM

    Dear Experts,
    The balance of perticular material not matiching with my FI gl balance (MC.9 and FBL3N). I am getting FI balance from FBL3N amd sort it by the meterial.
    Now how I reconcile the difference amount.
    Sourav
    FICO Consultant

    Dear:
                  We once faced the same issue and were manged to resolve it. We first sorted all GLs in which postings are routed through MM. No direct entry is allowed in these GLs. Documents types are set by default e.g WE for good receipts e.t.c. Then we executed these GLs in FS04 to track the changes made in their GL master for checking post automatically tick removal . We found some GLs in which post automatically tick was removed for sometime and some manual adjustment were posted into them by CO module. If you find any such changes in GL master record ,then select these GLs and execute them in FBL3N , look for any abnormal posting with different document type like SA e.t.c. In this way you can do the reconciliation between material ledger and FI ledger.
    Regards

  • What's the difference between redundancy and recovery window for retention?

    Hello all,
    I'm still trying to get a grip on this concept for RMAN backup planning.
    I recently ran into a situation as follows.
    I have the backups set to a redundancy of 1.
    I have instance1, which had GRID jobs to run RMAN backups as follows
    Incremental database level=0 weekly at Wed at 2:30am
    I have daily backups, incremental level=1 each evening
    I have archive log backups through the day.
    What happened, was that apparently on a Tues some time, the development team deleted data from almost every table in their schema.
    The didn't discover this till midday or so on Wednesday.
    I went to try to restore...and RMAN couldn't do it. I had found a SCN for early the Tues they did it...but I got the following error:
    RMAN> RUN
    2> {
    3> SET UNTIL SCN 4590383198282;
    4> RESTORE DATABASE;
    5> RECOVER DATABASE;
    6> }
    executing command: SET until clause
    Starting restore at 28-APR-10
    allocated channel: ORA_SBT_TAPE_1
    channel ORA_SBT_TAPE_1: SID=639 device type=SBT_TAPE
    channel ORA_SBT_TAPE_1: NMO v4.5.0.0
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=638 device type=DISK
    creating datafile file number=1 name=+DATADG/instance1/datafile/system.284.697137287
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 04/28/2010 15:53:00
    ORA-01180: can not create datafile 1
    ORA-01110: data file 1: '+DATADG/instance1/datafile/system.284.697137287'
    From what research I did...it appears that since I did not have a level=0 incremental from before, it could not reset the database back in time. The previous one had been deleted since, I guess I had a redundancy of 1.
    So, I thought I had a week backup they way I have it set..but that assumes that errors are found pretty quickly before the next level=0 backup.
    I want at least 1 to 1.5 weeks worth of backups. I do have the problem that we do not have many tapes in rotation, so I cannot go for too long...may 2x weeks tops.
    I'm trying to rethink my strategy, but I'm confused as I read as to the difference between setting RMAN retention with redundancy vs recovery window.
    Can someone give me an explanation how you understand it? I'm reading on the web and in oracle books, and for some reason, it just isn't clear to me what is the best way to go....especially when I see that redundancy and recovery window might both be set??
    Thank you in advance,
    cayenne

    Dear Cayenne
    AFAIK RMAN doesn't claim that "you haven't enough backup". Please read the error you got carefully
    ORA-01180: can not create datafile 1
    ORA-01110: data file 1: '+DATADG/instance1/datafile/system.284.697137287'
    and check the following link:
    ORA-01180: Cannot create datafile 1 when doing RMAN restore onto 2nd server
    Moreover, could you please use LIST BACKUP command and see whether you have enough backups?
    Read "Redundancy Based Backup Retention Policy" from the following link:
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/strategy003.htm#sthref139

  • Differences between Preview and Acrobat Pdf for some files

    Good morning,
    My name is Roberto and I am from Venice (Italy).
    I'm a new Mac user (I need to use windows for my work because the softwares are only made for win).
    The problem (I think it is a problem of SL):
    I upgraded my MBP17 and iMac24 to SL.
    Last week I noticed that the file linked below showed a different color on the table background.
    The original background is orange (if you open the file with acrobat reader) while it is grey when you use Preview.
    Go to page 100 to see the differences.
    https://wwwsapp1.suva.ch/sap/public/bc/its/mimes/zwaswo/99/pdf/44022_i.pdf
    Thanks.
    Roberto

    Hi Seems a similar problem here too. Saving CMYK files in illustrator as pdf to mail to customers. A navy color in the file displays as grey in Preview Mail and Quicklook, but it prints correctly to our Xerox DC12 and opens fine in Acrobat with the same navy blue as viewed in illustrator CS4.
    We tried making the colour a spot not process same problem.
    We have tested this on an iMac with 10.6.1 with CS4 and a PowerMac with 10.6.1 with CS4. It seams to be in Snow Leopard only. The color displays on Leopard correctly in Preview, Mail and Quicklook.
    Is any one else having Preview colors displaying wrong?
    Regards
    RevolutionShirts

  • Differences between US and UK implementations for HR and Benefits

    Need to know any information about implementing Oracle HR and basic benefits in Europe (France localization with rollup of others). I have HR, OAB implementation experinece in US. Want to understand the differences between US implementations and UK implementations. Any reference documents welcome.
    Thanks
    Alu

    Alu,
    Here are some starting points, but the list is only a subset of published collateral:
    1. MetaLink Note 315928.1 - HRMS for France - Public Sector Updates FP K - June 2005
    2. MetaLink Note 315927.1 - HRMS for France - Commercial Sector Updates FP K - June 2005
    3. MetaLink Note 273558.1 - P11D Implementation and User Guide 2005-2006
    4. MetaLink Note 356684.1 - UK: Payroll Statutory Deductions User Guide incorporating End of Year and Start of Year 2005-2006
    5. MetaLink Note 236455.1 - Teacher''s Pension Extracts in Oracle HRMS
    6. MetaLink Note 236454.1 - Occupational Sick Pay and Occupational Maternity Pay in Oracle HRMS
    7. Oracle HRMS Implementation Guide B14466-01
    8. Oracle HRMS Implementation Guide (UK) B15575-01
    9. Oracle HRMS Implementation Guide (US) B15548-01
    10. Oracle HRMS Enterprise and Workforce Management Guide (Global) B14467-01
    11. Oracle HRMS Compensation and Benefits Management Guide (UK) B15579-01
    Regards,
    Greg

  • Difference between InDesign and Photoshop PDFs for printing?

    Hi, rather new to the whole printing business, forgive me.
    I have both InDesign and Photoshop, but I am better versed in Photoshop. Is there a significant difference between the capabilities for saving a PDF for print between the two? Also, would someone else be able to tell which program I made the PDF with?
    Thanks in advance.

    Like most operations, one tool or the other is more appropriate according to the makeup of the task. It's not just about which PDF is somehow "better," (there are many ways to produce PDF's, and the quality of output isn't necessarily directly dependent upon the originating application), but rather which tool is the correct one for the job.
    For instance, a movie poster can certainly be done completely in Photoshop to good effect. But, if I was laying out the pages of a textbook, where images and longer passages of paragraph-based text were to be mixed, the typographical and document assembly capabilities of InDesign would be indispensible. That's just an example. The very essence of art and design is learning and devising ways to use the available tools alone and in combination to produce a particular result, effect, or solution.

  • Difference between i5 and i7 cpu for photography and design purposes

    I need to replace my old MBP and am not too familiar with tech specs concerning CPU and memory. I'm a photographer and use Adobe Lightroom and onOne Perfect Suite7. Working with images is my main goal. For video rendering and "heavy" stuff I have an iMac 27" i7. So a MacBook doesn't need to be a one in all solution.
    I compared a MBA 13" all-in, with a MBP 15" and a MBP 13" Retina. All configured with 8GB Ram I get price offers which vary a lot between these three models. My question is there a significant difference between the different CPUs for photo editing and design purposes? I don't want to spend a heap of money since MBs are pricey enough.

    Yes, on the big plus side of the non retina MBP is the possibility to tweak it a little by myself. I threw away the superdrives and replaced them with SSD drives for OSX and have second drives for all the data in my machines. CD and DVD is ancient storage technology anyway. Also did I upgrade RAM myself without paying Apple's ridiculous prices.
    With the upgrade to the widescreen non glossy display, I think I will be set up properly. However, I will checkout those retina displays tomorrow, just to really know it.
    But one question remains: Which CPU might be sufficient in the long run? I tend towards the 2,6GHz with 1GB RAM GPU
      2,3 GHz Quad-Core Intel Core i7, NVIDIA GeForce GT 650M with 512 MB GDDR5 RAM
      2,6 GHz Quad-Core Intel Core i7, NVIDIA GeForce GT 650M with 1 GB GDDR5 RAM [+ 200,00 €]
      2,7 GHz Quad-Core Intel Core i7, NVIDIA GeForce GT 650M with 1 GB GDDR5 RAM [+ 450,00 €]

Maybe you are looking for

  • Lightbox widget not displaying correctly on iPad

    Hi Was wondering why the lightbox on my website www.hug-advertising.co.uk/work.html is working fine when viewed on a desktop but has started trimming the images when viewed on an iPad. This site was created around about a year ago on a very early ver

  • HT2515 How can I use iChat to talk to an iPod's Messages app?

    Is it possible to use iChat to communicate with an iPod?

  • IR Dynamic Filter

    Hi, How can I make IR filters records based on dynamic values, say values stored in application item? thanks,

  • "Files" Window issue

    OK, I'm green. This is probably a "duh" moment. DW CS6 on a Mac. I had this problem: http://forums.adobe.com/message/3980330 ...and when I applied the fix, that worked, but now when I open my "Files" window, I don't know how to reconnect to my ftp. A

  • IP address lost after reboot

    hello, When I reboot the Sun box and run "ifconfig -a" qfe0 shows no IP and I cannot ping it. I dont know what is going wrong?