IFRS requirement , minority interest calculation and accounting for in SAP.

hi ,
We need  financial  consolidation with full consolidation , equity interest, minority interest as per  IFRS requirements  along with inter company eliminations
Will it be possible thru ECCS or we need to go to SEM suite.
thanks
KR

Hi,
With Virtual Ledgers in Ecc 5.0 and 6.0 we can customise few things and connected to ECCS module.
If you have BI,SEM modules implemented then it is better to go with Consolidation modules rather than ECCS.
Thanks
G Bharathi

Similar Messages

  • Minority Interest calculation and consolidation

    Hi people. i am new to HFM. I am kind of stuck with Minority Interest calculation and the consolidation of it. Now after looking at different posts on the minority interest calculation here , i am still confused if we could use the calculation expression for Minority Interest calculation within Sub Consolidate() or should we include it in Sub Calculate(). Please find below the script that i am working on.
    SCRIPT :
    Sub Consolidate()
    Method=HS.Node.Method("")
    PCon=HS.Node.PCon("")
    POwn=HS.Node.POwn("")
    vMIN=1-HS.Node.POwn("")
    PMin=PCon-POwn
    Dim strAccount,i
    Set DataUnit=HS.OpenDataUnit("")
    NumItems=DataUnit.GetNumItems
    For i=0 to NumItems-1
    Call DataUnit.GetItem(i,strAccount,ICP,Custom1,Custom2,Custom3,Custom4,Data)
    If Method="Holding" Then
    Call HS.Con("",PCon,"")
    End If
    If Method="Global" Then
    If StrAccount = "281100" Then
    Call HS.Con("A#281100",PMin,"PMin")
    'Call HS.Con("A#281000",vMIN,"")
    Else
    Call HS.Con("",POwn,"")
    End If
    End If
    'If HS.Account.IsConsolidated(strAccount) and Data0 Then
    'If Data0 Then
    'HS.Con "A#"&strAccount,POwn,""
    'If StrAccount = "281100" Then
    'HS.Con "",PMin,""
    'End If
    'End If
    'End If
    Next
    End sub
    Sub Calculate()
    HS.EXP "A#281100 = A#CapitalStock - A#Investments"
    End Sub
    My Doubts :
    1. Is the expression correct for Minority Interest calculation ?
    2. If so can we use it in Sub Consolidate() ?
    3. Should the Minority Interest consolidate to its parent using PMin ? If so kindly provide the appropriate expression.
    Looking forward to some help. Thanks in advance.

    Hi,
    If I got it correctly, you don't want the A#281100 calculation to happen for your holding company. There is a preferable way to do your consolidation that avoids involving the Calculate() altogether. So scrap your Calculate and write this Consolidate() instead:
    Sub Consolidate()
    Method=HS.Node.Method("")
    PCon=HS.Node.PCon("")
    POwn=HS.Node.POwn("")
    vMIN=1-HS.Node.POwn("")
    PMin=PCon-POwn
    Dim strAccount,i
    Set DataUnit=HS.OpenDataUnit("")
    NumItems=DataUnit.GetNumItems
    For i=0 to NumItems-1
    Call DataUnit.GetItem(i,strAccount,ICP,Custom1,Custom2,Custom3,Custom4,Data)
    If Method="Holding" Then
    Call HS.Con("",PCon,"")End If
    If Method="Global" Then
    If StrAccount = "CapitalStock" Then
    Call HS.Con("",POwn,"")
    Call HS.Con("A#281100",PMin,"")ElseIf StrAccount = "Investments" Then
    Call HS.Con("",POwn,"")
    Call HS.Con("A#281100", (-1) * PMin,"")Else
    Call HS.Con("",POwn,"")End IfEnd IfNextEnd subWith this code, the minority interest will calculate only for entities using the Global method.
    I did not drive you to this solution immediately in order to avoid to confuse you, as well as because this does not address the issue of Calculation() running at many Value levels.
    Regards,
    --Kostas                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Configuration  automatic interest calculation on Accounts Receivable (AR)

    HI Guru's
    Any one can send me documents for :..
    Configuration  automatic interest calculation on Accounts Receivable (AR) open invoices for AR module based on aging of the customer i.e. different ageing different percentage.
    Configuraton of automatic journal entry for interest calculated.
    regards
    JK

    Tax gets calculated based on the rules setup. At lease default values of attributes like applicability, registration, POS etc are provided once the tax setup is done.
    Please check the rules that are setup in Tax Managers to ensure which tax is getting calculated.
    If you do not want tax to be calculated unless a TCC is supplied by user, you can setup a default tax with rate as zero which will be deafulted evrytime without TCC.
    For rest of the cases where a TCC will be entered, you can setup up Determining Factor Sets, Condition Sets and then create rules using them for appropriate tax calculations.
    Regards

  • Minority Interest Calculation in Consolidation

    Hi,
    How is Minority Interest Calculation Handled in a Group Company or in Consolidated Balance Sheets. How it can be shown in SAP?
    Reagrds

    What we did is set up a calc in the calculate subroutine that caculates minority interest and puts it to the elimination company.
    If HS.Entity.UD1("")="RETAILCONSELIM" Then
    HS.Exp "A#MINORITYINTSUBS=(E#SUSSERCO.A#NETINCOME.W#Periodic"&{All_Top}&"*.1482)"
    End IF

  • HT4946 i am administrator for Mac. My husband and i both have separate iPhones with separate contacts. Since i0S 6.1 update these contacts are now shared which we do not want. I have set up separate iCloud email and account for my husband. How do i ensure

    I am administrator for Mac. My husband and i both have separate iPhones with separate contacts. Since i0S 6.1 update these contacts are now shared which we do not want. I have set up separate iCloud email and account for my husband. How do i ensure that i

    You can continue to use the current AppleID for iTunes, but your husband can create a new AppleID to use to create a new iCloud account that will be his own and not overlap with yours.  If you do not have another email address to use for an AppleID, just get a free Gmail account and use that.
    You can have as many AppleIDs as you want (or at least, as many as you have email addresses for).  You can use a separate AppleID for the store, another for iCloud, and even another for iMessage if you wish.
    You will want to keep the current one as the shared one for the store as all your previous purchases are permanently tied to it, and thus you need that AppleID to update or redownload your current purchased content.

  • Interest calculation and Invoicing

    Hello
    I'm looking for a way to generate an invoice follow the calculation of the interest.
    Is there some one does alreday this or not ?
    For information, we are using ECC 6 without CRM module.
    Thanks for your help
    Philippe

    Hello Philippe,
    Firstly you will need to create a documenyt typ ein OAB7 for this interest calculation button. Also create a number range in FBN1.
    Then You can change the document type for the Interest calculation using the
    following customizing setting:
        IMG path:
    Financial Accounting -> Accounts Receivable and Accounts Payable
            -> Business Transactions -> Interest Calculation -> Interest
            Posting -> A/R: Calculation of Interest on Arrears
        Here you can select Goto -> Document type and you select the
        required document type.
    hope this helps
    Ray

  • Reg:interest calculation on customers for  f.26

    Hi,
    After doing the transaction f.26 interest calculation on customers (security depost) then we are running the batch input session there system asking business place and profit center there we are giving manually, my client having thousands of customers so they wants update these automatically.
    is there any option for automatically updation for business place and profit center.
    Kindly give me the solution.
    Thanks &Reg
    obi

    Dear,
    To update the Business Place automatically, you will definately need to set up Sunstitution in trasaction GGB1 and assign the same in OBBH to your company code....
    If Profit Center is not variable and can same every time then you can use transaction 3KEH and assign the Profit Center to the customer reconciliation account or any other account you want for others....
    If Profit Center is based on customer group or it is variable then you will need to set up substitution......it is better that you set up substitution for both Profit Centre and Business Place..........
    Regards,
    Chintan Joshi

  • Minority interest - functional knowledge & grouping for Consolidation

    Hi Experts,
    Scenario
    A > holds 100% in B, 10% in C, 5% in D
    B > holds 90% in C, 95% in D, 100 % in E, 1 % in F
    E > holds 99 % in F
    No shares are owned by parties outside the group.
    1) Minority Interest
    In case like this will MI be accounted for?
    Can we say B's holding of 1% in equity of F as minority holding?
    Similarly A's holding of 5 % in D; 10% in C?
    2) Consolidation Groups - in this scenario will be
    CG 1 - E & F                   (E - Parent, Purchase Method)
    CG 2 - B, C, D, F & CG1  (B - Parent, Purchase Method)
    CG 3 - A, C, D & CG2      (A - Parent, Purchase Method)
    Many Thanks!
    Kumar

    Thanks Dan!
    Yes, purchase method is assigned to all Cons Units and groups.
    Having said that, is the grouping correct?

  • Calculate "Business Days" and account for holidays

    I have played with Date math based on what I have found for documentation, and adding an arbitrary number of days is pretty easy. But what about adding an arbitrary number of business days? I found a web site that talks about "Next business day",
    which could be adapted I am sure, but it only accounts for weekends. I want to calculate the date an arbitrary number of business days from a provided date. So, +3 business days calculated from a Monday should produce the date of the following Thursday,
    and calculated from a Friday should produce the date of the next Wednesday. And calculated from Friday Sept 4, 2015 (Friday before Labor Day) should produce Thursday Sept 10, 2015.
    Given that Windows is very business focused, I wonder if there is some nice hidden .NET functionality to calculate business days based on holidays as well? I know, some offices might give extra days off, four day weekends, etc. But those would be edge case
    enough to be safely ignorable for my purposes. Indeed, even holidays could probably be ignored, but if there is a quick approach I would rather use it. If I would need to code some sort of Exchange calendar scraper or some such, I'll live with just accounting
    for weekends. ;)

    You can pull holiday info from outlook.hol file and do the date math based on it. It won't be 100% reliable though. Not all the holidays listed in calendar are non-business days (not in all countries at least). International support may also present additional
    issues: in some countries it is a common practice to "move" weekend days to fill a single day gap between holidays and weekend (which screws up next business day calc anyway, regardless of holiday info :-). Not to mention all the possible industry-wide
    or company specific policies regarding working days.
    Gleb.

  • Setting up Apple ID and Accounts for Kids

    I'd like to setup 2 accounts for my kids - but don't want to setup separate e-mail accounts - I'd like to like them to my e-mail account.
    Can this be done - i.e. link multiple apple IDs to one mail?
    Or can I setup an itunes account with a voucher without the need for an e-mail address?
    If not, it's not much hassle to setup the e-mail and only give em the password to the itunes account and not the mail address.

    This is most unlikely, since if any charges go void apple will most likely be responsible for this and will have to pay out around $10 for every dollar charged (and not paid off) and you must be of age 13 to sign up for an apple ID. Hope I helped.

  • Help with my password and account for iCloud

    Greetings.
    I have purchased a 4s - and I'm having problems with it.
    The simcard I am using, is my company simcard.
    So, it is also a company email for icloud.
    For whatever reason, the password has been reset. The email adress, is one I have NO access to, as it is another hosting company.
    Now, every second, icloud pops up, asking for my password. And it has completely taken over my phone - I cant do anyting but see that popup again and again.
    Is there ANY way, I can hard reset the phone, removing the iCloud account? (the password is unknown to me).

    The primary account is the one signed into in System Preferences>iCloud (or on an iPhone Settings>iCloud). If it isn't the account you want to use, simply sign out and the sign back in with the required account. On signing out your data will be removed from your Mac but not from the iCloud server.
    If you want to you can sign in with the other account in System Preferences>Mail, Contacts & Calendars - you can sync that account's email, contacts and calendars and they will appear alongside the equivalent data in the primary account.
    The main differences are that the secondary account's email will not be 'pushed' but will be checked periodically, and the secondary account cannot use PhotoStream.

  • So I have an Ipod Touch and an Iphone, the ipod has now been given to my daughter how can I set a different password and account for that??

    So I am trying to almost totally reset my ipod so my daughter can have it and not have a credit card attached and also i want a different appleID--Is this possible?? any how??

    First create a new ID by:
    How do I get an Apple ID?
    You may already have an Apple ID, and you only need one for everything you do with Apple. If you aren't sure, visitMy Apple ID and click "Find out."
    If you don't have an Apple ID, you can create one at My Apple ID. You can also create one by signing up for an Apple service (such as an iTunes Store or iCloud). You should use your primary email address as your Apple ID.
    What happens when you try to create a new account? Error message?

  • Interesting Observation and fix for crashing while moving / trimming clips

    Since day one I have been plagued by STP crashing when I tried to trim clips or move them in time. Recently I noticed this only happens on projects sent to STP from FCP. New projects have never had this horrible symptom.
    So I copied all the assets of a project to the clipboard and pasted them into a new empty document and the problem went away. I needed to tweak the positions of some of the automation anchor points but that was minor.
    I just thought I'd share that with you folks. After this current project is complete I install FCP Studio 3 and the new STP. Maybe the bug is fixed in the new version.

    Nice workaround. Thanks for sharing it!

  • Interesting explanation and fix for obscure DNS problems

    This blog is a real eye-opener:
    *10.5.3 Fixes DNS Problems Plaguing Some Leopard Users*
    http://hunter.pairsite.com/blogs/blog20080603.html
    Who knew?!
    "I had tangled with name lookup issues during early stages of Leopard development, and learned that Leopard changed the way name lookups were made.
    "... Some people had been carrying DNS baggage for years with no idea, and this had likely been hampering name lookup operations at some level for a long time, even before 10.5 came along.
    "In other cases, it was a major challenge. The average user doesn't know (and probably shouldn't need to know) where their DNS settings are, or what they do. And then consider the common situation of a user with a Mac connected to an Airport connected to a cable modem, with various DHCP leases sprinkled into the mix. In most of those cases, DNS settings are provided far upstream and inherited down through the line. The user may see no DNS settings on the Mac, or it might be using the address of the Airport router. The Airport might contain DNS settings inherited from the cable modem, which it picked up from the ISP through the DHCP lease. The issue then becomes one of figuring out where to purge old DNS settings, if that's even possible, and replacing or overriding them with known good ones (such as from OpenDNS.org). It was a challenge in many cases. Just convincing the user they had a DNS issue was a challenge in some cases!"

    I think DNS lookup issues are relatively rare these days and so are perhaps not the obstacle to trouble-free internet access that they used to be in the days when ISPs were less Mac friendly and Apple seemed to have issues with DNS lookups without the network preferences having declared DNS server IPs. Even then, I think much of that was timing, with MacOS flavors at the time being rather more critical than ISPs expected and that Windows tends to be.
    Much of the DNS hullabaloo had died out until recently, due to the appearance of active IPv6, which once again seemed have caused timing issues. Thankfully since IPv6 is not much in use yet, it can be switched off in the TCP/IP pane of the appropriate network preference and that seemed to cure DNS lookup issues for those who had them once again.
    I've found though, both at work with our commercial T1s, and at home with my (not altogether Mac-friendly) ISP, that DNS has not been an issue sine perhaps the mid MacOS 10.3, or maybe even earlier. And as I found at the time when I had issues at home but not with the same system and configuration at work, it turned out to be the ISP's primary DNS server which was not configured correctly and timed out routinely.
    Even with IPv6 still enabled I've not have DNS issues with any Mac for some time, and have not experienced any difference in internet behavior between 10.5.3 and anything prior. Even my iPhone, which had DNS problems if the first DNS IP was the local router, has been behaving correctly since the first firmware update last summer!

  • Deposit at notice- Accounting for Interest upon return of the deposit

    Hi
    The company has given Deposit at notice 52A 100 and after 6 months it got it back. How the system will calculate the interest and accounted for in the TM system.
    Again refering the above, I have given the Deposit at notice 52A of 1million which is still outstanding as on 09/30/2009. I am running the accrual report  using tcode TBB4. I dont see any accrual posting being generated for this transaction. I dont think this is normal.  Is there any configuration which needs to be done for this?
    Also what is the business process for bonus shares in TM.
    Any inputs?
    Regards
    Sivakumar Gopalakrishnan
    Edited by: Sivakumar Gopalakrishnan on Aug 20, 2009 2:08 PM

    Hi,
    I havent worked in deposits at notice.  But as far as my understanding goes, The number of half years you have mentioned in your transaction type is the period upto which only cash flows will be generated automatically.  if you have interest flow in seen in your cash flow then you can generate accrual.
    For that go to your interest flow type and check the Rel for acc/def check box.  Then under TM -- general settings -- accounting -- accrual/deferral -- money market
    Here for your flow type, define the accrual procedure and define the accrual flow types and the correspoding reset flow types.
    Bonus shares are accounted as corporate actions.
    Regards,
    Ravi

