0CUST_SALES HIERARCHY ISSUE

Hello,
I am with a retail client and they currently maintain customer hierrachy in ECC (KNVH table). We can extract this into 0CUST_SALES in BI using  0CUST_SALES_LKDH_HIER extractor.
When we load transaction data we assign sold to party to 0CUST_SALES (compounded with sales org, distribution channel & divison) and also to 0CUSTOMER infoobjects.
The users want to report independent of time (everything as on today). That means even if a customer changes from one node to another node, report the historical data also in the node the customer is as of today. Our stand is we cannot use 0CUST_SALES HIERARCHY because it has distribution channel, sales org & division compounded with it and we need a hierarchy on 0CUSTOMER.
Please let me know if we have an alternative approach.
Would be generous with points for the solution provider.
Regards,
Kumar

Any answers for this question? Anyways, using 0CUSTOMER Hierarchy seems to be the key. Comments appreciated !

Similar Messages

  • Error occurred while loading 0cust_sales hierarchy

    Hi,
    Could you please help me in resolving the below error occurred while loading hierarchy data to 0CUST_SALES hierarchy, please see the below screen shots:
    Regards,
    Anusha

    Hi Ramanjaneyulu,
    Please find the below screen shot of info package:
    I don't find any option to choose PSA.
    I have no where found an option to handle the duplicate records.
    And also as per my understanding, one of the possible ways to resolve this issue is to contact the person who has uploaded the hierarchy data into R/3 system. But, I am left with no clue to find out who is the user (last changed by) who has uploaded this. Please suggest me on this.
    Regards,
    Anusha

  • Bex Hierarchy issue on Webi report

    Hello Experts,
    We are facing issues on use of Bex hierarchy in webi report,
    Issue statement: We have webi report on bex query which have table and chart with input control on year and month to filter the report, table and chart uses hierarchy object to disply data. When we refresh report table and chart shows data with hierarchy on first level but once we check or uncheck any value from input control hierarchy in table and chart gets expanded and shows as flat structure. to get correct behaviour we have to collaps hierarchy.
    Above behaviour happens for all report level filter like, block filter, drill filter, input control.
    Please help me to know this is a bug or something wrong happened with development.
    Regards,
    Priyank Bhayani

    Hello Everyone,
    I have got SAP note which states this is expected behaviour hence closing the discussion.
    1702356 - Hierarchy Nodes expanded automatically to all levels after selecting value in the input control in a webi report.
    Regards,
    Priyank Bhayani

  • Hierarchy issue with Web Intelligence Report

    Hi All,
    We are facing an issue with OLAP Universe where we are using hierarchy for cost center in reports.
    BEx query shows correct data in RSRT with hierarchy nodes.
    We have built a Universe on top of this BEx Query.
    We are using couple of nodes of cost enter hierarchy in WebI report but if we keep more than one node in WebI query, data comes double (probably because of duplicate rows). Instead if I keep just one of the node in WebI query, WebI report returns correct data.
    Please suggest, why such behavior with OLAP universe and how to resolve this?
    Best Regards,
    Ashish

    Thanks for your suggestions.
    I am little confused on how to check SQL generated for OLAP WebI Query.
    But other reports on same universe behave same way and I'll give a try to another universe but I don't expect it to behave in different way. I saw a setting for relational Universes like restriction on duplicate rows but the same is not present in case of OLAP Universe.
    Do you know how WebI behaves with BEx hierarchies?
    There has to be some setting to make it work...
    Best Regards,
    Ashish

  • Parent Child Hierarchy Issue in OBIEE 11g

    Hi All,
    I am in OBIEE 11G v6. I have a sales fact table where the grain is one sale. So I have one row for every sale done.
    Now I have a ragged employee hierarchy like this with David at the root node.
    David >>Richard>>Sean
    David >>James
    Also, I have a role dimension which gives me what role each employee has performed on a sale. Only one employee can be associated with one sale. This is the way Roles have been asssigned
    David = Manager
    Richard = Off1
    Sean = Off2
    James = Off2
    Both Sean and James can have same Roles. Now I have created a parent child hierarchy for my employee dimension and the closure table. Defined the member key, ancestor key relationship in the parent child setting etc.
    Now in the report when I pull the parent child hierarchy and the sales_amount in the report, it comes out perfect with all the ragged hierarchy resolved. But the issue comes when I try to limit the report on Role = Off2. It gives me an error saying " The layout of this view combined with the data, selection , drills resulted in no data. Undo drill and view prompt values". Basically what i want is to be able to select any role type and then my hierarchy should be adjusted to show me that data. Like when I select Off2, I want to see David at the Top level and Sean and James under him because they are both Off 2 and David is their manager.
    Is that possbile? Also, am I getting this error because when I select Off2 though it gets Sean and James but since David is not Off2, I don't get the data?
    I hope I was able to explain the issue, any help on this would be greatly appreciated.
    Thanks
    Ronny

    So basically this means that if I build a parent child hierarchy on table A having the stucture like
    --David (Manager)
    -----James (Off1)
    --------Bill (Off2)
    and in my sales fact table for let's say today, I have only rows for Bill (Off2) because he is the only officer who did the sales today. Now when I will join my fact table to parent child hierarchy table A I will NOT get any data ? because there is no James who is the parent of Bill. So obiee need to have parent pulled off in the data (ANCESTOR) to be able to roll up the child.(IS_LEAF = 1)
    I testes this and if my data only contains only rows for Bill (or I limit on ROLE = Off2) then it won't show the hierarchy. The query which OBIEE fires is to look for either ANCESTOR_KEY = NULL OR (DISTANCE = 1 AND ANCESTOR KEY IN (Bill). Therefore it doesn't I am wondering then what is the use of builiding the parent child hierarchy when we need to pull in all the ancestors (like in this case James for bill and David for james) because in real scenarios there can be cases wherein we would want to filter the data based on other dimensions to which the parent child hierarchy joins ?

  • Parent Child Hierarchy Issue

    Guys,
    I have a parent-child hierarchy and users would select a randomn level from the prompt (Hierarchical column used in the prompt). So for the level selected I need to capture all the leaves and put a top n function on them.. Any ideas??
    Things that i have tried are using Selection steps with hierarchical columns.
    Step 1: Start with all Memebers
    New step: Step 2 is Selected Members based on hierarchy relation Ship (Keep only members of leaves of hierarchy)
    But the problem is I am not able to override the Step -2 with dashboard prompt. I was able to do only fior STEP -1
    So any ideas??
    If i can atleast capture all the leaves of selecte level from the prompt that would solve my problem to a large extent?/ Thought abt Hierarchical Navigation Functions but didnt succeed?? Any suggestions really appreciated
    Thanks..
    Prash
    Edited by: Prash11 on Aug 6, 2012 11:14 AM

    I have got lot of hierarchies which are atleast 20 levels deep. So its not really feasible for me to create multiple views for multiple levels.
    I tried to use hierarchical column functions and it works but not able to override the values from prompts in the selection steps. So still trying few things
    Step 1: Start with All members (over ride with prompt checked)
    Step 2: Select a level with in the hierarchy and Keep only leaves of the selected level
    Step 3: Apply Condition do a TOP 10 and keep only that result set.
    This works fine with out any issues from an ad-hoc stand point. Only problem there is no way for me to over ride the dashboard prompt value in Step - 2 as it expects me to select a value from the hierarchy. Any alternativeS?

  • BPC 10.0 - Hierarchy Issue

    Hi Experts,
    I am trying to load a hierarchy to BPC 10.0 and I am having issues.
    I am getting the error:
    "HIERARCHY DATA SOURCE:
    An exception with the type CX_SY_RANGE_OUT_OF_BOUNDS occurred, but was neither handled locally, nor declared in a RAISING clause Part - field access (offset = 4, length - 10) to a data object of the size 11 exceeds valid boundaries.
    model: CONSOLIDATION
    Package status: Error"
    We are going through an upgrade and this was one of my test cases to try. I have all the hierarchy information filled out on the set selection screen (no blanks).
    I also tried peeling back the number of levels, and the first 3 loaded successfully, it was the 4th and beyond that would cause this.
    In my conversion file I have the first four digits ignored from these values at the 4th + level but it is still considering it all over 10.
    One example is "CIGMC500000" so CIGM would be ignored but it is still not allowing it to load.
    The prior version we had with this never gave us this problem. Is there a way I can change the hierarchy allowance for the H1 length?

    Hi Ryan!
    Have you set a condition in your conversion file that the length only can be10 positions or lower?
    The example you gave is 11 positions long , even if you remove the 4 first positions the lenght from the BW side will come as 11. So what I think you have to do is to correct your conversion file sop it will allow length above 10 postions.
    Please if this dont help, share your conversionfile
    Br
    Patrick

  • Crystal reports hierarchy issue

    Hello Experts,
    I am working on crystal reports 2008 on top of BW queries, I have product hierearchy untill 5levels.
    But in crystal i cannot see all the detail attributes of hierarchy, meaning,  i cannot see product key and medium name for level3,level4 and level5.I have built universe using same bw query, i can see L02,L03,L04,L05 levels material key and material medium name.
    Please let me know if i am missing any patches from BW side.
    Thanks.

    Hello Ingo,
    Thanks for reply, my issue is in the crystal reports field explorer , i am unable to see all the attributes of the hierarchies, example for level 3,level 4,level5 i am unable to see all attributes like key and medium name.
    Thanks.

  • Hierarchy issue in Bex Query

    Dear Experts,
    One GL Account having in 2 sub nodes, For these two sub nodes for that GL account having the GL Vales in Transaction data.
    We have a GL Account as credit check box in one node and debit
    check box in another node in Financial Statement Version Hierarchy. In
    this case BIMaster data is showing that GL in Both the nodes but in Bex
    Report same GL falling under Not assigned Node. Through this issue the
    value is not appearing the Actual Node.
    BI Hierarchy master data:-
    EX: GL Account: 130001
    Bex output for that above GL:-
    Please suggest me how i need to get data with respect to GL nodes even contains one GL in 2 sub nodes.
    Thanks & Regards,
    Srinu.Rapolu

    Hi Experts,
    Please look in to above issue and give the reply....
    Thanks & Regards,
    Srinu.Rapolu

  • 0CS_GROUP Hierarchy Issue

    Hi Gurus,
    When I click the "AVAILABLE HIERARCHIES FROM OLTP" in the InfoPackage corresponding to 0CS_GROUP Hierarchy, I get a strange error stating "RFC error: No ledger assigned to consolidation group <Consolidation GroupName> for year 200".
    I have checked the following SAP Notes: 433114, 488868, 441378.
    Yet still I am having the same issue. Any light on this issue is greatly appreciated.
    Regards,
    GPK.

    Hi Pravin,
          Sorry that I am askingyou the same question after so many days. iam working on ECCS consoidation Reports currently.I am facing the same issue as yours.Currently, Wheni go to the datasource in R/, i could not find any data there. Could you please throw some light on how did you perform the Hierarchy data load into Bi from R/3.
    Regards,
    Samir.

  • Save Hierarchy Issue

    Hi Mates,
    We have an issue with the save hierarchy failing in the PC.The thing is we have a PC loading MD hierarchies and after loading data we have save hierarchy process type which saves hierachy.But interestingly after saving the hierachy it was failing by giving the error message like" no infoprovider exists".
    I dont understand why it happens?the load gone fine and save hierarchy was saved but still the save hier process type was failing with the error mess "No infoprovider found" and getting failed.
    Any thoughts on this.
    Thanks

    Hi,
    I am facing the same problem as you mentioned in your post. Could you please help me out if you find any solution for this!
    Thanks in advance.

  • 0COORDER Hierarchy issue

    Hi Experts,
    we are loading  Hierarchy data through process chain.The steps are like this.
    1.loading hierarchy A
    2..loading hierarchy B
    3.Save Hierarchy
    4.Attribute change run.
    we included the two hierarchy  info packages in save hierarchy .It is successful one day and failed another day.
    The error message is ,Hierarchy , loaded with request REQU_5AQ17BA18L5LKKEYF0QUOEYPB, cannot be activated
    The master data is owned by us only so there is no possibility of locked by other.
    Please help me how to resolve this issue.
    Thanks
    Venkat.

    I think you have kept the hierarchy in the state "note for activation".It seems to be the reason of your error.You can refer the following link :
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a6729e07211d2acb80000e829fbfe/frameset.htm
    The path in this link is :BI platform->OLAP->Special OLAP Functions and Services->Hierarchies->Loading Hierarchies->Refer the 8th point.

  • 0ACCOUNT Hierarchy issue

    Hi Guys,
    This is related to 0ACCOUNT Hierarchy. I am running P&L PCA report using this hierarchy. A new account group is added in R/3 system. But the same is not appearing in BW system. I checked in the Infopackage (BWP Systems) with the refresh button " available hierarchies from OLTP system" but this hierarchy is not appearing in the infopackage.
    It is also not appearing in the other hierarchies too where it is being used.
    Can someone tell me what should I do?

    if you are able to see the group in KDH3 then disregard my suggestion...sometimes what happens is it might be defined as a set but not as a group...tcode gs03 for sets...i thought that might be the reason why it wasnt showing up in the infopackage...
    the new group which was added...is this the top node ?? or is this added as a child node ?...i think in the infopackage you will only see the top nodes....
    this particular new hierarchy which was added might be part of a existing parent hierarchy...

  • RSA1 Source System Hierarchy Issue (SRCTYPE of RSBASIDOC)

    Dear Experts,
    Greetings to you all and thanks in advance for your valuable responses!
    I am stuck here with a BW issue again. The issue is:
    We have a DS connection, which earlier used to get displayed under DATASERVICES node, but I don't who/what changed what/how and now it gets displayed under External System. No matter what I do, it still stays there and due to this we are having issues in Data Extraction.
    This our DEV system and in QA we don't have this issue. I don't know what/where to compare.
    Earlier, I had the same display issue (but that was an R/3 system) which was solved by 1087980. Still I tried:
    Deleted the entry with  RSAP_BIW_DISCONNECT.
    Recreated the entry under Data Services node, but it still didn't work. It jumped back to External System.
    I have compared the tables and found that the SRCTYPE in RSBASIDOC is responsible for all this it should be 'X' instead of 'B'.
    Can we change this manually from SAP level? If yes, then how and if no, then is there any alternative?
    Thanks,
    Avishek

    Hi Avishek,
    Check whether the sapnote 1692642 - Data Services source system for 3.x DataSources
    is relevant to your system or not.
    If relevant , then apply it and  recreate the source system.
    With Regards
    Ashutosh Chaturvedi

  • Hierarchy issue

    Hello Experts,
    I have question regarding, my bex query has cost center hierarchy , when i see the hierarchy variable in bex analyzer, it shows up so many levels and also sublevels below those levels.In webi i can see some levels randomly, my webi is not capturing all levels and sublevels, just wondering is there thing i have to do in universe level.
    Thanks for the help.

    Hi,
    are you using a hierarchy node variable in the BEx query ?
    such variable transfers into a filter which then provides you a tree control with all levels.
    ingo

