Accelarate implemented cube list

Hi All,
IN BI is there any table /T-Code which give the list of cubes which have been allready added to the BI Accelarator?
Thanks,
Krishna.

there is a good and deep doc on Personnel Administration, with almost all the infotypes used, so take a look at it
[Link|http://help.sap.com/printdocu/core/print46c/en/data/pdf/PAPA/PAPA.pdf]
it's old, but useful

Similar Messages

  • Universe Designer vs BEx query - Can't see the query in the OLAP Cubes list

    Hello Experts,
    We are facing a rather strange issue:
    While creating a connection to an existing BEx query - which wasn't being used by BO before - we aren't able to see that one query in a long list of available multiproviders/queries on the universe side.
    We already checked the option on BEx analyser to authorize external access to the query, with ODBO.
    The connection type we're using is the same for all the other universes built on top of BEx queries: SAP BW Client. Again, we already have a bunch of universes built using this method, but we can't seem to find the BEx query in the OLAP Cubes list.
    Does anyone have a lead on what may be causing this issue?
    Our environment is:
    - SAP BOE XI R3.1 SP2
    - SAP BW 3.5
    - BEx Analyser
    - Integration Kit
    Best Regards,
    Francisco

    Hi,
    i don't know, you'd have to search the BW-BEX component for notes.
    I noticed it with a revision of SAP GUI Front End tools 720 SP7 i think
    I applied the latest corrections (SP08 or 09) and that tickbox worked ok again.
    You might notice - as i did - that when you go back to check the bex query - that property becomes 'magically' unselected/
    Regards.
    H

  • Implementing bullet list in JTextPane

    I found an example here:
    http://forum.java.sun.com/thread.jsp?forum=4&thread=162662
    .. which describes how to create a TextAction for implementing bullet lists with a HTMLEditorKit.
    The problem is that I use StyledEditorKit.
    Anyone know how to implement a "StyledEditorKit.BulletAction" ?

    It amazes me though that this is something that has to be done from scratch ...
    Me too!
    But it's not too bad, this is how I did it:
    1) Add a unicode prefix to represent the bullet:
         if (type.startsWith("CIRCLE"))     liType="\u25CB";
         else if (type.startsWith("DISC"))     liType="\u25CF";
         else if (type.startsWith("SQUARE")) liType="\u25A0";
         doc.insertString(doc.getLength(),liType+" "+liText,null);2) use the FontMetrics to set the outdent:
         FontMetrics     fontmetrics=getFontMetrics(font);
         FLOAT=fontmetrics.stringWidth(doc.getText(start,2));
         StyleConstants.setLeftIndent(aset,50f*listLevel-(listLevel-1)*FLOAT);
         StyleConstants.setFirstLineIndent(aset,-FLOAT);You can see the end-product [url http://home.comcast.net/~viravan/f7.htm]here
    ;o)
    V.V.

  • Implementing drop lists

    Hi
    I want to implement a list that is made up of information from the database. what i want is that the the list should be collapsible with a + sign to its side and then
    when the user clciks on it, it expands to display all of the information. can someone help me with some code example on it.
    Thanks for the help

    You can made a list with a + sign just like windows explorer and windows registry by using javascript i.e. you JSP page will contain javascript code in it which will implemen it. It works in same way like windows explorer and windows registry does. It's code is lengthy so it is not feasible to post it here in the forums. But mind you the code i have got is a plain html page with javascript and no JSP so you will have to do some more work to make it work in a JSP page. Give me your email and I will mail it to you.
    bye

  • Why the ArrayList implements the List interface

    Why the ArrayList implements the List interface even though it extends the AbstractList class. Is it only for clarity of interface implemented?

    899440 wrote:
    Why the ArrayList implements the List interface even though it extends the AbstractList class. Is it only for clarity of interface implemented?I dont think there's any specific reason for that. In my opinion its redundant. May be its added for clarity so that from the documentation its obivous that ArrayList implements List.
    May be there's something which I am missing regarding this?

  • SID where-used in cubes list

    We are on BW 3.5 ..
    Is there a module / program which will give me where-used list of a given master data SID value in cubes ?
    I am trying to locate which cube(s) a master data value is stored .
    I know the long hard way of going through the dimensions and fact table s etc ..
    Thanks.
    Hitesh

    Hi Krishna
    i have a doubt here..
    i will explain one scenario
    i have one master 0abcd.  it is getting loaded from some souce X. this 0abcd is used in one of the cube C1 and it is getting data from some dso D1.
    So because of this transaction data, we get few values like z1, z2, z3 into my 0abcd.
    to be noted.  This z1, z2, z3 dint come to 0abcd from its own source.  It came because of some transaction data.
    Now if i used the above mentioned step. ie. "You can go to RSADMIN tcode and select Pack.Mas.Data Del. checkbox to enable the new MD deletion tool" would it show me the where used list of z1, z2, z3 values also ?
    Because when i tried it, it dint show me those where used lists.  share your view regarding this.
    Thanks,
    Annapoorani

  • Implementing resource list filter

    hi,
    i'm implementing a resource list filter. i added the filter as a jar file in the lib directory of my portal application, and created a portal service which registers the classloader to CRT. In the log file i can see that the registering is done succesfully. But when i create the filter in the portal i get ClassNotFoundException.
    Do i need to implement a manager too??? or is this probably just a naming problem?
    thx,
    Kristof

    Hi Detlev,
    yeah well, i was right about the naming problem, so i got the filter running now.
    But another problem occured. I need to extend the DCTMResourceListFilter, so i inherited this class. The only thing i did was calling super methods in constructor and FilterResourceList, and then i got this exception. Kinda strange because there is a filter configured using this DCTM class. Any idea's??? thx
    Exception ID:10:19_13/10/06_0001_4133550
    [EXCEPTION]
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/every_user/general/eu_role/com.sap.km.home_ws/com.sap.km.hidden/com.sap.km.urlaccess/com.sap.km.basicsearch
    Component class : com.sapportals.wcm.portal.component.base.ControllerComponent
    User : E122830
    at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sapportals.wdf.WdfError
    at com.sapportals.wdf.WdfCompositeController.buildComposition(WdfCompositeController.java:678)
    at com.sapportals.htmlb.AbstractCompositeComponent.render(AbstractCompositeComponent.java:41)
    at com.sapportals.htmlb.rendering.RenderUtil.renderContentObject(RenderUtil.java:103)
    at com.sapportals.htmlb.rendering.RenderUtil.renderContainerContent(RenderUtil.java:34)
    at com.sapportals.htmlb.rendering.DefaultFlowLayoutRenderer.render(DefaultFlowLayoutRenderer.java:29)
    at com.sapportals.htmlb.rendering.PageContext.render(PageContext.java:980)
    at com.sapportals.htmlb.Component.render(Component.java:150)
    at com.sapportals.htmlb.rendering.RenderUtil.renderContentObject(RenderUtil.java:103)
    at com.sapportals.htmlb.rendering.RenderUtil.renderContainerContent(RenderUtil.java:34)
    at com.sapportals.htmlb.rendering.DefaultFormRenderer.render(DefaultFormRenderer.java:39)
    at com.sapportals.htmlb.rendering.PageContext.render(PageContext.java:980)
    at com.sapportals.htmlb.Component.render(Component.java:150)
    at com.sapportals.htmlb.rendering.RenderUtil.renderContentObject(RenderUtil.java:103)
    at com.sapportals.htmlb.rendering.RenderUtil.renderContainerContent(RenderUtil.java:34)
    at com.sapportals.htmlb.rendering.DefaultDocumentRenderer.render(DefaultDocumentRenderer.java:69)
    at com.sapportals.htmlb.rendering.PageContext.render(PageContext.java:980)
    at com.sapportals.htmlb.Component.render(Component.java:150)
    at com.sapportals.htmlb.rendering.RenderUtil.renderContentObject(RenderUtil.java:103)
    at com.sapportals.htmlb.rendering.RenderUtil.renderContainerContent(RenderUtil.java:34)
    at com.sapportals.htmlb.unifiedrendering.ie5.GridLayoutRenderer.renderGridLayoutCellFragment(GridLayoutRenderer.java:686)
    at com.sapportals.htmlb.unifiedrendering.ie5.GridLayoutRenderer.renderGridLayoutRowFragment(GridLayoutRenderer.java:355)
    at com.sapportals.htmlb.unifiedrendering.ie5.GridLayoutRenderer.renderGridLayoutFragment(GridLayoutRenderer.java:286)
    at com.sapportals.htmlb.unifiedrendering.ie5.GridLayoutRenderer.render(GridLayoutRenderer.java:39)
    at com.sapportals.htmlb.rendering.PageContext.render(PageContext.java:980)
    at com.sapportals.wcm.portal.component.base.KMControllerDynPage.doOutput(KMControllerDynPage.java:127)
    at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:129)
    at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
    at com.sapportals.wcm.portal.component.base.ControllerComponent.doContent(ControllerComponent.java:73)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    ... 29 more

  • QM implementation CHECK LIST

    Hi all,
    Can anyone provide me Check List for QM (during or after Implementation).
    Industry type: any
    Thanks in advance,
    Pramod Kumar

    Hi
    I am new to this site and find it difficult to get information regarding WEB tools and WEB CRM.
    I would like to be involved with others who are putting e-commerce together with webtools and B1.
    I can find no information at all regarding WEB CRM, we are finding the outlook integration a poor solution to and essential area and need to explore other solutions.
    please point me in the right direction if you can on any of the above.
    thanks
    kevin

  • IP Telephony Implementation check list

    Dear Pros,
    I am in the process of implementing the ip telephony project. The following products are used in this project.
    1. Cisco MCS78251
    2. Cisco callmanager4.1
    3. Cisco unity
    4. Cisco 1760 voice gateway
    5. cisco catalyst 3560-48-PS-s
    6. Cisco CP-7912G,7940G,7936G
    I don't have privious experience in IPT but i got the appertunity to implement myself learning the stuffs thro studt guide and you all pros help.
    Please provide me the check list to follow to implement the project.
    Also give the url for the each product to implement.
    Thanks in advance
    swamy

    Call Manager Compatibility Matrix:
    http://www.cisco.com/univercd/cc/td/doc/product/voice/c_callmg/ccmcomp.htm
    Call Manager 4.1 Installation:
    http://www.cisco.com/en/US/products/sw/voicesw/ps556/prod_installation_guides_list.html
    Unity Design & Installation:
    http://www.cisco.com/en/US/products/sw/voicesw/ps2237/products_implementation_design_guides_list.html
    http://www.cisco.com/en/US/products/sw/voicesw/ps2237/products_installation_and_configuration_guides_list.html
    1760 Configuration & IOS:
    http://www.cisco.com/en/US/products/hw/routers/ps221/products_installation_and_configuration_guides_list.html
    http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_configuration_guide_book09186a0080080ff9.html
    3560 Configuration:
    http://www.cisco.com/en/US/products/hw/switches/ps5528/products_configuration_guide_book09186a0080400ba8.html
    QoS:
    http://www.cisco.com/en/US/tech/tk543/tsd_technology_support_category_home.html
    the 7825 mcs server is covered in call manager installation.
    the ip phones are covered in the call manager administration.
    for IOS there is no real checklist due to many configuration options are available.
    the CCM and unity have their own checklists in the installation documentation.

  • How to implement dropdown list in catalog definition

    hi all,
    I am using wc11g, I defined my taskflow in DefaultGroupSpaceCatalog.xml and defined input parameters for this taskflow, but how to implement a dropdown list function when customer want to select one value from multiple available options, just like when user edit my taskflow in composer, in the "display options" tab, when user want to change background item, there is a dropdown list shows available values:
    light
    medium
    dark
    How to implement this dropdown list for my own parameters?
    Best regards

    Is their a specific reason why you are using taskflows and not portlets?
    Because with portlets you can have an additional mode for doing the customization. You can create your own jspx page that represents that mode and then you can easily implement a dropdownlist or whatever form you want.
    Using taskflows, you don't have such features available as far as i know.
    Another solution would be to add a button in your taskflows that only renders when you are the admin. Otherwhise, the button does not show.
    That button can open a popup were you add a form with a dropdownlist and in the backing bean you can set the parameter yourself but i don't realy know the code needed for that because it is an input parameter of the taskflow, right?

  • Implement Ordered List using Links

    hey guys! i need to write a program that implements an ordered list using links. My first step has always been to find examples and read them over for help. However, i am having a hard time finding this one and i was wondering is anyone had or knows where to find an example of a OrderedLinkList using LinearNodes. It would be great if it had these classes, but not necessary:
    ListADT<T>
    OrderedListADT<>
    LinkedList<T>
    OrderedLinkList<T>
    LinearNode<E>
    LinkedIterator<T>
    Any help would be greatly appreciated and thanks in advance!
    scottybh

    This is clearly some kind of exercise, otherwise you'd just use LinkedList<T>. LinkedList is ordered (always returns the elements in the same order) and can be sorted by providing a Comparator<T> to Collections.sort().
    I'd suggest you do the exercise or ask a more specific question.
    Brian

  • Implementation check list

    Hi all,
    Is there any kind of implementation checklist in existance from SAP or have any other partners created something that they feel is usable and repeatable?
    Thanks for any suggestions,
    John

    Hi
    I am new to this site and find it difficult to get information regarding WEB tools and WEB CRM.
    I would like to be involved with others who are putting e-commerce together with webtools and B1.
    I can find no information at all regarding WEB CRM, we are finding the outlook integration a poor solution to and essential area and need to explore other solutions.
    please point me in the right direction if you can on any of the above.
    thanks
    kevin

  • Pre IDS Implementation Check List for Sig Tuning

    Hi Experts,
    IDS signature tuning can get quite involved.
    To make sure nothing important is overlooked, is there a Check List that can be used?
    If not, what are some of the critical items that should be known beforehand?
    A couple items are obvious e.g. type of OS's used and what servers must never be blocked. But, I'm sure there's a whole list of things that should be considered.
    Any feedback would be greatly appreciated.

    Knowing the behavior of your network and the applications that you are running is very important before signatures can be tuned. To avoid false positive alarms, you may have to observe your network for a while and tune the signatures until you get the desired result. From my experience, signature tuning is a contnious process and has to be monitored on a regular basis.

  • FICO implementation Check list

    Hi Experts,
    Is there any checklist on FICO to review whether the module is utilized properly / fully.
    Thanks in Advance.

    Hi
    I am new to this site and find it difficult to get information regarding WEB tools and WEB CRM.
    I would like to be involved with others who are putting e-commerce together with webtools and B1.
    I can find no information at all regarding WEB CRM, we are finding the outlook integration a poor solution to and essential area and need to explore other solutions.
    please point me in the right direction if you can on any of the above.
    thanks
    kevin

  • Implementing my own linked lists...aiiieee!

    Hi,
    I'm trying to implement my own linked list structure oftype String. It will eventually go to form a simple text editor, with each line of a file being loaded into its own String node.
    However, im having problems implementing the list itself :)
    So far ive got the file to read in succesfully, but now im stuck...how do i load up a line into a new node? and what about the head/tail nodes, they just confuse me! Do i have to write a seperate 'List' class and create an object of that, much like the LinkedList class with Java?
    Any help or a nudge in the right direction would be appreciated,
    TIA
    andrew
    PS code below ...
    =================================
    =================================
    import java.io.*;
    import java.util.*;
    class Editor {
    public static void main(String[] args) {
    ///LOAD UP THE TEXT FILE//////////////////////////////////////
         String file = "s.txt";
         String line;
         System.out.println(System.in);
         //testing here...
    StringNode alist = new StringNode(null,null);
         try{
              FileReader FR = new FileReader(file);
              BufferedReader BR = new BufferedReader(FR);
              while ( (line = BR.readLine()) != null ){
                   alist.addNodeAfter(line);
                   System.out.println(line);
                   }//while
         }//try
         catch(IOException e){
              System.out.println(file + " not found");
         }//catch
    ///COMMANDS///////////////////////////////////////////////////
    //text editor commands to be input via command line type console. how to grab inputs on return?
    }//main
    }//Editor
    //code to create a node...but now what?
         class StringNode
         private String data;
         private StringNode link;
         // constructor for initialisation
         public StringNode(String initialData, StringNode initialLink)
              data = initialData;
              link = initialLink;
         // accessor method to get the data from this node
         public String getData( )
              return data;
         // accessor method to get a reference to the next node after this node.
         public StringNode getLink( )
              return link;
         // modification method to set the data in this node.
         public void setData(String newData)
              data = newData;
         // modification method to set the link to the next node after this node
         public void setLink(StringNode newLink)
              link = newLink;
         // add a new node after this node
         public void addNodeAfter(String item)
              link = new StringNode(item, link);
         // modification method to remove the node after this node.
         public void removeNodeAfter( )
              link = link.link;
         // compute the number of nodes in a linked list
         public static int listLength(StringNode head)
              StringNode cursor;
              int answer;
              answer = 0;
              for (cursor = head; cursor != null; cursor = cursor.link)
                   answer++;
              return answer;
         // print the nodes in a linked list
         public static void listPrint(StringNode head)
              StringNode cursor;
              for (cursor = head; cursor != null; cursor = cursor.link)
                   System.out.println(cursor.getData());
         // print the nodes in a linked list skipping dummy node at head
         public static void listPrint2(StringNode head)
              StringNode cursor;
              for (cursor = head.link; cursor != null; cursor = cursor.link)
                   System.out.println(cursor.getData()+" ");
         // search for a particular piece of data in a linked list
         public static StringNode listSearch(StringNode head, String target)
              StringNode cursor;
              for (cursor = head; cursor != null; cursor = cursor.link)
                   if (target == cursor.data)
                        return cursor;
              return null;
    }

    You wouldn't by any chance be doing computer science at Cardiff university would you and have been given this as an assignment?

