How to setup the complex ownership relationship in SAP BPC

Hi Buddies,
I am new to SAP BPC. For legal consolidation, I am confused how to setup the ownership in BPC. The senario is following:
    P is the parent company, S1 and S2 are subsidiaries.
    1) P owned S1 80%, ownded S2 90%, meanwhile S1 owned P 20%
        How to setup this?
    2) P owned S1 80%, owned S2 70%, and S1 owned S2 10%.
        How to setup this?
For above 2 senarioes, how to calculate the Minority Interest? ( Using different consolidation rules?)
And if there are subgroup, how to see the subgroup result?
Thanks in advance.
Maggie Liu

Hi Will,
Thanks for reply... Actually, I've tried that before(putting comma after the flag "all," presuming the 71st step shows that I should have 3 members in the memberset under the ICDatasrc dimension. But it also did not work.
Nope, step 71 did not tell us to use piping and consequently expanding the col key range.
Thanks...
Dryan

Similar Messages

  • How to setup an IC Matching application in SAP BPC step by step query...

    Hi there, I have a query...
    I downloaded the "How to... Setup an Intercompany Matching Application in SAP BPC" pdf file. Then i read it and eventually followed the step by step solution but as I do it, i was stucked with the step number 71. It's because the result of what i did was not the way it should look like. I mean, the result is different from the picture that is being shown in the file. As a matter of fact, i've encountered 2 messeges ff:
    error 1
    [http://farm3.static.flickr.com/2743/4464421462_15711a509d_o.jpg]
    error 2
    [http://farm5.static.flickr.com/4020/4464421410_ac8a3efb5c_o.jpg]
    what should I do? Is there anything that I did wrong?
    This is the 71st step anyway,
    [http://farm5.static.flickr.com/4055/4463657105_d217f23a71_o.jpg]
    I actually tried both members, but i received same errors...
    Thanks for help, folks! God bless!

    Hi Will,
    Thanks for reply... Actually, I've tried that before(putting comma after the flag "all," presuming the 71st step shows that I should have 3 members in the memberset under the ICDatasrc dimension. But it also did not work.
    Nope, step 71 did not tell us to use piping and consequently expanding the col key range.
    Thanks...
    Dryan

  • How to setup the security based on roles in Organization.

    Hi,
    How to setup the security based on roles in Organization.
    For example:Few users are Manager and a few user are Non Manager .Manager should have access to all work data including Non Manager and Non Manager should access based role.How to setup this? How OBI server identify the user role?
    kindly let me know.
    Regards.,
    CHR

    Hi,
    You need to have Back End support to achieve this. In Back End you need to create two groups . You need to know what joins has to be made for which group (which is more important) and also make session variable for the userrole (with SQL supporting it). In the BMM layer, we need to put the security join conditions in the 'where clause'.
    And make a common report. User loggin in with the respective userid will have userrole and joins assigned in the Back end. And they will be viewing the report according to their access.
    Hope this will solve your problem.
    Regards
    MuRam

  • How to setup the RV120W for quickvpn

    Hello,
    The PPTP client from Windows 7 is not working with this router; therefore I would like to try the quickvpn.
    Is there any paper from Cisco explaining how to setup the RV120W for quickvpn ?
    Thanks for any help

    User Guides for thee rv120W are here:
    http://www.cisco.com/en/US/docs/routers/csbr/rv220w/quick_start/guide/rv220w_qsg.pdf
    http://www.cisco.com/en/US/docs/routers/csbr/rv120w/administration/guide/rv120w_admin.pdf
    and theres some more stuff over on my site:
    http://www.linksysinfo.org/index.php?forums/cisco-small-business-routers-and-vpn-solutions.49/

  • How to setup the Microsoft communicator

    Hi
    What is Microsoft communicator? Is it a messenger client?
    Guys could you please tell me how to setup the Microsoft communicator (in details)
    what to write in the URL field , etc  
    Nokia E72-1 Black
    firmware : 053.001
    of 26 of nov 2010

    guys please tell me at least tell me what is the right server url of hotmail
     at first i did it with my ovi account but every time it tells me invalid url
    but when i wrote in the url bar
    ovi.com it asks me about a certificate at first i accepted once but did'nt work on the second time i accepted the cirtificate permentally and confirmed when asked it will always confirm
    and i pressed yes and also nothing happened
    then i tried to do this with hotmail but every time  i write www.hotmail.com in the server url it says invalid url
    please help me
    please
    Nokia E72-1 Black
    firmware : 053.001
    of 26 of nov 2010

  • How to setup the client application for the RMI?

    Question:
    I write a short program of RMI It contain server and client
    if server and client are run on localhost they are running ok
    but run client application on remote machine it occure issuses.
    How to setup the client on remote machine?

    hello Dhanraj K, for gmail accounts there shouldn't be much manual configuration required. please try to set it up like described in [[Add an email account to the Mail app in Firefox OS]]

  • How to setup the Advance payment in Oracle Payroll

    Dear Friends,
    Can any one pls let me Know,How to setup the Advance payment in Oracle Payroll.. Pls ..
    with regards
    Veeru

    GLOBAL HRMS , XX_legislation
    Plz help

  • How to setup the system monitoring using sol man ?

    Experts
    can any one advise me how to setup the below monitoing.
    Background jobs (SM50)         -  Long running jobs >24hrs
    Email/Fax  transmission(SCOT)  -  alert if there is any failire/errors in the email transmission
    iDocs Processing(WE05)          -  Data Transfer failure
    Enque locks (SM12)         -  alert if there are any Lock entries which are older than 2 days
    Update Records(SM13)         -  alert if there are any update request  older than 90 days
    Regards
    Karthi

    Hello Prasad
    Thanks a lot your information. I wil go thorugh the documents which you have mentioned.
    I have configured few alerts  and  unfortunately I am still struggling to configure these alerts. I am also not able find whether I will be able to configure these alerts are not. Any advice/tip  would be a great help.
    if I get some solution, definately I will share with all.
    Regards
    Karthi

  • How to setup the default run page in WAR file

    Can anyone please tell me how to setup the default run page in WAR file using JDeveloper? I want the login page to be the default page of the application. Thanks!

    This is usually done in an .XML or other configuration file based on the particular web application container you are using.
    For example, in Tomcat Java Container, its the following parameter in the /conf/web.xml file:
    <welcome-file-list>
    <welcome-file>index.html</welcome-file>
    <welcome-file>index.htm</welcome-file>
    <welcome-file>index.jsp</welcome-file>
    </welcome-file-list>
    You will need to look at the documentation for your server container.
    thanks

  • How to setup the email application for my gmail account in firefox os.. I need the configuration steps for gmail.

    I don't know how to setup the email account sync in firefox os.. can anyone explain the steps to be followed for setting up a gmail account...

    hello Dhanraj K, for gmail accounts there shouldn't be much manual configuration required. please try to set it up like described in [[Add an email account to the Mail app in Firefox OS]]

  • How to setup the movement slip printing

    Hi
      Does anyone know how to setup the movement or migo slip printing? Does it need setup condition to auto trigger the output type or omj4 could setup the auto slip printing by output type +plant locaiton ?
      I have setup NDR in my parameter as X, but when I test to move matieral or receipt, there is no slip be printed ..why?
    Thanks
    Sherry

    Hi Alice,
                Go to NACE Transaction in that select ME - Inventory managment and also maintain condition record, Procedure, output type, Acess sequence for output type (WE01) and u get automatically in GR..Moreover also select the printer determination by Plant/Storage location combination.....
    Apart from Maintaining condition record as suggested in previous thread one more important activity is
    In Migo screen on Header data section inside generaltab
    just below Posting date feild you will find Printer Icon right hand side to that there is one check box, this must be checked either manually at the time of GR/GI creation or is preselected if the parameter NDR has been set to X (capital letter!) in your user master recordset. This is preselected if the parameter NDR has been set to X (capital letter!) in your user master record...
    Moreover use MB90 for print outs for goods movement...
    From sas...

  • How to setup the speech speed

    Can someone tell me how to setup the speech speed in iOS6?

    To setup the speed of the Read fonctionnallity:
    Settings, General, Accessibility,  Speek Selection, Speaking rate.
    Voilà!

  • How to setup the Airport Extreme for PSP?

    Can anyone tell me how to setup the Airport Extreme for PSP? I have been searching the Discussions but none of the posting seems to explain detail enough. A step by step guide would be very appreciated. Thanks.
    PowerBook G4   Mac OS X (10.4.3)  

    Sorry, I forgot to mention a few points:
    1) I don't have the Airport Extreme base station;
    2) My PowerBook is connect to the internet thru wired connection with the Built-in Ethernet;
    3) The Airport is turned on, but my PSP's scan cannot locate the PowerBook at all (while it find someone else's network)
    So, I wonder if I can just connect my PSP to the built-in Airport in the PowerBook directly. So that I can have internet access on my PSP.

  • How to setup the Linksys router E4200 DD-WRT for WVC54GCA

    I don't know how to setup the Linksys router E4200 DD-WRT for WVC54GCA. The DD-WRT is very complcated. Please help!!!!! Also, I have used the TZO.com for the DDNS. Should I setup the DDNS for DD-WRT router??? I used the DDNS for my old model router before. Thanks.
    Solved!
    Go to Solution.

    Hi majekho, that is best be answered by support from the developers at the DD-WRT forums.
    The Search Function is your friend.... and Google too.
    How to Secure your Network
    How to Upgrade Routers Firmware
    Setting-Up a Router with DSL Internet Service
    Setting-Up a Router with Cable Internet Service
    How to Hard Reset or 30/30/30 your Router

  • How to setup the oracle_base value in oraenv..?

    Hi,
    how to setup the oracle_base value in oraenv..?
    It is showing like..
    [oracle@localhost ~]$ . oraenv
    ORACLE_SID = [orcl] ? orcl
    ORACLE_BASE environment variable is not being set since this
    information is not available for the current user ID oracle.
    You can set ORACLE_BASE manually if it is required.
    Thanks in advance!
    Dinesh

    DineshDinu wrote:
    Hi,
    how to setup the oracle_base value in oraenv..?
    It is showing like..
    [oracle@localhost ~]$ . oraenv
    ORACLE_SID = [orcl] ? orcl
    ORACLE_BASE environment variable is not being set since this
    information is not available for the current user ID oracle.
    You can set ORACLE_BASE manually if it is required.
    Thanks in advance!
    Dinesh
    oraenv is nothing but a shell script.  You can open it in vi and search for that message.  It would become clear that the current user does not have proper permissions on a file.
    I leave the details as an exercise for the student.