Maybe you are looking for

  • InDesign to process InCopy file

    Is there a way to script InDesign server to open(import) an InCopy document, manipulate it's contents and then export it as an InCopy file. Thank you.

  • Error Message: An Exception occured in the module:  ibstdc++.6dylib

    Hi, I am just trying to open a cracked VST effect plugin in Cubase, when I get this message: "An Exception occured in the module:libstdc++.6dylib". This effect plug-in is iLok protected, so you usually have to extent the expiry every 14 days with a i

  • HT4993 Cannot connect to home wifi

    I have the iphone 4S and I'm really getting tired of not being able to connect to my home wifi. My husband has the Samsung Galaxy S3 and has no problems whatsoever. I bought this phone for that specific reason amongst others but this is getting ridiu

  • Macbook Pro (Late 2008) versus OSX Mountain Lion

    Kuzuzangpo: I've been updating most OS updates on my Macbook Pro (Late 2008) via the App Store. The process has worked seamlessly so far. I love Apple. I wanted to ask if I should update to the Mountain Lion OS as well on my old Macbook? The App Stor

  • MF60 Pull list doesn't show

    Hi, I am using REM. There are planned orders for the assy. When I go to transaction MF60 for Material staging, there are no items shown for the planned order. Can any one help to resolve this issue. thanks and regards Muruegsan