11i General Ledger : Translation and Revaluation issue.

Hi,
I'll post the problem as descriptively as i can.
* The client has an Equity account under the natural code of 7341. He has not defined the GL : Owner's Equity Translation rule.
* The currency rate table shows that the rate type used for this natural code is Period
* Functional currency is USD
In August 2006, the client had made an entry to this account to the value of AUD 24,713 which was converted at journal entry point to USD 18,977. The entry was subsequently reversed in September 2008 and the USD book shows a '0' balance after it, which is correct. Just before the reversal the balance was USD 21,332 (taking into account subsequent revaluations till Aug 2008)
Client performs monthly translations and revaluations. In August 2006, the entry was translated to LKR books with a value of LKR 1,929,634. After which monthly revaluations which happened in the functional currency books also got translated and hit the LKR books till September 2008.
The total USD reversal in USD books as stated earlier was USD 21,332. This comprised of an initial entry and subsequent revaluations that were translated LKR books at different historical rates. But the reversal was translated to LKR books only on the closing rate as at September 2008. Leaving a small LKR balance of just over 100k.
Is there anyway that the client can perform the translation in such a way that after the reversal the closing value of the LKR books is also '0'. Please note that he is not willing to change the classification of the account from Owner's Equity.
Thanks,
Miranga

Instead of reversing the Original Journal, Pass a reversal entry nullifying the effect of the Original Entry.
Hope it resolves your issue.
Regards,
Sridhar

