Drilldown through category

Hi Guru:
We have a category hierarchy which looks perfect from BW side.
However, when we run the spend by category report, and then drilldown from one node, it gives the below error, seems it has problem to get the lower level nodes in the hierarchy.
I tried the BW query side, it works fine. I also looked at the SM21, ST22, no dump, no error in the system log, we did a BW trace
I did a trace when clicking on the node to drilldown at the ABAP side, nothing happened, seems this drilldown is purely at Java side.
Also, I tried the spend by supplier report, it could drilldown without problem.
Any suggestion on this?
Thanks a lot.
Best regards,
Eric
09/20/2011 11:00:54 AM:Event Error occured from server Failed
Details
java.lang.NullPointerException
                at com.sap.analytics.aui.bi.impl.NavigationDimension.nextlevel(NavigationDimension.java:561)
                at com.sap.analytics.aui.bi.impl.NavigationDimension.getConvertedDto(NavigationDimension.java:649)
                at com.sap.analytics.aui.bi.impl.BIDataServiceImpl.findChildMembers(BIDataServiceImpl.java:316)
                at com.sap.analytics.aui.bi.nw.NWBIDataService.findChildMembers(NWBIDataService.java:142)
                at com.sap.analytics.aui.bi.resource.ChildMembersResource.postJSONValue(ChildMembersResource.java:110)
                at com.sap.analytics.aui.core.RequestProcessor.processJSONRequest(RequestProcessor.java:145)
                at com.sap.analytics.aui.core.RequestProcessor.processJSONRequest(RequestProcessor.java:241)
                at com.sap.analytics.aui.core.FrontController.doPost(FrontController.java:200)
                at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
                at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
                at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
                at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
                at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
                at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
                at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
                at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
                at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
                at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
                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:104)
                at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)

Hi:
We checked the navigation dimension of the Category in the data source administration.
it is blank.
We checked the other navigation dimension definition, they have the definition there.
We tried to manually insert the category and product into the navigation, could not save, guess because it is delivered?
We then create a custom navigation dimension for hierarchy, and use it replace the delivered category dimension in reports, it works.
Any idea? How to correct the delivered category dimension?
Thanks.
Eric

