Extract ECC hierarchies into BI

Hello SDN's
I want to extract 0CUSTOMER hierarchy from ECC into BI.
I want to know how to find the source table of the hierarchy in ECC where the relation ship between parent and child nodes are found?
Tech name of Data source is 0CUSTOMER_LKLS_HIER
Regards.
Faizeeb

Hi Krish,
I have already using infoPackage it gives me error
Node characteristic 0CLASS_NUM is not entered as hierarchy characteristic for 0CUSTOMER
my idea was to identify the source table of hierarchy,and identify the field in that table with parent child nodes relationship. and give the top node as Data element in the DataSource, then activate the DataSource and then replicate in BI.
Regards
Faizee B

Similar Messages

  • Import Hierarchies into Essbase Studio

    Hi all,
    I am running Essbase Studio 11.1.1.3.00.I have exported hierarchies into text files from an EAS database. I want to use the files to create the hierarchies in Studio. Is this possible and how can I do it?
    Thanks in advance.

    Sorry I slightly misunderstood. If you are talking about an export, then it will not give you what you need. You would have to get the hierarchies from your Essbase model. Options for doing that would be
    ODI,
    the outline extractor available at appliedOlap.com (there is also one from Star Analytics that I don't remember the name of)
    or from the API.
    Each of the dimension extracts would have to be in a format acceptable to Studio like Parent child. You would have to include all the properties of each member to get it to build properly. Then you could load your data (either from within studio or with just a load rule.

  • SAP BW hierarchies into Microstrategy

    Hi,
    I'm just wondering if there is a way of bringing BW/BI Hierarchies into Microstrategy reporting.
    We are planning to report in Microstrategy on top of a BW infocube with data. everything is OK except we can't bring SAP hierarchies into a Microstrategy report.
    I appreciate if someone could shed ideas on this.
    Hari Immadi
    http://immadi.com
    SEM BW Analyst

    Immadi,
    In SAP BI Hierarchies are stored externally and not within the infocube. However for many Data Warehousing systems - the hierarchy is stored within the infocube. I am not sure if Microstrategy supports external hierarchies...

  • How to extract jar files into  a folder in the local disk and then import?

    hai forum,
    will any one tell me how should i extract jar files into a location in my project folder and then how to import the class files for further usage?
    Thank you .

    I will be graeateful if u could explain this a bit.
    Do you want to say that i should craete instance of
    ZipEntry like this
    InputStream is =
    jarFile.getInputStream(entry);
    File inputFile = new
    File("C:\\myclasses.data");
    FileInputStream fis=
    new FileInputStream(inputFile);No! You need to write the entry using FileOutputStream copying all the bytes of the ZipEntry InputStream to the FileOutputStream.
    >
    What about adding into a directory?Do i have to
    create on dynamically?Yes! You can use File.mkdirs(). For example
                        File ofile = new File("your directory where you will place the zip entries" + zipEntry.getName());
                        ofile.getParentFile().mkdirs();

  • How to extract the data into Excel / PDF from SAP

    Hi,
    We have spool number of a report output.
    We want to extract the data into Excel / PDF from SAP directly...
    Plz guide...

    Hi ,
    Please check this [Thread|HOW TO DOWNLOAD SAP OUTPUT TO EXCEL FILE;. Hope your problem will be solved.
    You can check [this also.|http://wiki.sdn.sap.com/wiki/display/sandbox/ToConvertSpoolDataintoPDFandExcelFormatandSenditinto+Mail]
    Thanks,
    Abhijit

  • Data Extraction from hierarchies in BW info-object

    Dear All,
    I have a question here regarding master data extraction from hierarchies from BW info-object.
    we have a info-object called as Customer which is defined in the standalone BW system. under the hierarchies for the customer we have the Channel defined.
    Now I have created 2 info-objects in APO BW for Customer and Channel. channel is defined as an attribute of the customer.
    I am wondering to do I extract data from the Customer info-object in standalone BW to both these charactersitics in APO BW?
    Regards,
    Kedar Agarkar

    Hello Kedar,
    Please open this thread on the SDN Forum "DATA WAREHOUSING".
    I already talked with a BW colleague and he suggested to try there, it seems to be their issue.
    Thanks and regards,
    Michel Bohn
    SCM-APO forum moderator.
    Edited by: Michel Bohn on Mar 28, 2009 12:29 AM

  • Extracting Custom Hierarchies, with additional filters to restrict data.

    I am currently working on extracting custom hierarchies from SAP R/3.
    I read a article related to it at
    [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50cbb737-b36f-2c10-c78b-b63d116ce313?QuickLink=index&overridelayout=true]  authored by Nilesh Ramesh Ahir.
    My requirement is slightly different though. Since the extraction takes long time, I need to add few fields to selection screen in data source to restrict the data.
    P.S: I tried enhancing the extract structure ROHIEROS, but it cannot be enhanced.
    So please guide me on this.

    Hello Prakash,
    Please check the function module RSSH_HIERARCHY_TRANSFER and see if it helps.
    Regards,
    Praveen

  • Extract the report into excel file

    how to extract the report into excel file?
    which function module i have to use ?

    Hi Pavan,
    If you want to download the displayed list in the Excel file,then at the time when the list is displayed on the screen, you can go to System option on the menu bar,from there go to List and then Save.You will get a pop up which shows you all the formats of download available.Select the one you want to and mention the target path of the file on the Presentation server.
    Secondly,you can use the T-codes "CG3Y" to download the data from the Application Server to the Presentation Server and T-code "CG3Z" for vice-versa.
    Or else you can use any of the FMs to first download the ABAP list to the ASCII or the BIN format and then convert it to excel using the FM "SAP_CONVERT_TO_XLS_FORMAT" or "TEXT_CONVERT_XLS_TO_SAP
    I hope I have tried to answer your query.
    In case of any further queries,please let know.
    Regards,
    Puneet Jhari.

  • How to extract Material Classification into BW ?

    Hi All
    I want to create datasource to extract material classification into BW
    I made research into this forum
    Lot of post speak about Tcode CTBW but I didn't find a method to implement it
    Does somebody can help me with explanations on this Tcode or another method to create the datasource ?
    Thanks a lot in advance for your help
    Sebastien

    Hi Sebastian, 
    Check OSS note 306046 - https://service.sap.com/sap/support/notes/306046
    Regards,
    Sree

  • How to extract a shema into a diagram?

    I am currently responsible for the database that has been in production for a long time but there is very little document about it. (It's been developed and managed by different people who are no longer in the job). In order to understand the current schema with all relations, its constraints and dependencies, I want to extract the schema into a diagram which shows all the detailed above.
    Could anyone please give me an idea or suggestion on how to do this? Someone recommended me to use Visio with the option "Reverse Engineer" to do this work. Is it workable and reliable?
    I'd appreciate your help. Thank you in advance
    Eileen

    Hi Chandu,
    Thank you for your input.
    You said creating a time charactristic type of length 6, do you mean to say a chacteristic of type number with lenght 6 (same as in 0CALWEEK). The next doubt is if i creat atributes FROM and TO date then, do i need to write any routine to specify that the Week Number falls in between from and to date.
    As you said you have the same scenario, can you just provide me some more clear input on this.
    Your input is highly appriciated.
    Regards
    Shankar

  • Steps to load Hierarchies into BPC

    Hi All
    I am new to SAP BPC.I have the following doubts on BPC.
    1.Can anyone let me know how to load hierarchies into BPC. If you have any links which explain this procedure its appreciated you pass on it to me.
    2. Difference between Planning and Forecasting.
    Thanks and Appreciate your quick response.
    Thanks & Regards
    ark

    Hi Ark-
    There is an excellent paper on how to load master data (including hierarchies) into BPC located at:
    [https://wiki.sdn.sap.com/wiki/display/BPX/Enterprise%20Performance%20Management%20%28EPM%29%20How-to%20Guides|https://wiki.sdn.sap.com/wiki/display/BPX/Enterprise%20Performance%20Management%20%28EPM%29%20How-to%20Guides]
    The article is titled: "How Tou2026 Automate BPC 7.0, version for the NetWeaver Platform Master Data Loads from BW to BPC".
    Planning and Forecasting are business processes.  Planning implies a process that is invoked to predict future performance.  More typically businesses use the terms Budgeting and Forecasting to describe how far out in time a prediction is made.  Budgeting is a process that delivers at least a full future year of performance expectations.  Forecasting is very similar to Budgeting forward looking view; however forecasting is typically focused on the current year's performance.  Forecasting will typically combine some actual values with a projection of the balance of the current year's anticipated results.  Each customer may call these activities by their own internal naming conventions.
    Regards,
    Sheldon

  • Extract Tables/views into ECC 5.0 SAP system from Non-SAP system

    Hi,
    I am looking for some inputs on how to set up the following scenario of extracting data stored in tables/views in a non-sap external system into my SAP ECC 5.0 SAP database.
    Currently we are using a middleware between SAP and the external system to fetch data. I would like to get rid of the middleware and set up a scenario to call this non-sap external system and pull data stored in views into our SAP system directly. Is that possible in SAP version 5.0? If yes let me know the steps to be performed... do I need to set up XI ?

    maybe you can access sap data using some connector such as java or .net connector.

  • Selection for loading hierarchies into BW

    Hi friends,
    I have a hierarchy to be loaded into BW from R/3. I created an Infopackage and there is only one radiobutton for hierarchy. I refreshed the available hierarchy list but still, I get only one selection. I checked in RSA3 and there also, I have only one selection available. But, in R/3, I have many more hierarchies to be loaded. I have to get the remaining hierarchies in the available list. How can I get them into the available list? Any help in this regard will be appreciated.
    Thanks and Regards
    Subray Hegde.

    Only the top node of a hierarchy is displayed within an infopackage. 
    Is it possible that your several hierarchies are actually lower level nodes of a higher-level hierarchy?  For example, it is possible to have several cost element groups (hierarchies), which rollup to higher level nodes.  It is only the top nodes which are available for extracting into BW. 
    Using the cost element example (sorry, but I'm not well-versed in Funds Mgt), in R/3, access t-code KAH3 to display cost element groups.  After clicking the drop-down arrow, the system presents a dialog window which includes options of displaying "All nodes" and "Top nodes".  Within a hierarchy infopackage for 0COSTELMNT, you should see one hierarchy available for each top node displayed in R/3.
    Hope this helps.

  • How to programmatically extract VL10C results into a file?

    Hi Experts,
    I need to extract VL10C results programmatically into a file for a downstream non-SAP application to consume.
    What's the best way to do it in a ABAP program?
    Many thanks!
    -Lily

    if you have some enhancement points (ECC) or user exit before the data is thrown to show on screen, use Export to memory in the code of VL10C and write one custom program where you import that memory to a local structure.
    OR
    Schedule a background job of this program get the spool and download the spool to local file.
    There are lots of program in SCN / WIKI and lots of thread which would help more to do this...

  • Extracting Territory Hierarchy into BW

    All - I am hoping someone may be able to help out with this issue.
    Within the 0CRM_TR info object, the hierarchies are set up to be time-dependent.  This means that they are valid for a specific time.
    When we created our infopackage to load data, all hierarchies are set up to be valid for only 1 month. 
    First question:
    1.  Is there a way to load a hierarchy and have the validitiy period valid until 12/31/9999.
    Also, I attempted to create a generic hierarchy that has validity dates from now until 12/31/9999, the only problem with that is that I cannot figure out how to load it.  The hierarchy does not show up in the infopackage for 0CRM_TR.
    Second Question:
    2.  If we cannot load into a hierarchy that has a valid to date of 12/31/9999, how can we get queries to identify which hierarchy is the valid one.  Currently we created a restricted variable for Territory and its pointing to this month's valid hierarchy.  We do not want to have to update queries on a monthly basis.
    Any help would be appreciated.
    Luis

    Hello,
    I know this is a very late reply, but here is the solution
    a. Implement note 887201 on the CRM side. This would make the infopackage extract the hierarchy valid on a certain date ( infopack execution date) and set its validity to only one day.. Dont Panic!
    b. Make the Hierachy structure in BW time-dependent.( currently the hierachy is time dependent)
    This should solve your problem
    Venkata

Maybe you are looking for

  • Unable to print from HP Laserjet P1102 after upgrading to Mavericks

    Unable to print from HP Laserjet P1102 after upgrading to Mavericks.

  • WD-ABAP CHIP with BPM 7.30 - how to close the task?

    Hi all, after quite a while struggling (also due to the poor documentation) with CHIPS and Plugs and ... the first part works, I get the parameters from BPM into the WD-A. But I have not yet found a way to tell the iView that my work is done. The sta

  • Can anybody help a Newbie?

    I have Logic 6 and am trying to import some Quicktime movies. I down loaded some Real player movies of the net and tried to open them in Logic. result it did not work. Can anyone advise me of the best way to take some adverts (off the television, eit

  • Cant get my music off ipod

    i connected my ipod into my itunes and all my 500 songs are still on my ipod, but they have dissapered from my itunes library.the only music in my library are the recently purchased albums. please help!

  • Scenes, numbers, workflow ordering

    Hi. I just logged and captured my movie in fcp 5.1.4. When I captured, I named them all by scene number, hoping that after capturing everything that was shot out of order, I could click on name or scene, and the numbers would fall into place - 1,1a,