Maybe you are looking for

  • BAPI_SALESORDER_CHANGE Quantity in the sALES ORDER NOT GETTING UPDATED.

    Hi Experts, i am adding a new line item to the sales order with line item number and material number and QUANTITY. by using BAPI_SALESORDER_CHANGE bapi every thing is geeting updated but QUANTITY field is not getting updated. regards, Jay Sawant.

  • HELP DREAMWEAVER CS4 NOT SHOWING SWF FILES

    I have a presentation in 2 days in Tokyo. And I'm panicking. I'm on am Intel Mac OS X 10.4.11. I have the latest version of Flash Player 10 installed. (Not the brand new beta version). I created a great website in Dreamweaver MX a few years ago. I ne

  • Solaris 9 - INIT: Cannot create /var/adm/utmpx (System Hangs)

    Hello, I am unable to boot into solaris 9 after I did a init 0. I did init 0 because shutdown -y -g0 -i0 did not work. This is the error message I get Hardware watchdog enabled INIT: Cannot create /var/adm/utmpx INIT: failed write of utmpx entry:" "

  • Relational Model - display (FK) next to column

    Hi, I reverse engineered my model from the data dictionary.  My model has foreign keys.  Similar to Erwin, how can I get data modeler to display that the column is a FK?  For example see the link below dept_id (FK) http://content.answcdn.com/main/con

  • I tried to update firefox secuity this morning and got stuck with Voseran off of Mozilla site

    I went directly to Mozilla to update Firefox security settings and ended up getting the Vosteran Browser. I am pretty tech savvy and watched very closely all the stuff it was doing and never saw it coming until I rebooted and there it was. I have tak