Data in ZIC_C03 cube not visible

I have loaded the data into the cube using 2LIS_03_BF infosource.
The data is loaded into the cube and it is showing as reportable when I go to the Manage Requests tab. However when I try to look into the cube contents, nothing comes up. Also when I try to run a BEX query nothing shows up.
Any idea why??
Thanks

In Listcube, choose your record type.  0 should give you the BF records and 1 will give you the BX records.
If you choose 0 to 1 you will get both.
You still won't be able to see your non-cumulative kyfs because those are only available through your query.  To calculate them, you need to subtract your outflow kyf from your inflow kyf in listcube.
Also, when loading the BX and BF extractors, it is important to follow the steps outlined in the white paper titled, "How to Handle Inventory Management Scenarios in BW". 
You could also create a custom ODS and load it in parallel with your cube.  This way you can see what records are coming across.  It's a little easier than fooling around with the PSA.
Two last things to check....  If you have update rules on characteristics, make none of them have a returncode 0, it kicks out the entire record which is different than a key figure -and- if you have a start routine, make sure you are not deleting your entire data_package.
Brian
Edited by: Brian Anthony on Jan 3, 2008 11:51 AM

Similar Messages

  • How to make data loaded into cube NOT ready for reporting

    Hi Gurus: Is there a way by which data loaded into cube, can be made NOT available for reporting.
    Please suggest. <removed>
    Thanks

    See, by default a request that has been loaded to a cube will be available for reporting. Bow if you have an aggregate, the system needs this new request to be rolled up to the aggregate as well, before it is available for reporting...reason? Becasue we just write queries for the cube, and not for the aggregate, so you only know if a query will hit a particular aggregate at its runtime. Which means that if a query gets data from the aggregate or the cube, it should ultimately get the same data in both the cases. Now if a request is added to the cube, but not to the aggregate, then there will be different data in both these objects. The system takes the safer route of not making the 'unrolled' up data visible at all, rather than having inconsistent data.
    Hope this helps...

  • Data Servers Enabled Servers not visible

    Hi,
    We seem to be having a problem with xMII at the moment.  Enabled servers within Data Servers are not visible.  The windows is completely blank.  After unchecking Show Only Enabled Server we get the following error as below and no connectors are visible.  The version of xMII being used is 11.5.  Any pointers on how to solve this.
    Thanks,
    Vanshi
    Error. The server encountered an unexpected condition which prevented it from fulfilling the request.
    java.lang.NullPointerException
    at pagecompile._Admin._Server_xjsp._jspService(_Server_xjsp.java:138)
    at com.newatlanta.servletexec.JspHttpJspPage.service(JspHttpJspPage.java:41)
    at com.newatlanta.servletexec.JspServlet.service(JspServlet.java:1036)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.newatlanta.servletexec.SERequestDispatcher.forwardServlet(SERequestDispatcher.java:638)
    at com.newatlanta.servletexec.SERequestDispatcher.forward(SERequestDispatcher.java:236)
    at com.newatlanta.servletexec.SERequestDispatcher.internalForward(SERequestDispatcher.java:283)
    at com.newatlanta.servletexec.SEFilterChain.doFilter(SEFilterChain.java:96)
    at com.lighthammer.cms.system.CMSFilter.doFilter(Unknown Source)
    at com.newatlanta.servletexec.SEFilterChain.doFilter(SEFilterChain.java:60)
    at com.newatlanta.servletexec.ApplicationInfo.filterApplRequest(ApplicationInfo.java:2159)
    at com.newatlanta.servletexec.ApplicationInfo.processApplRequest(ApplicationInfo.java:1823)
    at com.newatlanta.servletexec.ServerHostInfo.processApplRequest(ServerHostInfo.java:937)
    at com.newatlanta.servletexec.ServletExec.ProcessRequest(ServletExec.java:1091)
    at com.newatlanta.servletexec.ServletExec.ProcessRequest(ServletExec.java:973)
    at com.newatlanta.servletexec.ServletExecService.processServletRequest(ServletExecService.java:167)
    at com.newatlanta.servletexec.ServletExecService.Run(ServletExecService.java:204)
    at com.newatlanta.servletexec.HttpServerRequest.run(HttpServerRequest.java:487)

    Give these URL's a try:
    /Lighthammer/Illuminator?Service=SystemInfo&Mode=ServerList
    /Lighthammer/Illuminator?Service=SystemInfo&Mode=ServerList&Mask=Disabled
    They should essentially give you the list of active and disabled data servers (much like the jsp page is trying to do)
    It is possible you managed to get an invalid name in the system and that's causing the error.
    You could also look carefully into the Server.xml file in the Conf directory.
    A ServletExec restart will also cause the system to re-read the file and log out trace information about the data server in the cms.log file (you'll see Loading Servers... and then you should see them one at a time).

  • Account Assignment data in Shopping Cart not visible after upgrade of  R/3

    Hello,
    We are currently working with SRM 5.0 and R/3 4.6 Backend system.
    We are now upgrading our R/3 system from version 4.6C to ECC 6.0.
    When we try to create a shopping cart, the account assignment Tab is not visible.
    We checked the RFC (SRM-R/3 and R/3-SRM) and they our working fine.
    Now we think the problem is caused by a configuration setting in which one defines the Backend System. In this configuration, the system category is still set to 4.6C (for the logical System of the Backend System)
    We want to change this but in our list of system categories, the ECC 6.0 option is not present!
    Questions:
    1. Is this configuration setting the cause for our account assignment tab problem?
    2. How can one add the System Category ECC 6.0 so it will appear in the configuration setting "Specify Backend System" ?
    Anyone had experience with this? Please give us a clue.
    Thanks in advance.
    Aart

    Hello Aart,
    You can choose the ERP_2.0 option. It contains the correct structures for the new ECC 6.0 system.                                             
    You can change it and retest.
    Kind regards,
    Ricardo

  • Data in the Cube not getting aggregated

    Hi Friends
    We have Cube 1 and Cube 2.
    The data flow is represented below:
    R/3 DataSource>Cube1>Cube2
    In Cube1 data is Stored according to the Calender Day.
    Cube2 has Calweek.
    In Transformations of Cube 1 and Cube 2 Calday of Cube 1 is mapped to Calweek of Cube 2.
    In the CUBE2 when i upload data from Cube1.Keyfigure Values are not getting summed.
    EXAMPLE: Data in Cube 1
    MatNo CustNo qty calday
    10001  xyz     100  01.01.2010
    10001  xyz      100  02.01.2010
    10001  xyz      100   03.01.2010
    10001  xyz     100  04.01.2010
    10001  xyz      100  05.01.2010
    10001  xyz      100   06.01.2010
    10001  xyz      100   07.01.2010
    Data in Cube 2:
    MatNo CustNo qty calweek
    10001  xyz     100  01.2010
    10001  xyz      100  01.2010
    10001  xyz      100   01.2010
    10001  xyz     100   01.2010
    10001  xyz      100   01.2010
    10001  xyz      100   01.2010
    10001  xyz      100   01.2010
    But Expected Output Should be:
    MatNo CustNo qty calweek
    10001  xyz     700  01.2010
    How to acheive this?
    I checked in the transformations all keyfigures are maintained in aggregation summation
    regards
    Preetam

    Just now i performed consisyency check for the cube:
    I a getting following warnings:
    Time characteristic 0CALWEEK value 200915 does not fit with time char 0CALMONTH val 0
    Consistency of time dimension of InfoCube &1
    Description
    This test checks whether or not the time characteristics of the InfoCube used in the time dimension are consistent. The consistency of time characteristics is extremely important for non-cumulative Cubes and partitioned InfoCubes.
    Values that do not fit together in the time dimension of an InfoCube result in incorrect results for non-cumulative cubes and InfoCubes that are partitioned according to time characteristics.
    For InfoCubes that have been partitioned according to time characteristics, conditions for the partitioning characteristic are derived from restrictions for the time characteristic.
    Errors
    When an error arises the InfoCube is marked as a Cube with an non-consistent time dimension. This has the following consequences:
    The derivation of conditions for partitioning criteria is deactivated on account of the non-fitting time characteristics. This usually has a negative effect on performance.
    When the InfoCube contains non-cumulatives, the system generates a warning for each query indicating that the displayed data may be incorrect.
    Repair Options
    Caution
    No action is required if the InfoCube does not contain non-cumulatives or is not partitioned.
    If the Infocube is partitioned, an action is only required if the read performance has gotten worse.
    You cannot automatically repair the entries of the time dimension table. However, you are able to delete entries that are no longer in use from the time dimension table.
    The system displays whether the incorrect dimension entries are still being used in the fact table.
    If these entries are no longer being used, you can carry out an automatic repair. In this case, all time dimension entries not being used in the fact table are removed.
    After the repair, the system checks whether or not the dimension is correct. If the time dimension is correct again, the InfoCube is marked as an InfoCube with a correct time dimension once again.
    If the entries are still being used, use transaction Listcube to check which data packages are affected.  You may be able to delete the data packages and then use the repair to remove the time dimension entries no longer being used. You can then reload the deleted data packages. Otherwise the InfoCube has to be built again.

  • CCMS alert monitoring data for ORACLE is not visible in Central system

    Hello,
    I have installed sapccm4x agents in the CI of the Satellite System and it shows in the Central System as sucessfully registered under Agents for remote System and the RFC Connection test is also successfull. When i check in RZ20 in Central System not all the predefined monitors are visible of the Satellite System in the Central System and mainly the MTE element ORACLE. The database,CI and other instances on the Satellite System are installed on separate hardware. As said the database is installed not with the CI but a standalone.
    Please let us know what needs to be configured in order to get the MTE element of ORACLE to show in the Central System.
    Thanks,
    Vinod Meno

    Bhudev,
    Thanks for the quick respose..
    1.Sapccmsr agent is installed on Java standalone server and it has been sucessfully registered and running and we can grep the process to see its state as well as in the Central System i can see under ccms agents for remote systems it shows and the RFC connection test is also sucessfull.
    2.Yes we are sending the data from the DB to CI first,but we also want the data visible in the Central System mainly for the MTE element Oracle.The filesystem of the Satellite Systems shows up in the Central System but i am intrested to capture the MTE element Oracle since we plan to monitor the tablespaces threhold .
    I am thinking of opening an SAP message but i am trying to see if i can get some info that can give me the result.
    Regards,
    Vinod Menon

  • SAP GUI issues - VA41 - additonal data B screen is not visible completly

    Hello everyone,
    Tthere was a problem reported by one of our sales users that in VA41/VA42 screen, there are different tables available, there is a tab "Additional data B" for one user only half of the tab is visible in the presentation server. The user is not able to scroll right/left and couldn't do any data entry on that screen.
    Any one has any clue why this issue is only for this user.
    The GUI version and patch : 7.10 with Patch level 3 ( File version : 7100.1.3.1029)
    When we ask the user to try logging with his id in another PC, the table is visible completely. Both the desktop' GUI version is all the same. No other user is having this issue except one user. Hence I think it is related to GUI issue.
    If anyone faced this issue before, please suggest a resolution/workaround
    Please don't suggest for higher level patch, other PC's with the same level patch is working fine.
    Rajan

    We had a similar issue with a different t-code. The user also had a problem with Outlook and the CRM system we use. We eventually decided thet athe user's profile information was corrupted.
    We deleted the user's windows profile on the particular PC and then created it again. This fixed the problem - probably not the best answer, but it worked.

  • OEM - Data Guard Menu is not visible

    Hello guys,
    at the moment i am trying to install and configure Oracle Dataguard in our test environment.
    Because of some easy managing of Data Guard i want to use the OEM Data Guard interface in the OEM. So i configured my local OEM on my test database and started it.
    I login with SYSDBA privileges to the local OEM on my test server, but i don't see any Data Guard menu.
    I go to Maintenance -> High Availability and the last point that i can see is "File System Backup and Restore" .. but the help of the OEM says:
    File System Backup and Restore -- Backup or restore the database file system.
    Data Guard -- Use Data Guard to protect critical data by automating the creation, management, and monitoring aspects of standby database environments. I don't see any Data Guard menu point in my OEM.
    The documentation of the Data Guard .. says the same:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14230/install.htm#BABFHFEI
    To use DGMGRL, the best practice is to install the Oracle Enterprise Edition or Personal Edition database software on each location you expect to include in broker configurations. You must install Oracle Enterprise Manager 10g Grid Control to use the Enterprise Manager Web-based user interface for Data Guard.
    The DGMGRL is available. Am i doing something wrong?
    UPDATE!!: The problem is solved.. i justed mixed up the ports between database and grid control :-\ .. it is working now
    Regards
    Stefan

    Hi Joshi,
    Check ur detailed navigation is open or closed
    goto cont adminportal content-- go to ur  default frame work page-- desktop innerpage-- open --- see detailed navigation iview is checked for visible or not
    hope this helps u
    Regards
    Krishna.

  • OLAP cube not visible in the list during universe creation

    Hi
    I am trying to create universe on a BI query which is build on a multiprovider. During universe creation step 4 i need to choose the OLAP cubes, but unfortunately i didn't see the multiproivder in the list. If i see that multiprovider i can expand the tree and can find my query in it. But i don't know why the multiprovider is not in the OLAP cubes?
    by the way mutliprovider is  Z multiprovider which i created, not a standard one.
    Do i need to change any settings for the multiprovider just like what we do for query (Allow external access)
    Thanks

    Yeah I did that, but during the universe creation first we need to choose the multiprovider and when we expand the multiprovider we can see all the queries in it. Here in my case i am not able to see the multiprovider in order to select query in the next step.
    I have checked the external access in the query advanced options also.
    Thanks

  • Error accessing selected data source: PAS Cube not available

    Hi all,
    we were running SSM 7.0 SP04 and updated to SP05. After that accessing to PAS cubes is not possible anymore. We have tried from de SSM administrator (set kpi option), and also from the user interface (scorecard tab).
    I have check the model connections (manage models) and test has been succesful.
    Any help on this matter will be appreciated.
    Thanks in advance.
    Regards,
    Alfonso

    Hello Alfonso,
    Have you checked the Set Scorecard Defaults option in the Admin interface? Is the PAS model still assigned to the context?
    If the Model Connection test was successful, the only other option would be that you are using PAS security and your user is not associated with any PAS user under the existing Application Server Connections for that Model.
    As of SP5 HF3, the application displays clear messages when encountering model connection problems. Perhaps upgrading to this HF or to SP6 it will be easier for you to troubleshoot this situation.
    By the way, the SP6 is already released for customer (See SAP Note 1308704).
    Hope this helps!
    Best regards,
    Ricardo Vieira

  • Employees data uploaded thru lsmw not visible in ppome

    hi experts,
    i have uploaded some HR master data thru lsmw using tcode pa40.
    i am getting all the data in master tables pa0000,pa0001,pa0002.
    for example
    100 is a person with position manager(e.g. 5000234).
    i am getting his details in all the tables .and in pa 30 also when i type pernr i am getting all the informations.
    buit when in go in ppome to see the details of position organisational structure .
    under manager and that position no his name is not assigned .
    what may be the problem ????
    it's very urgent .... i am in production stage. pl. hep immediately
    regards,
    mani

    Hi Mani,
    Sorry yaar i dont have enough knowledge to discuss/tell abt spro, anyway go through this hope u can .
    More or less, the SPRO transaction is just a collection of table maintenance programs. So in order to see the changes to the tables, the tables must have the "log changes" checkbox assigned to the table itself. Some programs in spro may provide there own "changes" functionality.
    Here is the help on "Log Data Changes".
    Log data changes
    The logging flag defines whether changes to the data records of a table should be logged. If logging is activated, every change (with UPDATE, DELETE) to an existing data record by a user or an application program is recorded in a log table in the database.
    Note: Activating logging slows down accesses that change the table. First of all, a record must be written in the log table for each change. Secondly, many users access this log table in parallel. This could cause lock situations even though the users are working with different application tables.
    Dependencies
    Logging only takes place if parameter rec/client in the system profile is set correctly. Setting the flag on its own does not cause the table changes to be logged.
    The existing logs can be displayed with Transaction Table history (SCU3).
    As the help has described, use transaction SCU3 to view the change logs regarding customizing tables.
    Thanks
    NAveen khan

  • Employee data uploaded thru lsmw not visible in ppome

    hi experts,
    i have uploaded some HR master data thru lsmw using tcode pa40.
    i am getting all the data in master tables pa0000,pa0001,pa0002.
    for example
    100 is a person with position manager(e.g. 5000234).
    i am getting his details in all the tables .and in pa 30 also when i type pernr i am getting all the informations.
    buit when in go in ppome to see the details of position organisational structure .
    under manager and that position no his name is not assigned .
    what may be the problem ????
    it's very urgent .... i am in production stage. pl. hep immediately
    regards,
    mani

    hello is there anyone to help me

  • Data Type Enhancement not visible in SPROXY

    Hi All,
    We are implementing SRM 7.0 with PI 7.1.
    We have a reuiquirement of adding custom fields in the standard message DespatchedDeliveryNotification_Out which is sent from SRM SUS. I have created the data type enhancement in the ESR in the namespace http://sap.com/xi/SRM/SupplierEnablement/Global
    for the data type DespatchedDeliveryNotification. But the Data Type Enhancement is not visible in transaction SPROXY in the SRM server.
    Is this the way to do it? Or there is some different method to be followed?
    Please advise.
    Regards,
    Karen Pereira

    Is this thread still valid? If not, please close the thread.
    If so, as no response has been submitted, please rephrase your question and/or provide further information to describe your requirement.
    Thanks
    Jason
    SDN SRM Moderator Team

  • Some of the Master Data Attributes DataSources not visible in RSA5

    Hi Experts,
    After installation of R/3 ECC 5, some of the master data attributes datasources are not visible in RSA5.
    Do i need to do any other settings to get them.
    Awaiting response....
    Thanks in advance.....
    Rafi

    Hi Prakash,
    Thanks for quick response. I have checked those tables. i found that i have same datasources as it is in RSA5.
    For example: i have 0SALE_DIST_TEXT in both RSA5 and ROOSOURCE, how i can have the attributes for the same.
    also i don't have attributes datasource for Customer Group1...5, Material Group1...5, sales office etc.,
    Anticipating your response,
    Thanks
    Rafi

  • How to make data in Essbase cube equal to data in DW when drilling through

    Is there standard ways in Oracle BI + Essbase to make data in Essbase cube and DW equal (corresponding)?
    For example when we are drilling down from cube to DW in this moment in DW may be loaded additional data (new data) which are not loaded in the cube yet.
    So we have situation where data in the cube not correspond to data in the DW.

    I think rebuilding the cube on a more frequent basis not solves the problem – there will be significant time between the moment when data loaded in DW and when data updated in the cube.
    I thought of creating 2 tables in DW (“new” and “old”) and 2 cubes (“new” and “old”).
    So the process of loading data will look like this:
    1. We have corresponding data in table “old” and cube “old”. User always works with “old” objects.
    2. Load data to table “new”.
    3. Load data to cube “new” from table “new”.
    4. Rename tables and cubes: “old” to “new”, “new” to “old”. Here users starting to work with updated cube and table.
    5. Add new changes go cube and table “new” (there will be old data).
    6. Go to step 2.
    But this way is too expensive (storage amount doubles).
    And maybe easier way can be found?...

Maybe you are looking for

  • Merging two or eliminating one Apple ID?

    I must have created two apple IDs. When I go to update Apps on iPad2 it asks for a password associated with a gmail account not used. My normal email apple I'd is associated with a me.com address. So I cannot update as any password I give for the gma

  • Desktop SMS and Windows Mail don't work properly together

    Hi thought I would post there here as been having some issues with my Windows Mail but my desktop computer doesn't suffer same issues and on a Vista forum where I posted my problem a couple of very helpful told me who to try solving the issues. One o

  • How to prevent attachments from appearing as ATT files for Windows folks?

    One of my clients is always bugging me that my emails are coming through with ATT files. I do usually have my company logo in an HTML email signature, but this has happened when sending him .DOCX attachments as well (if I send him more attachments he

  • Unable to download attached Word document

    I have two emails in my inbox with attached Word documents neither of which will download. I download documents all the time so am not doing anything wrong to get them to download. I have a Dell 1525 Inspiron running Vista. Mozilla is the browser ==

  • Aperture Vs. Lightroom Blacks setting

    One of the most useful settings that i can alter in adobe camera raw and in lightroom is "blacks". How can i do this in aperture???? I have played around with the levels section in aperture and moving the black point but nothing comes close to the "b