GL account needs to block for local currency & another cur. needs to post

Hi,
I need GL account that should block for posting in local currency, it should post other(forgien) currencies. how can i handle this scnerio.
if there is any balance,is it possiable to maintain validation.could you please let me know,how i can resolve this problem.
Thanks in advance
Jaya

Hi,
Though a document is created in foreign currency, system will also update the amount in local currency based on the conversion rate given in the document or maintained in OB08 table.
If your requirement is to allow only foreign currency transaction for a GL account, then write validation with the condition that - If GL account no is XXXXX, check document currency is not equal to local currency (BKPF-WAERS).
Regards,
Rengaraj

Similar Messages

  • Clearing of accounts via f-04 for local currency

    Hi,
      May I know whether are clearing functions (eg. F-04, F.13) used for document currency or local currency ?
    How do I set this ?
      I am not referring to OBY6 for the settings of no exchange rate when clearing with local currency.
      Thank You.
      Regards,
      Leslie

    when you clear the open item, the system will pick up the exchange rate mentioned in the tables (Tcode OB08) and the difference in the exchange rate entered in the invoice and the exchange from the tables at the time of payment will  be proposed.
    If you enter the payment document with the same exchange rate you had given at the time of invoicing, there will not be any difference.
    Check you settings in OB08.
    Regards

  • Vendor Blocked for Local Purchase Organization

    Hi,
    I have checked the vendor details in SRM and ECC. The vendor is not locked in SRM & ECC, still the User is getting the Error message that Vendor Blocked for Local Purchase Organization.
    Please suggest.
    Regards,
    Lovkesh

    Hello,
    To prevent a shopping cart being created with blocked vendors, you shall
    make an implementation in BBP_DOC_CHECK_BADI. This badi is called for
    each refresh of ITS screen. Here
    Call FM BBP_ITEM_GETDETAIL by supplying IV_DOC_GUID
    The FM will return among others a table E_PARTNER.
    select  the corresponding partner related to E_PARTNER from table BUT000
    Check weather the BUT000-XBLCK and E_PARTNER are matching
    If yes, Fill ET_MESSAGES with an error message.
    I hope this information help.
    Thanks and regards,
    Gaurav

  • I registered on icloud from my gmail and now when i log on icloud and type password its say your account is been blocked for security reasons.when i reset be email its just send on email but wich email i dont remember.i have @icloud email pls help

    (https://iforgot.apple.com i registered on icloud from my gmail and now when i log on icloud and type password its say your account is been blocked for security reasons.when i reset be email its just send on email but wich email i dont remember.i have @icloud email pls help

    drop the CAPS thats rude.
    iforgot.apple.com there is a link for find my apple id click here
    https://iforgot.apple.com/appleid?language=US-EN&returnURL=https://appleid.apple .com/cgi-bin/WebObjects/MyAppleId.woa&app_id=93&app_type=ext
    Peace, Clyde

  • Second Local Currency is ZERO in Depreciation Posting

    Hi
    In our SAP system we have set a second local currency in FI. It posts fine everywhere, posts in local and second local currency.
    Asset posting also post fine.
    But Depreciation posting do NOT post fine, the local currency has a value but second local currency is zero.
    How can I rectify this???
    Thanks in advance

    Hi,
    Have you maintained table OABT?
    Study the useful documentation about this Tcode in the following Menu path:
    SPRO >> Financial Accounting >> Asset Accounting >> Valuation >> Currencies >> Specify the Use of Parallel Currencies
    Thanks
    Palani

  • Query for Local Currency(GBP)  and System Currency (USD).

    Can someone help me with this query. Currently this query returns "Document Curreny" and ":System Curreny"(USD),  but I need it to return "Local currency" (GBP)  and "System Currency." USD. I am not sure how to change it to reflect LC & USD. This query works for DC and SC. I need LC an SC. Thanks Danielle Select T4.[SlpName] as 'Sales Employee', T0.cardname as 'Customer',T0.Docdate as 'Invoice Date', T0.docnum as 'Invoice Number', T0.Taxdate as 'Month Of Service',isnull(T0.U_AIS_DVISFSO,T3.U_AIS_DVISFSO) as 'SO#',T0.NumAtCard as 'PO#', isnull(T0.U_AIS_DVIAdvNm,T3.U_AIS_DVIAdvNm) as 'Advertiser', isnull(T0.U_AIS_DVIOpptyNm,T3.U_AIS_DVIOpptyNm) as 'Campaign',T1.Dscription,-T1.Quantity as 'Impressions',T1.Pricebefdi as 'CPM', Case T0.CurSource When 'C' Then T0.DocCur When 'L' Then T5.MainCurncy When 'S' Then T6.SysCurrncy End As 'Currency DC', Case T0.CurSource When 'C' Then -T1.TotalFrgn When 'L' Then -T1.LineTotal When 'S' Then -T1.TotalSumSy End As 'Total Bef Discount DC', Case T0.CurSource When 'L' Then -T1.[LineVat] When 'C' Then -T1.[LineVatlF] When 'S' Then -T1.[LineVatS] END As 'Vat Tax DC', Case when t1.visorder = 0 Then (Cast(Round((Case T0.CurSource When 'L' Then -T0.DocTotal When 'C' Then -T0.DocTotalFC When 'S' Then -T0.DocTotalSy End), 2) As DECIMAL(18,2))) ELSE 0 END As 'Doc Total DC', Case when t1.visorder = 0 Then (Cast(Round((Case T0.CurSource When 'L' Then -(T0.DocTotal - T0.PaidToDate) When 'C' Then -(T0.DocTotalFC - T0.PaidFC) When 'S' Then -(T0.DocTotalSy - T0.PaidSys) End), 2) As DECIMAL(18,2))) ELSE 0 END As 'Balance after Payment DC', ISNULL(T6.SysCurrncy,'USD') As 'Currency SC', -T1.TotalSumSy As 'Total Bef Discount SC', -T1.[LineVatS] As 'Vat Tax SC', Case when t1.visorder = 0 Then (Cast(Round(-(T0.DocTotalSy), 2) As DECIMAL(18,2))) ELSE 0 END As 'Doc Total SC', Case when t1.visorder = 0 Then (Cast(Round(-(T0.DocTotalSy - T0.PaidSys), 2) As DECIMAL(18,2))) ELSE 0 END As 'Balance after Payment SC', T0.docstatus, 'Credit Memo' AS TransactionType, T0.CurSource,T0.[Comments],T0.[U_InvoiceAdj], T0.[U_DV_AdjustInvReason],T1.[U_DVIInvName], T1.[U_InvoiceAdj], T1.[U_DV_AdjustInvReason] from ORIN T0 left outer join RIN1 T1 on T0.docentry = T1.docentry left outer join RDR1 T2 on T1.Baseentry = T2.docentry and T1.baseline = T2.linenum left outer join ORDR T3 on T2.docentry = T3.docentry left outer join OSLP T4 ON T0.Slpcode= T4.Slpcode Left Join OADM T5 On T0.CurSource = 'L' Left Join OADM T6 On T0.CurSource = 'S' Where T0.[DocDate] >= '[%1]' AND T0.[DocDate]  = '[%1]' AND T0.[DocDate]  <= '[%2]'

    Hi,
    Try this:
    Select T4.[SlpName] as 'Sales Employee', T0.cardname as 'Customer',T0.Docdate as 'Invoice Date', T0.docnum as 'Invoice Number', T0.Taxdate as 'Month Of Service',T0.NumAtCard as 'PO#', T1.Dscription,T1.Quantity as 'Impressions',T1.Pricebefdi as 'CPM',
    Case T0.CurSource
    When 'L' Then T0.DocCur
    When 'L' Then T5.MainCurncy
    When 'S' Then T6.SysCurrncy End As 'Currency LC',
    Case T0.CurSource
    When 'L' Then -T1.TotalFrgn
    When 'L' Then -T1.LineTotal
    When 'S' Then -T1.TotalSumSy End As 'Total Bef Discount LC',
    Case T0.CurSource
    When 'L' Then -T1.[LineVat]
    When 'C' Then -T1.[LineVatlF]
    When 'S' Then -T1.[LineVatS] END As 'Vat Tax LC', Case when t1.visorder = 0 Then (Cast(Round((Case T0.CurSource When 'L' Then -T0.DocTotal When 'C' Then -T0.DocTotalFC When 'S' Then -T0.DocTotalSy End), 2) As DECIMAL(18,2))) ELSE 0 END As 'Doc Total LC', Case when t1.visorder = 0 Then (Cast(Round((Case T0.CurSource When 'L' Then -(T0.DocTotal - T0.PaidToDate) When 'C' Then -(T0.DocTotalFC - T0.PaidFC) When 'S' Then -(T0.DocTotalSy - T0.PaidSys) End), 2) As DECIMAL(18,2))) ELSE 0 END As 'Balance after Payment LC', ISNULL(T6.SysCurrncy,'USD') As 'Currency SC', -T1.TotalSumSy As 'Total Bef Discount SC', -T1.[LineVatS] As 'Vat Tax SC', Case when t1.visorder = 0 Then (Cast(Round(-(T0.DocTotalSy), 2) As DECIMAL(18,2))) ELSE 0 END As 'Doc Total SC', Case when t1.visorder = 0 Then (Cast(Round(-(T0.DocTotalSy - T0.PaidSys), 2) As DECIMAL(18,2))) ELSE 0 END As 'Balance after Payment SC', T0.docstatus, 'Credit Memo' AS TransactionType, T0.CurSource,T0.[Comments] from ORIN T0 left outer join RIN1 T1 on T0.docentry = T1.docentry left outer join RDR1 T2 on T1.Baseentry = T2.docentry and T1.baseline = T2.linenum left outer join ORDR T3 on T2.docentry = T3.docentry left outer join OSLP T4 ON T0.Slpcode= T4.Slpcode Left Join OADM T5 On T0.CurSource = 'L' Left Join OADM T6 On T0.CurSource = 'C' Where T0.[DocDate] >= '[%1]' AND T0.[DocDate]  <= '[%2]'
    Thanks & Regards,
    Nagarajan

  • Rouding Difference error in MIRO for Local currency

    Hi Gurus,
    While posting invoice in MIRO, PO currency is EUR, system is showing correct balance in document currency but in local currency system is showing difference of .01 cents and not allowing to post.
    How to recitify this issue?
    Please revert asap.
    Regards

    Hi,
    Try setting Tolerance limit in OMR6
    If you want to round off the Values in the amount field at the time of invoice posting in MIRO. There will be a small difference amount positive or negative in the Balance field. System does not automatically round off the values. It is manually rounding only.
    Maintain the Tolerance key DIF for the Company code . Maintain the Tolerance values says + or - .50 INR in OMR6. & select the Check limit boxes
    Regards
    KK

  • Tables for local currency - PO

    Dear Sir,
    For my PO history report, Im taking the datas of Mat docs (mseg,mkpf), invoice (rseg,rkpf) and excise on j_1iexcdtl.
    Other than import type of PO ,Im getting the values in INR amount as given/available. So for Import PO's, problem Im facing in ,getting the amount of invoice and material documents are in International currency format as given other than INR , which i want to total the amounts of all PO's for my client in INR values.
    Pls post me, is there any other tables which have the local currency amount(converted) details of the Particular PO - Import,corressponds to mat doc number and invoice number.
    I'll appreciate ur feedback.
    Thanks & regards
    sankar.

    Hi,
    Use the F.M CONVERT_TO_LOCAL_CURRENCY
    CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY'
    EXPORTING
    CLIENT = SY-MANDT
    date = sy-datum
    foreign_amount = XXXX "enter the amount which is to be converted
    foreign_currency = YYY "enter the currency of the amount to be converted
    local_currency = ZZZ "enter the to currenct
    TYPE_OF_RATE = 'M' "enter the type of the rate
    READ_TCURR = 'X' "check this is you want to take the data from table tcurr
    IMPORTING
    EXCHANGE_RATE =
    LOCAL_AMOUNT = amt "this is your result
    EXCEPTIONS
    NO_RATE_FOUND = 1
    OVERFLOW = 2
    NO_FACTORS_FOUND = 3
    NO_SPREAD_FOUND = 4
    DERIVED_2_TIMES = 5
    OTHERS = 6
    Regards,
    Satish

  • I recently sent a block email to various people at the same time but forgot to use bcc and my account has been blocked for spamming. How can I sort this out?

    I work on the telephones at work and when I cannot get an answer from a customer I send them an e-mail asking them to contact me back at the office (missed call message). However I sent it to multiple recipients as I was in a hurry and did not click the bcc option to hide the customers mail addresses from each other by accident. They then marked the e-mails as spam and now my office thunderbird sends e-mails out but my customers call me saying they have not received any of the e-mails they have requested from our office. I would like to know if there is any way I can rectify this matter as it was just simply a mistake and because of this my business is suffering.

    Talk to your email provider. They control their servers and what happens to your email.

  • Different GL account Needed in Post Goods Issue

    Dear All,
    in OBYC-GBB I have congifured for Post good issue. i need to assign different another GL account for inter plant process . how to do that ?
    example when i am doing normal post goods Issue accounting document generating like below.
    xxxxx       Finish Product       credit
    yyyyy       Cost std sales       debit.
    for interplant Sales i need.
    xxxxx       Finish Product       credit
    zzzzz       Cost std sales       debit.
    instead of yyyyy i need zzzzz.
    waiting for your valuable answer..
    Thank you.
    Best Regards,
    KSK

    thanks for the quick action.
    Valuation is Plant Level
    Best Regards,
    KSK

  • I've received an mail to say that my account has been blocked as I need to go through an ID verification process, I started this but I am asked for all my bank info including account number and sort code, I am worried that this is a scam.  How do I find o

    I've received an email which tells me to verify my apple ID as my account has been blocked for security purposes, the verification process uses all my banking info and I got worried that I may have received a phishing or malware of some sort.

    It is a phishing attempt to get your personal infomation.
    Do not reply and delete the email.

  • Balances in Local Currency GL Account Setting

    If I check this flag for a GL account and do the following what will happen:
    1) Go into FB50 for a USD based company code
    2) Set the document currency to CAD
    3) Post to that same account with the Balances in Local Currency Flag checked off
    Also when and why would this ever need to be checked off for an account?

    Hi,
    If your company code currency is USD and you are posting few documents in CAD in April for. e.g. total amount for the month of April in currency CAD is 25,000 then
    1. If "Only balance in local currency" selected
    You will not be able to see balance in CAD in FS10N for the month of April
    1. If "Only balance in local currency" not selected
    In FS10N you will be able see balance in CAD currency separately for the month of April.
    Try it out.

  • FLQAD: assignment for documents with local currency

    Dear Gurus,
    I'm just curious with is it FLQAD assignment program uses transaction currency and since a company would normally view their cash flow statement in local currency. The FLQAD does not work for documents with zero transaction amount such as Forex valuations and this needs to be manually change using FLQAM.
    I've implemented SNote:0001127205 Local currency as leading currency and it resolve my problem above. And also i'm on ECC6. But I'm still curious as to why the standard program FLQAD only works for transaction currency. Would appreciate some insight as to why it's being design that way?

    Hi,
    I have deactivated , the check box of No forex gain loss for local currency in Global parameters.
    But system behavious is following manner.
    1. While making payment (F-53) , system fetching the exchange  rate from exchange rate table ,. NO OPTION for User input.
    But customer requirement is exchange rate will be according to user input.
    2. While clearing system ,  the difference of forex gain , system expecting differential posting besides to forex gain loss amount.
    But customer requirement is to post accounting entry would be
                  Vendor debit
                 Bank Credit
               Forex gain / loss a/c Dr.
    Please suggest , if any body has got an idea ..,
    Regards,
    Sujana

  • Deactivate "Balance in local currency" in GL Account master data

    Hi all,
    In the system I'm working on, for every P&L GL Account the flag "Balance in local currency" is checked.
    My client required to have a report for the P&L in document currency.
    With this setting it is not possibile to get this information.
    I would like to deactivate the flag "Balance in local currency" for the P&L GL Accounts but the system requires the balance of the GL Account egual to zero.
    Is there a way to uncheck the flag? Have you ever executed the activity?
    Do you know if SAP defined a program to deactivate the "Balance in local currency"?
    Thanks
    Bye
    Stefano

    Hi,
    Generally only balance in local currency checked for B/S GL accounts
    Follow Standard possessor to active / de-active only balance in local currency chek box.
    I hope there is no standared report available to activae / deactive only balance in local currency.
    Procedure:
    Check in FS10N / FAGLB03 for closing local currency balance
    Make sure GL balances Dr  & Cr maintain equal (Zero)
    De-Select only balance in local currency Check Box
    Regards
    Viswa

  • Balance sheet adjustment account for Foreign Currency Valuation

    Hi all,
    I know that we enter AP /AR balance sheet adjustment account for Open items account when we configure for Foreign currency valuation with Tcode OBA1 and KDF. I wanted to know what account can I enter in that field for other balance sheet account which are not open item managed?
    Also, Do we valuate GR/IR accounts in foreign currency valuation??  If yes, what balance sheet adjustment account do we enter for those accounts?
    Thank you.

    HI,
    The valuation of <b>foreign currency balances</b> requires a special key that is assigned the gain and loss accounts for posting any exchange rate differences that occur during valuation. You can freely define this key. You then enter it in the master records of the accounts that you want to valuate. To post the differences that are determined from a group of G/L accounts to the same gain or loss accounts, enter the same key for all these G/L accounts.
    Create the Create here with Tcode OBA1 and KDB-Exch. Rate Diff. using Exch. Rate Key
    And assign this in the GL account master in the Control Tab.
    Thanks
    Vijay