Similar Messages

  • Export - folder hierarchy

    This has been mentioned around feature requests in reply's, but I thought it is better to make it a separate request. At least for me it is on top of my Lightroom wish list.
    What I mean can be supported in 3 ways.
    1. When exporting Collection set, subfolders could be created for each collection within collection set. (preferred)
    2. When exporting multiple photos, option to make (sub)folders according to dates photos taken.
    3. When exporting multiple photos, option to make (sub)folders according to keywords. Something like giving an option in export dialog with keywords from selected photos to select which ones to group in (sub)folders.
    Why I want this?
    One of my work flows is selecting photos for web galleries, and I have to select photos according to criteria and export each as separate batch for each sub folder I want to create. Most of my photos are sorted through category sets with multiple categories within the sets. Also all of the photos are rich with keywords, and I import new photos into folder structure of YYYY\MM\DD so it is quite organized (it has to be since I have over 60000 of photos).
    Don't think it is relevant but my system is: Win XP Pro SP3, Lightroom 2.1.512205, Raw 4.6, 4GB RAM, HDD >100GB free, NVIDIA GeForce 8800GT 512MB

    Amit,
    that's not possible via the UI, but you can go directly to the repository-location (mostely the filesystem).
    Regards
    Rainer

  • Implementing APO DP Module

    We are implementing Demand Planning where the Planning team will be entering the consesus forecast through <b>SDP94</b> Transaction.
    Currently its around <b>300</b> with a likelihood upto <b>500-600</b> within <b>1 year</b>.
    We are planning for about <b>1200 WDs</b>.
    We are doing the planning for around <b>1200 custome</b>rs and <b>800 SKUs</b>.
    We are currently having <b>1 Planning area</b> and 1<b> MPOS</b>.
    We have arround <b>250000 CVC's.</b>
    We are facing high response time issues where the planners are doing a drilldown through the lowest level of <b>WD-SKU</b> combination.
    Kindly let us know having multiple planning areas with multiple MPOS will improve on the response time.

    Hi,
    You can have one MPOS, one PLanning Area but different
    Planning Books.
    Also try to restrict the data in the SELECTION IDS.
    Create as many selection IDS as possible restricting the data to that particular user.As I believe one user will not have the necessity to access all of the data.
    Here are a few other suggestions which will increase the performance
    (1) Planning Area:
    Ø     Key Figures:
    If it is used for reporting purposes, move to BW
    If it is used to calculate dynamically, consider planning book key figure
    Limit the number of keyfigures in Live Cache as they have an effect on the performance.
    (2) Planning Books design: Most Important- This is one of the reasons, the system interactive performance becomes slow
    Reading Data from Live Cache:
    Say a Planning Book has 10 Key Figures and the data view has 5 Key Figures.
    Whenever we try to access the data view, it will try to read all the key figures from the Live Cache. This affects the performance heavily.
    Ø     It is always better to create as many planning books as possible without any issues.
    Ø     Hide Key Figures that are used for calculation
    Ø     Remove Unnecessary Horizons as there is a way of initializing the planning area for a single key figure
    (3) Macro design: Audit the macro definitions
    Ø     Only calculate the horizon which is necessary
    Ø     Row Attributes should have only one iteration
    Ø     Default Macros: Consolidation of steps
    (4) Batch Processing: Another important factor for poor system performance
    Ø     Create separate planning books for the batch jobs
    Ø     Combine macros which use similar key figures into a single job
    (5) Sizing of the LC server: Factors which affect the sizing are key figures, characteristic combinations, horizon. Generally it is recommended that the memory consumption should not be greater than 80% of the available server memory space.
    Hope this helps
    Regards
    Kumar Ayyagari
    Message was edited by:
            Kumar P Ayyagari

  • How ot make classifications mandatory in service order

    Hi,
    We are using classifications configured through category modeler in interaction center for service orders. How can we make classifications mandatory for the service orders. We are using SAP CRM 7.0.
    Thanks
    Dan

    Hi.
    The fields are on the service order details screen?
    If so, you may set each of the categorization fields as required using the UI configuration tool.
    Regards.

  • FIOS Router & Cable

    I'm on the FIOS 35/35 internet plan.   I have been using WIFI on my
    laptop but I am going to add a new desktop using a hardwire.  I need
    a 25' cable to do this so is CAT5E OK or should I use something else.
    Where do I find what Version my FIOS router is.
    Thanks
    Solved!
    Go to Solution.

    An ethernet cable from Category 5 through Category 6 is fine.  The router does not care what category the cable is as long as its an ethernet cable.   Without getting into any great detail most places will sell you a Cat 5E cable which will work for your application.
    Jim

  • Using CPM Variable within SEM BSC

    Hi,
    My client would like to have scorecard in Europe. he would like also drilldown through different structure :
    - Europe
       - Country (France, UK...)
         - Department (HR, Finance)...
    I thought It was possible to use CPM variable with Structure object and create only one scorecard (scorecard is the same for every structure). Unfortunately, I didn't success in using CPM variable.
    Is there a way to achieve this (creation of multiple scorecards...) ?
    Thanks in advance

    Hi,
    Thanks for your answer.
    I agree with you when you say that if you maintain values in CPM variable, it will point to either cointinent or country and not both. That's what we want.
    I need to know the best way to have a scorecard for Europe, one for France, one for UK....
    Do we have to create one scorecard by element or is it possible to use CPM variable to achieve this ?
    I didn't find a way, as we can do in Management cockpit, to change directly in the presentation the value of the variable CPM.
    Thanks in advance

  • My storage is mostly full of a category labeled "other." I'm out of memory to the extent that it won't even allow me to update apps. I have moved all photos over to my computer and my music streams through the cloud. Any advice on how to fix this problem?

    My storage is mostly full of a category labeled "other." I'm out of memory to the extent that it won't even allow me to update apps. I have moved all photos over to my computer and my music streams through the cloud. Any advice on how to fix this problem?

    http://discussions.apple.com/thread/3418045?tstart=60

  • HT1491 I purchased a music album on itunes and it's not listed in my purchased music category.  How can I get the music on my iphone?  I purchased the music through itunes app on my iphone 5.

    I purchased a music album on itunes and it's not listed in my purchased music category.  How can I get the music on my iphone?  I purchased the music through itunes app on my iphone 5.

    Hi Vgreen08,
    Welcome to the Support Communities!
    The following information should help you with this:
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBookstore purchase
    http://support.apple.com/kb/HT1933?viewlocale=en_US
    Cheers,
    Judy

  • Raise the PR through project with unknown item category "U"

    HI,
    In my business process, i have raised the PR's through the projects. at the time of material assignment we need to give the item category N or L  .But at the time of material assignment to the activity,whether third party sale or local sale is not decide .it's only  decide at the time of PO creation .is there any options or configuration process to assign the unknown item category at the material assignment the PROJECT?
    Regards
    Bhavani

    Item category available is either N or L. I don't think there is any U available.
    If you are referring account assignment in PR. for project it should Q, P or N. U is not for project.
    What is the purpose of assigning / planning materials in your project during the initial stage?, is it for cost planning? if it is only for cost planning then follow what Virendra has recommended.
    Please also read sap help on Material in Projects.

  • Payload attachement through Alert category definition ... is it Possible ?

    I have configered the alert category in XI through ALRTCATDEF and in RWB I created the XI Alert Configuration , I 'll be triggered when the mapping or errors in communication chennals.
    But my requirment... in the alert mail can we send the attachments of particular Payload?
    if it is not possible ... atleast I need to get the field values from the pay load and pass it to Alert Catergory

    Hii
    U R Rite.. Do Thru BPM U hv not to do much steps..
    Integration Process: Container operation and a Control step
    The specified item was not found.
    Without BPM this link ll help u
    Generating alert from the payload

  • ITem category  error while creating sales order through

    Hi,
    I am trying to create a sales order through Bapi  and in between im getting the below error.
    ' Item category TAM is not defined for non material items'.
    Can anybody pls provide the solution for this.
    Thanks

    speak to your SD functional person.  The Error is pretty self explanatory; SAP is telling you that the item category for that order item is not permitted by your SD configuration.

  • Material and item category error in inbound delivery through IDOC

    Hi,
    When processing inbound delivery through idoc from we19, iam getting 2 errors:
    1. Enter a material or an item category,
    2. No item category exists (Table T184L EL ZCBN V )
    can some please let me know how to solve this error.
    Thanks,
    Kashif

    Hi Kashif,
    You have to enter Material number in the sub-segment of E1EDP01 segment in WE19 transaction.
    Rgds,
    Kumar

  • Change Schedule Line category through user exit - Issue with transfer of requirements

    Dear All,
    There is a user exit in Sales Order program MV45AZZ - PREPARE_TO_SAVE . It is currently being used to implement code to change schedule line category based on the status of the sales order.
    When Blocked , category is set to ZP, and when Released then it is set to CP.
    Now, when we change ZP to CP manually through VA02, I am able to see the requirements transferred in tcode MD50.
    The problem is, when user changes status of sales order from blocked to released, the userexit changes categories from ZP to CP, but the requirements are not transferred ( cannot see it in MD50 ).
    I tried searching the SCN, tried googling it, its been a week now and I havent found any clear solution.
    So, far what I understood is Availability Check needs to be carried out again. But I am not clear how to trigger it again.
    Are there any indicators that need to be set or any internal tables to be updated or any FM to call or any other user exit to place the code in.

    ?? Any suggestion friends ?

  • When Subscribing to my Newsletter through my IWeb website, one is entered in EVERY Category; how can I change that!?

    When Subscribing to my Newsletter through my IWeb website, one is entered in EVERY Category; how can I change that!?  It's a convenient feature, to just pass out my biz card, and get newsletter subscribers.  But they don't seem to be able to choose categories; I always get notifications that they have been subscribed to every category (including ones that don't appear as options when they subscribe through the newsletter server).  HELP??

    How do they subscribe?
    Where is the newsletter?
    Where or what is the newsletter server?
    Where do they choose a category?
    Specify.
    Anyway, there is none in iWeb.

  • Deleting PO item category through configuration

    I am going to delete PO item category 'Subcontracting' through configuration since we don't want user to use that for NB type PO.
    1. Will it impact existing PO's with item category 'Subcontracting' ?
    2. Can I restore it through configuration after few months ?
    3. Will it have any other impact on system ?

    For your Questions
    1a. Yes, it will impact the existing PO, you should make sure all the PO are closed befor you delete the Item category
    2a. yo can't
    3a.yes you have GR issues and GI issues if PO is open.
    if you have any partner issues you may have issue at Invoice level also
    Bhima

Maybe you are looking for