Similar Messages

  • General ledger view and entry view

    Can any one help me in understanding the difference between GL(general ledger) view and entry view?

    Hi,
    While entry view shows the Customer/ Vendor and other revenue/ Expence GLs
    General ledger view shows the  Reconciallation GL and  revenue/ Expence GLs. We cannot find Customer and Vendor details here.
    Hope your question is answered.
    Regards,
    Sharan

  • Google translation and navigation issue

    I recently created a website for a lawyer.  Instead of creating 2 sites (1 in english and 1 in German) we went the cheaper route and just used Google translation to keep it simple understanding it isn't a perfect translation.  However, when it translates the there is a few tabs in the navigation that get screwed up.  I suspect it is something in my design that I am missing.  Can anyone tell why this would be happening?
    www.petersonlawhawaii.com (click on the german flag and let it translate and you will see the navigation get screwy)
    Thanks!

    90% of browser rendering problems are caused by malformed code.  You have a few errors on your page worth fixing.
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.petersonlawhawaii.com%2F
    To simplify things, you may wish to combine styles into one styles.css file.
    Example, you have this embedded style in your HTML document  between comment tags:
    <!--
    @import url("styles.css");
    #wrapperbackground #outerWrapper #header .clearFloat #links2 {
        color: #FC6;
    #wrapperbackground #outerWrapper #header .clearFloat #links2 h2 marquee {
        font-family: Times New Roman, Times, serif;
    body,td,th {
        font-size: 14px;
    -->
    Why don't you consolidate the green  code into your  style.css like so?
    #links2 {color: #FC6;}
    marquee {font-family: Times New Roman, Times, serif;}
    body,td,th {font-size: 14px;}
    And change the @import URL to a stylesheet link like this:
    <link href="styles.css" rel="stylesheet" type="text/css" media="screen" />
    Oh, yeah. And remove the comment tags b/c you don't need them.
    <!--
    -->
    And when you have a spare moment, take a look at CSS shorthand:
    http://www.456bereastreet.com/archive/200502/efficient_css_with_shorthand_properties/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • NB200-125 General Hardware ( Screen and HD ) issues

    Hi All,
    My wife's NB200-125 is about 18 months old and has in the last few weeks be exhibiting some strange problems. It started out with a boot failier where windows XP failed to boot, having tried to boot in both normal mode and safe mode a few times I tried plugging it in to make sure it wasn't a battery issue, plugging it in helped and I managed to get it booted and ran chkdisk which found a bunch of Hard drive errors which it fixed and it's now booting ok, a few files were lost but that could just be chkdisk deleting HD sectors.
    Now in the last 2 days there have been 2 occasions where the screen has gone "blank" firstly to a black screen, and then the second time to a green screen.
    Does anyone have any pointers as to where to look to fix it? I thought a HD change would sort it until these screen errors.
    Any ideas would be much appreciated.

    Hi Grunge,
    Of course these problems can be hardware related but before you ask an authorized service provider you should try a recovery installation to factory settings. Maybe Windows was muddled up due to the previous issues so a reinstallation would help.
    So take the recovery medium and boot from it. Follow the screen instructions and restore out of box settings.
    If still doesnt help its really hardware related issue and it can be fixed from an authorized service provider.

  • Changes from 11i to R12 for General Ledger Module

    Can anybody help me from where can i get the document for technical changes from 11i to R12 for General Ledger Module.

    check at:
    http://www.oracleappshub.com/general-ledger/r12-oracle-general-ledger-new-and-enhanced-features/

  • Payment accounted in AP but not posted in General Ledger

    Helloo everyone,
    I have an issue.
    Some Payments have been accounted in AP. However when querying the account in General ledger nothing is found.
    As you can see from the above Accounting has been processed and GL date is 26 Feb 2015, However same information cannot be found in GL.
    Grateful if anyone can pinpoint me to scripts or oracle docs to resolve this issue as it is impacting on the reconciliation process.

    Hello,
    Normal: the transfer to GL request was run on 05 Mar 15
    Now, let us look for the corresponding Batch Name and Journal Entry Name in GL
    Please, in the lines shown in print screen you posted, click the + (show) icon for cash accounting class:
    Under General ledger header you should see Batch and Journal Entry Names:
    If these values are populated in SLA, then search them directly in Enter Journals from (General Ledger Responsibility) and update this discussion
    Thank you

  • Business One C# DI API's for General Ledger Report?

    I am working on the General Ledger Report and unable to find the DI API's for C# for the following cases. If somebody can point me the API's, that would be really helpful. I have handle to the logged in company.
    Get all ChartOfAccounts
    Get AccountSegmentations
    Get BusinessPartners
    Get JournalEntries_lines
    I am new to SAP. The documentation is bit unclear. I am using the following code to load the objects. Now it is unclear how to loop through the journalvouchers to load all the lines one by one.
    SAPbobsCOM.AccountSegmentations segmentations =  oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oAccountSegmentations);
                SAPbobsCOM.AccountSegmentationCategories categories = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oAccountSegmentationCategories);
                SAPbobsCOM.BusinessPartners partners = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oBusinessPartners);
                SAPbobsCOM.JournalVouchers vouchers = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oJournalVouchers);
                SAPbobsCOM.JournalEntries jEntries = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oJournalEntries);
                SAPbobsCOM.JournalEntries_Lines jLines;

    Hi,
    Are you trying to run the report via code?  If so, you can only do that using the UI objects as there is not DIAPI for reporting.
    You first need to activate the menu item for the report:
    connect.SboApp.ActivateMenuItem("13058");
    Once you've done that, you can get the active form which will be your criteria window, use the UIAPI to set your criteria and run the report by getting the OK button object and calling the Click method.
    David

  • New General Ledger Documentation

    Hi Experts,
    Could you please kindly send to [email protected]_ the New General ledger documentation and configuration?
    I really appreciate it and will assign full points.
    Thanks in advance.

    hi ,
    hey pls forward to my email adddress also at   [email protected]..
    ranjit

  • New General Ledger

    Hi FI Gurus,
    Could you please help me & provide New General Ledger configuration and Documentation pdf, also please forward it to my email [email protected]
    Regards
    Rajesh

    Hi Hari,
    can u please send me the material. even i need that material. Mail id [email protected]
    Thanks in Advance
    regards
    Silky

  • Asset ledger to general ledger account mapping

    Hi
        please tell me what is asset ledger to general ledger mapping and how is it done? i mean how data is taken from asset ledger and feeded in general leger accounts?
    also tell me which area of general ledger account keeps the values of DEPRECIATION  fields as shown in asset ledger
    Regards
    Rahul Mattoo
    Moderator: Please, read basic SAP material http://help.sap.com/saphelp_erp60_sp/helpdata/en/4f/71da17448011d189f00000e81ddfac/frameset.htm

    Hi,
    Please check transaction AO90. Here you'll assign the GL accounts to post the acquisitions and depreciations and loss/gain on asset sale and scrapping.
    This account determination you maintain in asset master while creating the asset. So the GL's are defaulted for assets.
    Rgds
    Murali. N

  • Document types for Entry view Vs document type for General Ledger view

    Dear experts...
    Can you explain what is the deference between Document types for Entry view and document type for General Ledger view?
    Dasu

    Hi,
    Document Types for Entry View
    In this activity, you define your document types. Document types are used to differentiate the business transactions and to manage how document are stored.
    Document Types for General Ledger View
    You define for non-leading ledgers the document types for the documents in the General Ledger view. At the same time,  you assign for each document type a number range to be applied in the     assignment of document numbers:
        o   You do not need to make these settings for your leading ledger
            because, in the case of this ledger, the document number in the
            entry view always corresponds to the document number in the general
            ledger view.
        o   You only have to make these settings for any non-leading ledgers
            that have a fiscal year variant that differs in at least one company
            code from the fiscal year variant of the leading ledger in this
            company code. In this case, the document number in the entry view
            does not correspond to the document number in the general ledger
            view and you have to define a separate document type with document
            number assignment for the general ledger view.
            For all non-leading ledgers that, in the company code to which the
            postings are made, have a fiscal year variant corresponding to the
            fiscal year variant of the leading ledger in this company code, the
            document number in the entry view always corresponds to the document
            number in the general ledger view.
            Note
            The need to define a document type for documents in the general
            ledger view depends only on whether the fiscal year variant of the
            non-leading ledger in the company code (to which the postings are
            made) differs from the fiscal year variant of the leading ledger in
            this company code.
    Regards,
    Kiran

  • General Ledger - Revaluation/Translation Process Question

    Application Release Version: 11.5.10.2
    MRC: Not turned on for new entities. (See details below)
    My customer has been using oracle from around 2001 and went through a process at the end of 2008 to setup a new chart of accounts and approx 6 different companies with multiple entities for each across different functional currencies. (The initial setup for these entities was done prior to my joining and I have no supporting documentation on what decisions were made and why.)
    Setup info:
    Set of Books - 'Cumulative Translation Adjustment Account' defined as an 'Owners Equity Account'.
    Revaluation - Gains and Loss accounts using the same account number as 'Cumulative Translation Adjustment Account'. Accounts being revalued are accounts that have outstanding Payables and Receivables balances as well
    as our intercompany accounts that have outstanding balances. (Balances that need to be payed or received.)
    Question:
    My question refers to the revaluation and translation process for the new entites that have a different functional currency from the reporting currency. (All under the same chart of accounts structure.)
    For instance entity1 - Functional Currency = 'CAD' and has 'USD' transactions.
    I understand that at the period end we need to revalue the 'USD' transactions to there 'Current' worth in 'CAD' as exchange rates will fluctuate. But shouldn't the 'Difference', revaluation amounts, be pushed to the Unrealised FX Gains/Loss account, not the 'Cumulative Translation Adjustment Account'. (I think this is normally only used when a company is using MRC?)
    This obviously affects whether the period balance appears on the Balance Sheet or Income Statement report for the consolidated monthly report.
    Also should these 'Revaluation' journals ever be reversed or just left to accumulate?
    Then looking at the 'Translation' process, if value is pushed to the 'Cumulative Translation Adjustment Account' then the balance is translated based on the 'Average' period rate as the account is an 'Owners Equity Account', but this seems wrong for the 'Revaluation' balance to be converted at another rate?
    Any help on this subject will be greatly appreciated.

    Firstly, why would there be any difference between the total of customer/vendor sub-ledger balances and the balance on the reconciliation account(s)?  The posting to the reconciliation account is happening automatically right, when you are posting to a customer/vendor (basing on the reconciliation account assigned in the customer/vendor master)?  And system would not allow direct postings to reconciliation accounts, which eliminates the threat of reconciliation GL account going out of balance as compared to the sub-ledger accounts.
    However, you can run FBL3N or FS10N for the reconciliation account(s) and match it with the total balance on all customers/vendors using transaction FBL5N/FBL1N.

  • Oracle 11i e-Business General Ledger Lead

    Skills -- Oracle 11i e-Business General Ledger implementation
    Job description:
    High profile consulting client seeks a solid Oracle 11i GL Lead for an overseas contract position. This is an excellent opportunity for anyone seeking to gain experience overseas with a Fortune 500 company. All visa requirements will be taken care of by the company.
    Candidate must have experience implementing Oracle e-Business Suite 11i for the GL module with three+ years implementing relevant Oracle products.
    Application Team Lead for Oracle GL
    * Design the Oracle Applications configuration and RICEW component customizations to meet the business process design and application requirements.
    * Use the business process requirements to drive out application requirements and metrics.
    * Assist in defining and reviewing requirements for the application.
    * Validate the design with the stakeholders to ensure that the design satisfies the requirements.
    * Supervise client in completing designs.
    * Inform the project manager of any issues that may affect other areas of the project as discovered.
    * Participate in quality management reviews as outlined in the Validation Task Overview ensuring the application design and related work products satisfy the requirements.
    * Develop an application prototype and conduct conference room pilot to validate the configuration design and explore Oracle Applications gap resolution options.
    * Conduct Oracle Applications training for conference room pilot participants.
    * Participate in transitioning the designs to the programmers and ensure a clear and complete understanding of the designs.
    * Understand that this role is more focused on the overall process flow and user experience than the integration solution designer role.
    * Provide status to project management regarding the process area.
    * Knowledge of the functionality provided by Oracle Applications
    * Ability to transform customer requirements into a workable design at the functional and/or technical levels
    * Ability to translate functional requirements into technical terms relevant to Oracle Applications to coordinate and assist with the detailed technical design tasks
    * Facilitation experience for conducting user design and review sessions and running stakeholder agreement meetings
    * Familiarity with Joint Application Design (JAD) session, Conference Room Pilot (CRP), and similar approaches and principles
    * Familiarity with business process design concepts and principles
    * Deep functional knowledge of Oracle Applications: configuration/development experience is not necessary, but knowledge of how functionality can be supported through the technology is needed
    * Some project management skills
    Location: Hong Kong, HK
    Pay rate: open and daily expenses will be covered with benefits
    Length: 6 months+
    Project language: is English
    NOTE: CHAINESE LANGUAGE IS MANDATORY AND ANY EXPERIENCE IN CHINA OR HONG KONG IS ADVANTAGEOUS
    Kindly apply your resume to [email protected] contact nos: India: +91-9989482244, London: +44 7799 112 005 with updated resume, contact details, pay rates and availability for the project

    Thanks to previous responder for tip regarding JDK/JRE anchor strings. I'm not sure if that is a problem. After letting the install process (java.exe) run for over an hour, I finally got past the InstantiateFile step. It looks like the process just takes a long time with no visible progress sometimes. After 5-6 hrs, it looked like the install succeeded (for the most part). There were still some errors in the error logs related to the Concurrent Manager (TNS-12541: TNS:no listener) I believe. If anyone has insight on what this error msg means, I would greatly appreciate a reply.
    The other problem I am tackling right now is how to explicitly set the Forms processing mode to HTTP rather than the default socket mode. According to the 11i docs (and Forms Developer 6i docs), you should only have to set "connectMode=HTTP" in the config file, appsweb.cfg, to make this happen. However, when I try bringing up a client form, the form hangs. So, obviously, something is amiss. A related question is whether one can run Forms in only HTTP mode and not HTTPS (and thus avoid having to install SSL). I would greatly appreciate any insight from fellow users.

  • General Ledger Accounting (New): Line Items 0FIGL_O14  Performace issue

    Dear Forum,
    We are facing a performance issue while loading the data to 0FIGL_O14 General Ledger Accounting (New): Line Items from  CUBE ZMMPRC01 -> ODSO 0FIGL_O14 DSO.
    Please see my requirement below for updating the data to 0FIGL_O14 DSO.
    This report is generated to display Dry Dock and Running Repair expenses for the particular Purchase orders with respective G/L's.
    1) The G/L DSO will provide us the 0DEBIT_LC and    0DEB_CRE_DC Foreign currency amount with signs (+/-) amounts and.
    2) ZMMPRC01 Cube   will provide us the 0ORDER_VALUE  (Purchse order value)and    0INVCD_AMNT Invoice  amount.
    While we are loading the data from  CUBE ZMMPRC01 -> ODSO 0FIGL_O14 DSO ,we have created nearly 19 InfoObject  level routine to derive the below mentioned fields data for MM Purchase Order related records.
    0CHRT_ACCTS    Chart of accounts
    0ITEM_NUM      Number of line item within accounting documen
    0AC_DOC_NO     Accounting document number
    0GL_ACCOUNT    G/L Account
    0COMP_CODE     Company code
    0COSTCENTER    Cost Center
    0CO_AREA       Controlling area
    0COSTELMNT     Cost Element
    0SEGMENT       Segment for Segmental Reporting
    0BUS_AREA      Business area
    0FUNC_AREA     Functional area
    0AC_DOC_NR     Document Number (General Ledger View)
    0AC_DOC_TYP    Document type
    0POST_KEY      Posting key
    0PSTNG_DATE    Posting date in the document
    0DOC_CURRCY    Document currency
    0LOC_CURTP2    Currency Type of Second Local Currency
    0CALQUART1     Quarter
    0CALYEAR       Calendar year
    For reference Please see the below logic to derive the data for PO related record.
    DATA:
          MONITOR_REC    TYPE rsmonitor.
    $$ begin of routine - insert your code only below this line        -
        ... "insert your code here
        types : begin of ty_FIGL,
                    CHRT_ACCTS type /BI0/OICHRT_ACCTS,
                    ITEM_NUM type /BI0/OIITEM_NUM,
                    AC_DOC_NO type /BI0/OIAC_DOC_NO,
                    GL_ACCOUNT type /BI0/OIGL_ACCOUNT,
                end of ty_FIGL.
        data :it_figl type STANDARD TABLE OF ty_figl,
              wa_figl type ty_figl.
        SELECT single CHRT_ACCTS
                        ITEM_NUM
                        AC_DOC_NO
                        GL_ACCOUNT from /BI0/AFIGL_O1400
                          into wa_figl
                          where DOC_NUM = SOURCE_FIELDS-DOC_NUM and
                                DOC_ITEM = SOURCE_FIELDS-DOC_ITEM and
                                /BIC/Z_PCODE = SOURCE_FIELDS-/BIC/Z_PCODE
                                and
                                /BIC/Z_VOY_NO = SOURCE_FIELDS-/BIC/Z_VOY_NO
                                and
                                FISCYEAR = SOURCE_FIELDS-FISCYEAR.
        if sy-subrc = 0.
          RESULT = wa_figl-AC_DOC_NO.
        ENDIF.
        clear wa_figl.
    Please note the same kind of logic is applied for all the above mentioned fields.
    Here is my concerns and issue.
    For the all above all routines i am referring BI0/AFIGL_O1400
    DSO and finally loading to the Same DSO(BI0/AFIGL_O1400
    The worried part is my DSO  0FIGL_O1400 is currecnly having nearly 60 Lacks records and MM cube is having nearly 55 requests which are required to update to the Above DSO for PO related PO value and Invoice amount.
    The big issue here is while uploading data from MM cube to DSO say for example if the request is having  25,000 records from this  nearly 500-600 records will be updated to DSO.
    But here it is taking huge time ( nearly 3 days for request ) for updating  these records , like this i have to pull 50 more requests from Cube to DSO as per the requirement.
    Please note as of now i haven't created any indexes on DSO to improve this loads.
    Please note am facing this issue in Production environment and need your help ASAP.
    Thanks & Regards,
    Srinivas Padugula

    Hi,
    If selecting data from 0FIGL_O14 is taking long time then you can create secondary indexes on DSO.
    0FIGL_O14 would be huge as data volume directly corresponds to data volume in BSEG.
    But for you requirement, I think what you can do is,
    1. create multiprovider on top of DSO and Cube and create Bex report to give you the fields requried from both the infoproviders, you can then use open hub or APD approach to keep the data in the staging table or direct update DSO and then load the data to the DSO
    2. Create secondary indexes on DSO so that fetching would be faster.
    3. Do the enhancment at R/3 level to fetch fields from MM during load of G/L
    Regards,
    Pravin Karkhanis.

  • Variance between Material Ledger and General Ledger of

    There is again a variance between Material Ledger and General Ledger of
    7.026,64 (Tcode MB5L) as it was already in $$100036500(G/L).
    The strange thing is, that there is only a difference in the GL Account
    Balance report (FS10N) for S240077000(G/L ). In the Line Item report (FBL3N)
    all documents are available. This issue impacts at least the Balance
    carry forward negativ at the year end, because the system will forward
    the the amount of the balance for S240077000, which is now 7.026,64 to
    less.
    Ther first investigations results:
    - all Material- and FI documents are available.
    - the variances in June refer to FI-documnets 4900015286 and 4900015293.
    - the documents, e.g. 4900015292 and 4900015287, are correct and was
    posted at the same day by the same user and with the same transaction
    MI07.
    - there are no differences for the posted materials identificable from
    the other materials

    Material Ledger/Actual costing  MLAC
    MLAC is used where the FG cost varies every month due to external procurement variation.
    Ex: Jan 2011
    FG cost of manufcature internally = 100
    FG cost of procurement externally = 120 ( Company procures due to capacity constraint)
    FG Standard price at the end of month = 110...This is standard price of FG
    Due to heavy fluctuations in the month of February 2011 in procurement...
    Ex: Feb 2011
    FG cost of manufcature internally = 140
    FG cost of procurement externally = 460 ( Company procures due to capacity constraint)
    FG Standard price at the end of month = 300...This is standard price of FG.
    The variance is very high in Feb 2011 and company want to absorb this variance in Feb 2011 iteslef hence they will use MLAC.
    So if the variance is within reasonable limits company usually do not follow MLAC.
    Where as if the variance is very high company usually follow MLAC.
    In Pharma Industry usually the variance is very high on month to month basis hence they follow MLAC.
    Where as in Industrial Mahcineery Manufacturing Company the variance is with in reasonable limits hence they do not follow MLAC. Ofcourse they can use MLAC as well.
    Srinivas

Maybe you are looking for

  • How to generate as XML output from Oracle Apps 11

    Hi Anyone has the experience to generate the output from Oracle Apps 11 as XML file? Database is 8.1.7, Oracle Apps 11. The concurrent program can be written in PL/SQL or can report 2.5 generate the output as XML? The scenario is: 1) Run a concurrent

  • How do I delete duplicate Site Columns in Sharepoint 2013

    When I got to save a site as a template I'm told that there are duplicate site columns and the template can not be saved. I found that under all of the e-mail submission site columns they are duplicated site columns  for example  BCC Multiple lines o

  • Failed

    Dear Expert, We failed to export document using ms. excel icon in SAP B1 in all PCs or SBO clients. We must create database folder in every PCs before printing. After creating database folder, we must assign the folder in the path tab of general sett

  • OLd apple ID and updating from store

    I have changed my apple Id name to my new emailadress. But if I want to update my tweetdeck, applestore automatically gives my old emailadres, and I can't change it. (further on Applestore does accept the new emailadress) Now I can't update tweet dec

  • Combo box,Filter

    Hi to all Pls tell me the what is diff between Combo box &Filter. In which scenario we will use Combo box.. Thanks Yogisha