Maybe you are looking for

  • Emails for Current Day are not sync with Microsoft Exchange server

    I have bought a Z1 and configured my microsoft exchange server email on it. All is working well. However it is only showing emails till yesterday. I have tried all sync settings including automatic, all, one day and all others but still it is not sho

  • Passing Parameter to jspx page in URL

    hello all, I want to know if it is possible to send paramters in jspx url . And if it is , then how can we acess those parameters in the backing beans . I am using jdeveloper 10.1.3 My link is http://10.11.5.5:8989/WF_APPS/faces/LoginPage.jspx and i

  • My Airport Express in not responding

    I have Airport Express stable working for 3 months.I never turned it off.But in last days occured "interesting" problem.When I try to use it in the start of the day it is not responding.My network card cann't see it and if I try to "ping" a haven't g

  • The biggest breaker of Arch Linux, ever...

    Damn, I've never seen so many posts about anything breaking Arch the way the new Xorg 7.0 stuff has, especially in such a short time.  :shock: How about the rest of you?  Do you remember anything ever causing more havoc among upgraders and fresh inst

  • Error: 38015, Physical tables have multiple joins.

    Hi, I have 5 dimensions and 1 fact table. One of the dimension table have 2 keys, which are referenced with fact table. I have created aliases for all table on which I have defined joins. But, It is giving me error like ERRORS: GLOBAL: *[38015] Physi