Maybe you are looking for

  • How to deploy a Web Application in Apache Tomcat?

    Hi, I am a SAP Master Data management guy. But I have been assigned some Java J2EE work. I need help. I want to deploy a JSP Page in Apache Tomcat 5.5.26 Server. The procedure I followed is: I wrote a JSP : helloworld.jsp : <html> <title> Test JSP </

  • My ipod touch is stuck in the apple logo, what should I do?

    My ipod touch 4G, iOS 4.2.1, is stuck in the apple logo, and it turns on and off alone, but it is still in the logo, it doesn't proceed. This happened because I restored through the ipod not iTunes. Itunes doesn't find the Ipod, even though if I wait

  • Trying to see the whole picture

    On my movies and home movies, I am trying to see the whole picture on my plasma TV. The setting on the tv will not let me get rid of the black parts. And I don't think the settings on the apple tv does not let me get rid of it either. Can somebody he

  • HT3910 Leopard installing to Snow Leopard per disk, do I need to unhook my back up drive first and do I need to erase Leopard first?

    I currently have Leopard operating sytem. I have a disk to upgrade to Snow Leopard so that I can upgrad to Lion for the icloud move. I just installed My Book for my back up system. Do I unhook the My Book before I put in the installation disc for Sno

  • Nested SQL Queries

    Hi, I have a question for hierarchical queries.Suppose we have three tables manufacturer,brand and product.I wish to generate the XML for this query.The query I gave is as follows select a.manid ,b.brandid,c.prodid from manufacturer a ,brand b ,produ