Some one can help me ? Idendification of MultiCube

Hello Experts,  (BI7.0)
I have a MultiProvider in wich 4 InfoCubes inside. In ervery InfoCube is ProfitCENTER.
Like this:
1. CUBE :0WBS_ELEMT__0PROFIT_CTR
2. CUBE: 0COSTCENTER__0PROFIT_CTR
3.CUBE: ZWIO_COOR__0PROFIT_CTR
4.CUBE: ZWIO_COOR__0PROFIT_CTR
When I create my MultiCube, what is important. I want to Show in the Query:
- Profit Center Hierarchie ...
- Costcenter Hierarchie..
I have Problems with the idendifications :(((
Someone help me about this ?
THANKS
Edited by: Christina  Meier on Jul 8, 2008 10:01 AM
Edited by: Christina  Meier on Jul 8, 2008 10:23 AM

Hi,
You must press in the identify characteristics and select key figure icons for identify each caracteristics and key figures, that will be used in the query.
AleX

Similar Messages

  • HELP. ............Hi folks hope some one can help me please.Having a problem in Bridge I open my images in ACR,  as I open files in a folder and lets say they are labeled in yellow  they are all going back to  the camera raw default , in other words no ma

    HELP. ............Hi folks hope some one can help me please.Having a problem in Bridge I open my images in ACR,  as I open files in a folder and lets say they are labeled in yellow  they are all going back to  the camera raw default , in other words no matter what work I have done, inc cropping they  all go back to ,as they came out of camera. What on earth is happening? I am on PS CS6. I might point out everything was working normally up to  yesterday, when this first started.
    I recently changed computer to 64bit from 32bit, not sure if this causing  the problem or not. Any help would be appreciated.

    Robert,
    Would you be so kind to rephrase your question with concise, precise information and without any "let's say that" hypotheticals?  Sorry, I can't quite follow you.
    Also please give exact versions of Photoshop CS6 (13.what.what), of Bridge and of your OS.
    Thanks.
    BOILERPLATE TEXT:
    If you give complete and detailed information about your setup and the issue at hand, such as your platform (Mac or Win), exact versions of your OS, of Photoshop and of Bridge, machine specs, what troubleshooting steps you have taken so far, what error message(s) you receive, if having issues opening raw files also the exact camera make and model that generated them, etc., someone may be able to help you.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • I would like to know how i can create a bell graph with out using sub VIs, the data that i created consists in 500 readings with values of 0 to 100, i calculated the mean value and standard diviation. I hope some one can help me

    I would like to know how i can create a bell graph with out using sub VIs, the data that i created consists in 500 readings with values of 0 to 100, i calculated the mean value and standard diviation. I hope some one can help me

    Here's a quick example I threw together that generates a sort-of-bell-curve shaped data distribution, then performs the binning and plotting.
    -Kevin P.
    Message Edited by Kevin Price on 12-01-2006 02:42 PM
    Attachments:
    Binning example.vi ‏51 KB
    Binning example.png ‏12 KB

  • Please some one can help me to fix the special char issue

    Hello,
    Please some one can help me to resolve the issue.
    I was try to load data from PSA to DSO,where it was got failed.
    error message is saying that "Value 'Blythewood' (hex. '0042006C00790074006800650077006F006F0064') of characteristic ZSHPTOCIT contains invalid characters".
    Please advise me to resolve the issue.

    Hi Aryan,
    Change your info-object ZSHPTOCIT to accept Lower Case Letters(it is in General tab of the Info-object definition screen. Check the Lower Case Letters Box) and then load the data. I dont know why you are using the info-object but you may want to check what "Blythewood" means to business users. If it makes sense to them then its fine or esle ask the R/3 team to correct the data.
    Regards,
    Nikhil

  • Some one can help me with Properties()

    hi, i try and i try to reasign one group of final static var, and i cant, so i see can i use the Properties() class to reasign one final static var.
    import java.util.Properties;
    Public class Config extends Object{
    static final int EMITIDO;
    static final int PAGADO;
    static final int ENVIADO;
    static final int SOLUCIONADO
    public void Config(){
    Properties defaultProps = new Properties();
    try{
    defaultProps.setProperty("my_new_emitido","2");
    defaultProps.setProperty("my_new_pagado","3");
    defaultProps.setProperty("my_new_enviado","4");
    defaultProps.setProperty("my_new_solucionado","5");
    EMITIDO = (new Integer(defaultProps.setProperty("my_new_emitido"))).intValue();
    PAGADO = (new Integer(defaultProps.setProperty("my_new_pagado"))).intValue();
    ENVIADO = (new Integer(defaultProps.setProperty("my_new_enviado"))).intValue();
    SOLUCIONADO = (new Integer(defaultProps.setProperty("my_new_solucionado"))).intValue();
    the compiler send me a error : cannot assign a value to final variable ABONO
    some can help me please!!!

    tks, yes i now but that was the only way to use them
    in other class with the case statement
    meabe you now other way tks.Use ifs instead of the switch.

  • I HATE Menubar ... some one can help???

    Hello, i'm alone inside this project (
    http://br24.dialhost.com.br/~areaproj)
    and want to use flex... but having troubles with idiot menu.... In
    my case user que can change viewstacks when he click in Item of
    menu and in subitem to. For this a must make menubar show submenus
    when user rollover mouse... Some one know how to do this?
    Thanks.

    create a menubar, link it to a xml list (for the drop downs)
    then on event "rollOver" have it expand the menu.
    <mx:MenuBar id="myMenuBar" useHandCursor="true"
    buttonMode="true" toolTip="The Main Menu" labelField="@label"
    width="322" cornerRadius="10" alpha="1" left="171" top="48"
    styleName="TopMenu" themeColor="#333333" selectionColor="0x7FCEFF"
    rollOverColor="0xFFFFFF" borderColor="#642200"
    itemClick="mainMenu(event)">
    <mx:XMLList>
    <menuitem label="Products" id="products" top="48" >
    <menuitem label="French Bread" data="1"/>
    <menuitem label="Croissants" data="2"/>
    <menuitem label="Muffins" data="3"/>
    <menuitem label="Rustic Bread" data="4"/>
    <menuitem label="Desserts" data="5"/>
    <menuitem label="Pretzels" data="6"/>
    </menuitem>
    <menuitem label="Customers" >
    <menuitem label="Login" data="7"/>
    <menuitem label="Steps to Become Potential Customer"
    data="8"/>
    </menuitem>
    <menuitem label="Company Resources" >
    <menuitem label="History" font-color="#FFFFFF"
    data="9"/>
    <menuitem label="Employment" data="10"/>
    <menuitem label="Employees" data="11"/>
    <menuitem label="Newsletter" data="12"/>
    <menuitem label="About Us" data="13"/>
    </menuitem>
    </mx:XMLList>
    </mx:MenuBar>

  • Hope some one can help me

    We had a storm here and I unplugged all of my computers and modem.  After the storm passed I plugged everything back in.  The main computer connected to the internet without any problems.  When I tried to use my computer I could not get on the internet.  I turned the modem off about 100 times, restarted my computer numerous times and still unable.  When I typed in 192.168.1.1  only the one computer was showing.  My computer and  my wireless laptop were no longer listed.  I tried numerous things, installing a network etc... I used the online tech support, which is totally useless and verizon should just get rid of it.  I mean come on I am talking to you on the internet and you are going to ask me if the modem has power to it.  Anyhow I digress.  Can someone please give me some suggestions or tips to get my other computers back online?

    magnum1973 wrote:
    It is an actiontec gt704wg.  I don't even care about the wireless right now I just want to be able to get the 2nd one that is hooked up via ethernet cable.
      Start with the simplest information.  When the Ethernet Cable is connected, do indicator lights on the Actiontec and on the computer's network interface port light?  Lights indicate signalling exists between the two devices - most basic information.
      If OK, then open a Command Prompt windows (under Start>Programs>Accessories, or click on RUN and enter CMD, or view Windows Help).  In that command Window, enter IPCONFIG  or   IPCONFIG /ALL  to learn what you have.
    Also in Cmd Prompt, enter PING 192.168.1.1  to see what it really connects to.
     In each case, you are not yet fixing anything.  These exercises provide facts so that your replies can be useful.

  • I am in horry please if some one can help me with my FTP code, thanks

    import java.io.*;
    import java.net.*;
    import java.util.*;
    public class Ass_2 {
         public static void main(String[] args){
              String currentPath = new String(); currentPath = "ftp://ftp.scit.wlv.ac.uk/pub";
              try {
                   BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
                   String str,user,pass ;
                   System.out.println("\n\nTYPE HELP for view the list of commands and there Formats!!");
                   System.out.println("enter command 'bye' to exit the application");
                        System.out.print("Enter Username: ");
                        user = in.readLine();     
                        System.out.print("Enter Password: ");
                        pass = in.readLine();
                        String tempPath = new String();
                        String toFile = new String();
                        tempPath = currentPath ;
                        readPage(currentPath);
                   while (!(str = in.readLine()).equals("bye")){     
                        int     tokencount;
                        StringTokenizer     token = new StringTokenizer(str);
                        tokencount = token.countTokens();
                        String block[] = new String[tokencount];
                        for (int i = 0; i < tokencount; i++)
                             block[i] = token.nextToken();
                             System.out.println(block);
                        if (block[0].equalsIgnoreCase("dir")){
                             System.out.println("DIR");
                             System.out.println(currentPath);
                             readPage(currentPath);
                             System.out.println("\n");
                        }else if(block[0].equalsIgnoreCase("cwd")){
                             System.out.println("Change Directory");
                             currentPath = changeDirectory(currentPath, block[1]);
                             System.out.println("\n");
                        }else if(block[0].equalsIgnoreCase("get")){
                             System.out.println("Wait Copying File : "+block[1]);
                             copyFile(currentPath,block[1]);
                        }else if(block[0].equalsIgnoreCase("cd..")){
                             currentPath = goBack(currentPath);               
                        }else if(block[0].equalsIgnoreCase("help")){
                             System.out.println("\nYour in the Help Section \n");
                        }else {
                             System.out.println("Wrong Command or Format, Type Help!!!");
                             System.out.println("\n");
              catch(Exception e){
                   System.out.println(e);
         // Function to read content form the specfied path
         static void readPage(String path){
              String tempPath = new String();
              try {     
                   URL     pageref = new URL(path);
                   InputStream in = pageref.openStream();
                   BufferedReader inline = new BufferedReader(new InputStreamReader(in));//(instr);
                   String     line;
                   int     linect = 0;
                   while((line = inline.readLine())!=null){
                        linect++;
                        System.out.println(line);
                   System.out.println("lines read = "+linect);
              catch(Exception e){
                   System.out.println(e);
         static String changeDirectory(String path,String dir){
              path = path+"/"+dir;//System.out.println(">>>>>>>>>>> " path" >>> \n");
              readPage(path);     
              return path;
         // Function to go one setp back from the current directory
         static String goBack(String currentPath){
              return currentPath;
         /// Function for basic copy TXT file
         static void copyFile(String path,String file){
              try {
                   path = path +"/"+ file;     //System.out.println("Copy Path : " + path);
                   String fileName = new String();
                        fileName = file+".txt";
                        System.out.println("Out put file name : " + fileName);
                   OutputStreamWriter out = new OutputStreamWriter(new FileOutputStream(fileName));
                   URL     pageref = new URL(path);
                   InputStream in = pageref.openStream();
                   BufferedReader inline = new BufferedReader(new InputStreamReader(in));//(instr);
                   String     line;
                   int     linect = 0;
                   while((line = inline.readLine())!=null){
                        System.out.println(line);
                        linect++; //System.out.println(line);
                        out.write(line+"\r\n");
                   out.close();               
                   System.out.println("File - " file " - copyed Successfully !!");
              catch(Exception e){
                   System.out.println(e);

    h2. {color:#ff0000}Double post{color}
    Replies here:
    http://forum.java.sun.com/thread.jspa?threadID=5253627
    It's rude to double post.
    It's futile (at best) to advertise your time pressure.
    It's pointless to use a forum like this but not actually ask a question.

  • Some one can help me to create activity with questionnaire?

    hi experts
    now in E-recruiting, I want to create an questionnaire activity, but in hrp5141, the column-- "QA_TPL_OBJID"--of that activtiy is blank, I do not know the reason? is there something I have to configure?
    thank you

    Hello sun,
    the column "QA_TPL_OBJID" contains the hrobjid of the questionaire hr object (otype VA) you maintain when you create an activity in the bsp. To be able to choose a questionaire from the search help you have to create and release one. Usually you will find the create question and create questionaire links on the administrator startpage.
    Best Regards
    Roman Weise

  • ISO 8 a lot of facebook Internet problems it's annoying and I don't know what I have to do about it would some one can help me with that please.

    I Have an I pad 2 it was really working so well until I update it to ISO 8 many facebook and Internet problems it's become really slow and annoying I hope Apple will resolve that problem soon
    Thanks and  regards
    Tarek .

    Until Apple resolves such issues, there is not much we can do.
    However, try to restart your iPad. This helps more than most people realize.
    I hope this helps, but I cannot guarantee anything till Apple releases further bug fixes.

  • I HAVE A PROBLEM TO OPEN PDF IN PAGES WHICH ARE ATTACHED WITH EMAIL,SOME ONE CAN HELP ME.?i,m using MINI I PAD 4G wi-fi

    I CAN,T OPEN PDF FILES IN PAGES WHICH ARE ATTACHED WITH EMAIL OR CAN,T SHARE PDF FILES WITH PAGES

    Install free Adobe Reader.
    https://itunes.apple.com/sg/app/adobe-reader/id469337564?mt=8

  • MY IMAC don't see the main server and all the network! I didn't nothing on his system, but since some days it is out of network on my company. And what is curious is that others computers can see mine. Some one can help me??

    My IMAC lost the network, it can be seen but cannot see! What I have to do?

    You're welcome.
    Voicemail is left at your carrier's server. That will continue to work unless you report your iPhone as lost or stolen with your carrier.
    You may never find it again and you can't if the iPhone remains offline or out of service which means the iPhone is powered off or doesn't have cellular reception.

  • Boot Camp Issues like crazy. Maybe some one can help?

    Hello,
         I own a MBP late 2010. I also own a copy of windows 7 ultimate. I had it installed and it worked fine for over a year. I had to reformate my system last week. So I decided to start fresh and just completely re-format my drive. Well, I made the partition useing boot camp and that worked just fine. Boot camp restarted and gave me the error saying that it was missing dvd drivers. Well, this is odd to me because ive used this same exact disk before for the same exact thing on the same exact computer. THe disk isn't messed up or scratched. I read that it means i downloaded a curroupt copy. Which can't be the case because it is a legit copy from microsoft.
    So I then preceded to delete the partition and start over. Now boot camp will not partition my drives. Why? Why must this software be so stupid? What am I missing here. Why/ What is causeing this?

    It wasn't an ISO, it was the actual DVD of windows 7 ultimate. I didn't add any drives to my system. It is a stock unit, no changes made.
    So, I guess my question is did something change about a bootcamp update that would possibly make it not work again? I did a fresh install of OSX Snow Leapoard. It is currently updated to 10.6.8. I also waited till the macbook pro was completely updated before i attempted my Boot Camp Installation.
    So my system specs are
    MBP late 2010 (stock everything)
    OSX 10.6.8
    boot camp 3.0.4
    and a pysical copy of Win7 Ultimate(64bit).
    I'd like to re-add that this all worked properly in the past. I did a system reformat and this is what happened when i tried to put windows back afterwards.

  • Some one can help me?

    Hi, i have i big problem, i need to hide my classes an code from some people in my company but for deploy my application i need to put them in the server, is posible to protect my code to don't read and write.
    tks.

    Go to sourceforge.org and search for a java obfuscator(?).

  • Some one Can help me with a big problem

    i need to get the IP from the pc how visit my site. so, i try before the next instructions.
    request.getRemoteHost() // this send me the proxy IP no the user IP.
    request.getRemoteUser() // this send me a null value.
    if you have another way to obtain the IP user
    Regards.

    public java.lang.String getRemoteAddr()Returns the Internet Protocol (IP) address of the client that sent the request. For HTTP servlets, same as the value of the CGI variable REMOTE_ADDR.
    Returns:
    a String containing the IP address of the client that sent the request
    getRemoteHost
    public java.lang.String getRemoteHost()Returns the fully qualified name of the client that sent the request. If the engine cannot or chooses not to resolve the hostname (to improve performance), this method returns the dotted-string form of the IP address. For HTTP servlets, same as the value of the CGI variable REMOTE_HOST.
    Returns:
    a String containing the fully qualified name of the client

Maybe you are looking for

  • Advice for Upcoming App Spree

    Thanks for asking those questions; I knew I was bound to leave some information out. Unfortunately, I don't have verifiable income during the summer, but I did during the school year, and I will during this upcoming school year. The only reason I was

  • Set  edit box in system form

    hi expert all I want  to set up combo box  in sales order FORM   bottom document  date(edit box).     combo box..is showing   bottom  document  date(edit box)  . but when i enlarge this  FORM   combobox  not setup on this position.. please help me...

  • 'poster frame' for movies is not saved

    Hi iTunes people, Note - this all used to work in Leopard - this feature has become non-functional since the arrival of Snow Leopard. When I set the POSTER FRAME, via the contextual menu that appears for an entry in the movies section of iTunes, it i

  • Anyone familiar with forms and snippets

    anyone familiar with forms and snippets in IWEB?

  • DropDownList prompt text color over

    How do you set the prompt text color for a DropDownList in the over state. The DropDownListButtonSkin has an over state so I can set anything to do with the button in this skin. However, the prompt does not belong to the button but to the DropDownLis