Maybe you are looking for

  • Migrate mailbox from Exchange 2007 to Exchange 2013, mailbox stay in queue

    Hi, I'm trying to migrate a mailbox but the request is staying in queue, according to : Get-moverequest | Get-Moverequeststatistics Configuration server Exchange 2007 SP3 : Domain : test.com OS : Windows 2008 server SP2 (not R2) Firewall : OFF Exchan

  • Using text select tool in Preview--pasting into Word

    Hi, since the recent updates made Acrobat Pro 7 unusable (installer crashes, Acrobat crashes upon displaying title bars . . . I've posted on this elsewhere), I have been using Preview. I noticed that when I select and copy a piece of text in Preview

  • IPhone 2g won't boot up AT ALL ?!

    I was going to charge my iphone on the dock, when i put it in the dock, suddenly, the screen goes all black. I hit the sleep button to boot it, but it won't boot. I tried the home button and the sleep button wont work. So went to apple.com for suppor

  • How do I get the erase and sync message?

    I want to sync a new library from my iTunes into my iPhone 4 but I accidently clicked not to erase and sync, so now I want to know how to get the message of erase and sync to come back up. Does anyone know how to get the erase and sync message? Tons

  • Hyper-v 2012R2 can't start VM's registry access issues?

    After adding hyper-v role to 2012r2 all was working fine until last week when VM's stopped and now I can no longer start any of the VM's or new one that I create.  After much searching it seemed to be a permissions issue but none of the suggested sol