Year wise GL account retained earnings

Hi Friends,
My client has ECC5 version.  This is 2nd year of closing (march 09).   Now he wants 2008 year profit to be posted to Retained Earnings 2008 GL account.Like wise he is asking me to maintain year wise retained accounts.
Last year ie 2007, in OB53, assigned 2007 retained earnings.  Now they have created 2008 retained earnings gl and they are asking me to assign in OB53.  They are expecting that when they do carry forward / year end process, 2008 year profit will go to 2008 retained earnings account.
I am doubt that will it happen like that?  If i change as them and do, what will be the consequences?
I never come accross these situation... Please help me.
Thanks & Regards
Srimedha

??? who introduced SAP there and educted user???
Check transaction FAGLGVTR for carryforward.
BR
Hein

Similar Messages

  • EC-CS transaction CXCL "item substitution/calculation of retained earnings"

    in EC-CS transaction CXCL "item substitution/calculation of retained earnings" is not updating group currency on a consolidation unit that was changed from flexible upload to rollup. It does update transaction and local currencies but not group. Does anyone have any ideas as to what could cause this.

    We changed the unit from flexible upload to EC-CS to upload to FI. At this time we changed the unit masted data from flixible upload to rollup and added it to the rollup sets for GL25. We entered year to date numbers in FI for year to date november manually then did the first upload to FI and rollup to EC-CS for month of december which picks up current month. Prior to doing this when we uploaded to EC-CS and the ran CXCL "item substitution/calculation of retained earnings" it would update the two accounts "Retained Earnings Current Year" and "Net Income Current Year" which are set up for this purpose with both local and group currency. After the changes it began updating only the local currency.
    If I do the rollup then run CXCL and run CX34 the CX34 will show a balance in the two accounts for local currency equal to the current month earnings in local currency but the group currency is zero 00.00

  • Retained Earnings in BPC

    Hi  All,
    Can any one help me in the Area of Retained Earnings..Below are my questions:
    1.How is Retained Earnings calculated in BPC? Is it a calculated figure or carried forward figure?
    2. When it is calulated?
    3.How it is carried forward from P&L account to B/S..Through any Business Rule or Script Logic.If so what are those rules/logic
    Do you have any document on the same that could help to understant the above mentioned areas on Retained Earnings.
    Thanks,
    Shankar.v

    Hi,
    By Using the Copy Opening  & Carry forward Function, You Can achieve this.
    For example, if you  use the dimension “flow” in the data model when closing balances of one year are rolled forward into the opening balances of the following year, the balance to be rolled forward will be found under flow type Closing, but
    will need to be posted in the new year under flow type Opening. As well accounts may also change.
    For example, the account Retained earnings current year income, when rolled forward may in the new year be stored under an alternate account Retained Earnings from prior period. Accordingly, the ability must also exist to change accounts during roll-forward. The “Business Rules Tables” in this case are designed to define what values need to be rolled forward (i.e. accounts and flows and to what accounts and flows these values should be posted in the new year). The carry-forward function can be applicable to both Financial and Legal Consolidation Applications.
    Carry-forward rules give you the ability to generate the Opening Balance of any category based on two main properties: Flow Type in the Account dimension Opening category in the Category dimension This procedure can be used to initialize a new reporting period with the closing balances of the last period from the previous year into the opening balances of the current period. In a Legal Consolidation application, such balances are usually identified as members of the FLOW dimension. In simpler applications, however, it is also possible to store them as additional accounts in the ACCOUNT dimension.
    Balance Carry Forward Business Rules
    1. To configure the business rules, go to the Admin Console, and fill in the business rule based on the data below:
    For example In row 1, roll the entire balance sheet (closing flow) from 2009.DEC to 2010.JAN (opening flow). Then, in lines 2 and 3, post the annual net income in 390000009( Source Account) to the prior year retained earnings account 25712000(Destination Account) and flow 'F_ARES'.
    Regards
    CSM Reddy

  • Retained Earnings Account balance not carry forwarded to next year

    Hi,
    We have problem in Retained Earnings Account Balance C/F to next year
    example:
    G/L Account closing balance in 2008 - 1000.00 (as per FS10N) after c/f balances to 2009
    G/L Account Opening balance in 2009 - 850 (as per FS10N) (there is a difference 150.00)
    If we double click on Cumulative balace of 850 it will give us - 1000.00 and if we see in report : FBL3N it will show correct balance. Only FS10N is not showing correct balance.
    Can you please let us know what will be the reason ?
    Thanks
    Ravi

    Hi Ravi,
    We are using 4.6C version and last few years there was no problem and we have other company codes which are showing correct balance. But only one company code this difference is coming.
    If we double click the FS10N report opening balace it will give us the correct balance. But in display there is showing less amount.
    Thanks

  • Year end rate rollover issue (Retained Earnings)

    HFM Retained earnings Showing wrong values after the years end(For January). It is happening for all parent entities at local currency total level(Entity Curr Total) but if we look at USD total values it is showing right values.. 
    Thanks,
    Mo

    BBeloware the rules scriptswritten in the Rule file.... 
    If pov_year > "2009" Then
                   HS.Clear "A#35100"
                   HS.EXP "A#35100.I#[ICP None] = A#RetainedEarnings.I#[ICP Top].Y#Prior.P#Last.V#<Entity Curr Total>"
    '                     Balancing Account and Equity Translation Adjustment                                          *
    'This occurs at the default currency if the assets do not equal liabilities and equity.
             ElseIfHS.Value.IsTransCur Then
                HS.Clear "A#35200.I#[ICP None]"
                HS.Exp "A#35200.C1#[None].I#[ICP None] = A#NetIncm.C1#TotC1.W#YTD.I#[ICP Top]"
                HS.Clear "A#35100"
                HS.EXP "A#35100.I#[ICP None] = A#RetainedEarnings.I#[ICP Top].Y#Prior.P#Last" ' + A#EquityAdj_35100.I#[ICP Top].V#<Entity Curr Total>"
                HS.Clear "A#CTA"
               If pov_entity <> "ElimCAN_TOT" Then
                HS.EXP "A#CTA = A#TotalAssets.I#[ICP Top] - A#TotalLiabStock.I#[ICP Top]"
                End If
            End If 'HS.Value.IsTransCur
    Else 'Not a base level entity
    '                     Balancing Account and Equity Translation Adjustment                                          *
    'This occurs at the default currency if the assets do not equal liabilities and equity.
          If HS.Value.IsTransCur  Then
    '      Call WriteToFile ("Entity " & pov_entity & " for Value " & pov_value & " is a Translated Currency.Parentis " & HS.Parent.Member & "; Parent's currency is " & HS.Parent.DefCurrency(""))
             HS.Clear "A#35200.C1#[None].I#[ICP None]"
             HS.Exp "A#35200.C1#[None].I#[ICP None] = A#NetIncm.C1#TotC1.W#YTD.I#[ICP Top]"
             HS.Clear "A#35100"
             HS.EXP "A#35100.I#[ICP None] = A#RetainedEarnings.I#[ICP Top].Y#Prior.P#Last"
             HS.Clear "A#CTA"
             If pov_value = "USD" Then
              HS.EXP "A#CTA = A#TotalAssets.I#[ICP Top] - A#TotalLiabStock.I#[ICP Top]"
      End If
          End If 'HS.Value.IsTransCur
    End If 'Base versus Parent entities

  • Retained earnings account

    Hi,
    Can we maintain retained earnings accounts as open item management account?
    our client has changed the status to Open item management account recently, due to this reason he is unable to do year ending carryforward through F.16. They are getting  error analsys that change the status to without open item management.
    treat this issue on priority ...
    Thanks & Regards,
    Prasad

    Hello Prasad,
    Retained earnings account is balance sheet account. At the closing of fiscal year, we need to carry forward balances of P&L accounts to retained earnings account. We have to create Retained earnings account at IMG level. Profit or Loss is carried forward to this account at the end of the year. Normally, companies use one retained earnings account. For this reason, X can be used as the key. In the chart of accounts you enter X in the P+L statement account type field.
    Have you done any time year end closing functionally?
    What we will be doing is drawing the "P & L account" transferring all balances in Rev & Exp to "P & L acc".
    This P & L account in SAP is widely called as retained earnings account. At the end of the period, all your Rev & Exp are posted to this account which is a Balance sheet Item. This you are identifying as Retained earnings account type X and assigning a GL account. When you create this as a GL account system understands that this is Retained earnings account.
    Profits of the organization are always Liability. Losses are Assets. As profits form part of "share holders funds".
    You assign this retained earnings account in your financial statement version in such a way if the balance is credit in the liability side and if the balance id Dr then asset side
    Thanks
    Para

  • Default Profit Center for Retained Earnings Account

    Hi,
    We wish to default a profit center for our retained earnings account. Currently, the system carries forward P/L balance to Retained Earnings Account Profit Center wise.
    Kindly advise on how we can default a particular PC for retained earnings account. Also in case it is possble, does the system balance the PC wise trial balance by changing balances in Inter PC Balancing account (Zero Balance Clearing)?
    Thanks!

    Dear,
    You can default through 3KEH in classic GL and through FAGL3KEH in New GL
    Br, Vivek

  • P&L acc should not hit retained  earnings account upon exe Bal Carry Forwar

    Hi Friends,
    As per business requirement I created two Depreciation expense accounts, only Book Dep account should hit retained earnings whereas other special dep account should not hit. Since both accounts are P&L  they are picking upon executing Balance carry forwad.
              Special Dep area is created to depreciate the complete asset in the year of purchase to help the org to allocate it to different Cost centers for funding request. As such these special dep accounts are out of scope for FSV so there is no impact on Bal Sheet,however upon exec FAGLGVTR  full dep posted on these accounts are carried forward to next year along with true dep.
    Please provide any suggestions that help to avoid some of the PL acc carry forard to retained earnings account. I am thinking of creating separate chart of account for these accounts but this consume lot of time for testing all the scenarios.
    Thanks in advance.
    Venkat

    Hi Madhu,
    Here is the scenario.
    APC of all acquisitions are allocated, in the year of acquisition, among several cost centers using statistical key figure (Work hours). To satisfy this requirement, a second depreciation area (Special) will be created. In the second depreciation area, all assets (regardless of asset class) will be depreciated fully in the year (month) of acquisition u2013 (the same depreciation key as low value asset). The value in the second depreciation area will flow to controlling.
    This full depreciation is not even consider in financial reporting as the number range of these dep exp accounts are out of range in FSV. The main purpose is to allocate full depreciation among CC in advance for funding request.
    Thank you,
    With Regards,
    Venkat
    Edited by: Venkat Reddy Yedulla on Jun 7, 2010 6:22 PM

  • Retained Earnings Account balance

    Hi,
    We have a situation where the the Retained Earnings account in FS10n and FBL3n are different whereby i agree that since there is no posting for the carried forward Profit and loss there will be no entry passed. is this usual if so i can i analyse the the retained earnings account. please clarify
    Beat Regards,
    Roville

    balance in retained earnings account means carryforward net balance of P&L gl accounts from last year.
    Ex. You are carryforward all the balances from the year 2008 to Year 2009.  All the P&L account balances of 2008 will be transferred to Retained earnings account.  and all the Balance sheet gl balances will be transferred as-it-is to same gl account.
    You can analyse the Retained earnings account balances or line items in table level.

  • Retained earnings account- differences between F.01, FS10N, FBL3N

    Hi Sap Gurus
                           Maybe someone can help me. When Iu2019m trying to control the amounts for the retained earnings account comparing the FS10N, FS10N drilldown, FBL3N, and F.01 they give me all different values.
    I understand that the differences between the FS10N and FBL3N can be related to the carryfowrd process.
    But, okey. Why when Iu2019m double click on the FS10N report the system shows a different value from the FBL3N? Another problem is when I compare the amount from FS10N and F.01 for the same retained earnings account, the system show complete different values, how I can verify the amounts for control and audit process?
    Regards
    Gabriela

    I cannot speak on F.01 but between FS10N and FBL3N and FS10N drill down, they should equal in grand total. Keep in mind that FS10N GL Account balance display is based on one fiscal year display but the cumulative balance should be all activity from day 1 that has been carried forward.
    Try running FS10N for the last fiscal year possible. If carryforward for the retained earnings accounts have been performed for each year, then the ending figure in the cumulative balance column will equal the same total ending balance you get when you execute FBL3N GL Line item display for the same retained earnings account (providing you select "All items" and don't include in posting date restrictions or any others on the selection screen).
    Using FS10N for each fiscal year, you can check to to see if the beginning cumulative balance is the same as the previous years ending cumulative balance. If not then they may be a carryforward issue.

  • Retained earnings account -  urgent

    Hi Friends,
    I got a problem. Need your help. We run Balance carryforward (F.16) on last month (My fiscal year ends on 31.07.07). But after posting some transactions, today we rerun this F.16. It should show the new balance in Retained earnings account. When I run this and check in log, it is showing updated value. But its not updated in GL account. I mean the value is not updated in GL account. It is showing old value only. Please can any one help me? I am in ECC6.0.
    My old value is more than new value.
    Thanks in advance

    Hi,
    It seems You are executing the program with Test Run Option. If you want that the program updated the value in GL account you must unmark Test Run Option. You can rerun this program so many times as you want.
    On the other hand you has the new version of that program (I think in 5.0 version)
    Transaction: FAGLGVTR - Balance Carryforward. I think is better than old transaction.
    Thanks,
    Francesc

  • Why do we need more than one retained earnings accounts & what is the use?

    Hi FI Experts,
    Why do we need more than one retained earnings accounts, what is the precise use of two?
    I know the retained earnings account is used to carry forward the balances during the year end to the balance sheet and there by making the p&L A/cs balances as zero.
    I guess the second one is used for different valueations for example  as depreciation accounts for different valuations will have different retained earnings accounts.
    Kindly correct me if I am wrong and eloborate on the use having more than one retained earnings accounts.
    with regards
    Ramesh Y

    Hi,
    Well, separate retained earnings accounts are used for parallel financial reporting, it means when you need to report in accordance with, for example, local GAAP and IFRS or US GAAP at the same time. Several retained earnings accounts  are necessary when the company chooses account based approach for parallel reporting. (GL accounts are broken down into several groups, for example you use different accounts for IFRS valuation, for local GAAP and they are also shared accounts common for both principles.)
    m.

  • Transfer of Retained Earnings to Proprietor/Partner Capital Account

    Dear all,
    One of my client is a Partnership Firm. After year end closure activities Profit/Loss is calculated in Retained earning Account.
    Actually this Profit /Loss has to be apportioned to respective Partners capital Account.
    Pls let me know the procedure for transfer from Retained earning Account .
    Thanks & Regards
    Veena Kunthe

    Sorry , SAP doesnt support auto apportionment. So the alternative is to manually pass this as a manual journal using FB50. But actually u can create a simple template to apportion it using percentage. U create an acct assignment model FKMT and assign the normal entries as you would have done evry year or month but this time create it as a template. After its created, you can call up this model in FB01 and click at Acct model option. So everytime you just need to fill up the amount in the retained earnings and the system can allocate to the correct % to the respective accts.
    PS Remember to check the checkbox for equivalence to in the header of FKMT

  • Retained Earnings account type

    Hi guys,
    While creating a retained earnings account, we have a field called P&L statement account type which is given as X or Y. What is the meaning of this?
    Do we assign this X or Y somewhere to the Pand L account.
    Thanks
    srik.

    HI,
    With the P&L statement account type, you determine the retained earnings account for each P&L account. The retained earnings account is used during year-end closing to calculate the company's result.
    If you are creating a P&L account, you must make an entry here.
    Dependencies
    If you determine during a fiscal year that you mistakenly designated a G/L account as a P&L account instead of a balance sheet account, you will need to change its master record. You will then have to rerun program SAPF011 to correct the balances of the G/L accounts carried forward
    Means will transfer the P& L account balance to balance sheet.
    Reg
    Madhu M

  • Manual posting to Retained Earnings & Reserves Account

    Hello Experts,
    Due to acquisition which was an assets sale, we have to adjust the reserves and retained earnings balance in our SAP ECC 5.0 version.  My understanding is we can't post a manual posting to retained earnings account and wondering how can I achieve a set balance by making adjustments.
    Any suggestions would be highly appreciated!
    Thanks
    Mohammed.

    Hi:
           SAP does not recommend manual posting to RE Account . In order to have effects in RE please open the previous fiscal year (if the entry or an adjustment pertains to closed fiscal year). Post the normal entry which should have been passed under normal circumstances. Please note that entry should be posted in special period of closed fiscal year. Having posted the entry execute FAGLGVTR , this will now carry forward an adjusted RE balance.
    Hope this will help you.
    Regards

Maybe you are looking for