How to create a hierarchy datasource in R/3

Hello,
We use the 0MATERIAL_LKLS_HIER hierarchy datasource to load material hierachy in BW.
I had to modify the function module that creates the data for 0MATERIAL_LKLS_HIER.
Now, i need to create a new datasource based on the new function module.
To do so, i created a generic datasource (with SBIW), a master data attributes datasource.
I tried to put the same parameters that in 0MATERIAL_LKLS_HIER, but i didn't find how to indicate that it's a hierarchy and some other parameters (as you can see in RSA2 for 0MATERIAL_LKLS_HIER in the "semantic attributes" area).
Also, i couldn't run the new datasource in RSA3 because it didn't show me the right selection fields.
Could you tell me if there is a specific transaction to create hierarchy datasources ?
Thank you.
MGH

Hi,
May help you:----
Re: hierchy creation in ECC and replicate to BI
http://help.sap.com/saphelp_nw04/helpdata/en/8e/dbe92341c84242be2c7d3917f1c197/content.htm
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/7034028c-ad1d-2a10-2c94-868e7707dfe2
Regards,
Suman
Edited by: Suman Chakravarthy on Aug 6, 2011 3:12 PM
Edited by: Jason Lax on Dec 28, 2011 2:28 PM (Updated URL to correct format)

Similar Messages

  • How to create a hierarchy datasource in BW

    Gurus-
    Here is my requirement.
    I am asked to create a DSO and equivalent datasource for profit center. How to create a datasource for profit center in BW?

    what does ur DSO has to do with the hierarchy? And subject line and the subject are misleading.
    these are some of the std PCA datasources:
    0PROFIT_CTR_0106_HIER       
    0PROFIT_CTR_ATTR                 
    0PROFIT_CTR_TEXT
    0EC_PCA_1                         Profit Center: Transaction Data on Accounts
    0EC_PCA_2                         Profit Center: Statistical key figures
    0EC_PCA_3                         Profit Center: Actual Line Items
    0EC_PCA_4                         Profit Center: Actual Line Items Periodic Transfer

  • How to create a hierarchy info source

    Please give a step by step procrdure of how to create a hierarchy info source

    Hi,
    Check this blog:
    Hierarchy Upload from Flat files
    Bye
    Dinesh

  • Creating Custom Hierarchy dataSource

    hi all,
    i want to Creating Custom Hierarchy dataSource from Ztable to extract data from r/3 side to bw.(not for attr and text)
    I know we have two approach :
    1) by creating a xls file.
    2) by making a Z function Module.
    Can anybody tell which one is better? and Why?
    Wat the steps to do if i m using second approach means via function Module
    Regards,
    San!

    hi,
    Hi,
    Pls check out the whitepaper below -
    https://www.sdn.sap.com/irj/sdn/nw-bi?rid=/library/uuid/50cbb737-b36f-2c10-c78b-b63d116ce313

  • How to create BP hierarchy in CRM 5.0

    Hi All,
    We are planning to create customer hierarchy in our SAP CRM 5.0 system. In other words, we want to have different departments within a company to be identified as a BP while the company itself is also a BP. How to implement this in CRM?
    Greatly appreciated,
    Leon

    Hi Leon,
    Creating  a BP group (customer) hierarchy in CRM system is very easy. Please refer to the following very good help document : http://help.sap.com/saphelp_crm50/helpdata/en/12/cfea3b31aac554e10000000a114084/frameset.htm
    But in CRM 5.0 every time you create a hierarchy node and saves it, then hierarchy automatically get disappears. You need to implement the following notes in your system to get rid of this problem : 958122, 960384 and 956066
    <b>Do not forget to reward if helps</b>
    Regards,
    Paul Kondaveeti

  • How to create a Hierarchy Node Variable to be used in Infopackages ?

    Hello,
    I use BW 3.5.
    I need to create a hierarchy node variable (filter) to be used further in Infopackages as OLAP Variable.
    How can I do ?
    Please give a step-by-step answer,
    Thank you very much,
    Thomas

    Hi Again,
    You can use ABAP program in the process chain.
    I guess there are some OS level commands in ABAP which will allow you to open, close, read , write and move files.
    Serach in ABAP help or on net.
    Bes regards,
    Sunmit.

  • How to create a hierarchy in Regional Structure and how to use it

    Hi,
    Please guide me how to create a Political Region Structure hierarchy and how to use it.
    Thanks and Regards

    Hi,
    Thanks for reply please.
    I request you to please copy paste all the possible information here. It will be a great help.
    I hope you understand why we can not provide our id on this forum.
    Please guide.
    Thanks and Regards
    Edited by: MP Vashishth on May 18, 2009 7:14 AM

  • How to creat an internal datasource

    Hi experts,
    I'm trying to creat a internal datasource to pick up data from the USR02 table to a n infocube (tcode rsds).
    Text error : "Creation of DataSources for SAP source system FBWCLNT010 is not permitted"
    Help : "You cannot directly create DataSources for replicating source systems in BI.
    The system terminates the process."
    Can you help me please ?
    Best Regards,
    Pierre.

    I GUESS THIS IS NOT THE RIGHT FORUM TO ASK THIS QUESTION.
    You can post your Questuion in BI/BW forum

  • How to create a generic datasource from function module?

    Dear experts,
    I have created a generic datasource from function module. For this extrator, I created a function module and a structure.
    I have now some difficulties to continue:
    In this function module, i get data from different transparent tables. Then i put these data into an internal table.
    I just don't know what is the relatioin between the structure i defined and this internal table.
    I should make "iTab structure AA" in the source code?
    Thanks

    Hi..
    check this
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/84bf4d68-0601-0010-13b5-b062adbb3e33
    Generic Extraction via Function Module
    /people/siegfried.szameitat/blog/2005/09/29/generic-extraction-via-function-module
    1. Create s structure with the fields that you need from the 4 tables . Activate.
    2. Goto SE 80 Select The Function Group , Copy , Select the Function module
    " RSAX_BIW_GET_DATA_SIMPLE " and Give a New name starting With
    Y or Z .
    3. SE37 ->Your Function module name -> Change , In table tab give your structure
    name by deleting the associated type given in " XXXX " .
    4. Now select source code and Do the coding . Give Data source name in Coding .
    In your case you have to take data from more that 1 table .
    5. Activate the Function Group .
    6. In RSO2 Create the Data source , Give the Function Module Name , And Save.
    7. RSA3 -> Give data source name and Check for the Records .
    Creation of custom datasource. (Using function module)
    .Create a function group .
    . Structure ZTXXXX
    Create function module (i.e. ZTESTXXX) .
    . Create the data source using transaction (RSO2).
    . If structure exists for the table parameter of your function module then ok else create a structure for the table parameter ‘        ’.
    Test the datasource in R/3 using transaction RSA3.
    Transfer the data source to BW –System and replicate it in the BW-System.
    Message was edited by:
            shiv

  • How to create a hierarchy Tree

    Oracle Forms 6i
    Hai All
    Could Any Tell me the steps to create a hierarchy tree in oracle forms
    My table is employee_master and fields are
    Empcode number ,
    Empname varchar,
    deptcode number,
    gradecode number and etc
    Here i need to create a tree with Deptcode in that every employees are seperated by grade code
    Thanks In Advance
    Srikkanth.M

    Dear,
    If you get any problem while creating tree, will help you step by step.....
    Thank you,

  • How to create an Hierarchy from 2 tables in Essbase

    Hi,
    Currently We have 5 dimension tables and one fact table in Star Schema Model.We have requirement to create an hierarchy which pulls from multiple tables
    For Eg:
    Table:1 P1 P2
    Table:2 Q1 Q2
    Expected Hierarchy :
    P1
    Q1
    While we try to implement it shows inconsistent results.Can some one let me know the alterante solution to fulfill this requirement.
    Thanks,
    SatyaB

    Your JOIN doesn't work?
    You'd have to post what the tables look like, what you're joining on, etc., etc. You aren't supplying enough information.
    I am (to put it kindly) a SQL hack. I have found that if I go to a company's dba with my childlike SQL and ask, "Can you improve this?" almost 100% of the time they take pity on me and improve my code to no end. I know that's not what a dba is really for, but they tend to like well formed SQL touching their databases. Failing that, is there someone at your firm that is good with SQL who can help? You're on an Essbase board, not a SQL board, so you are likely not going to get the help you need here.
    Regards,
    Cameron Lackpour

  • How to Create New Hierarchy and Group Codes

    Hi,
    I have a requirement for create New Hierarchy Code and Group Codes...
    Please let me know the procedure of it..
    Thanks...

    solved

  • How to create a MYSELF Datasource

    Hello,
    can any body help me creating a MYSELF Datasource from which i can create a InfoCube ..
    My requirement is
    I want to partition my InfoCube for which i want to transfer all my data that is in my present Cube to another dummy InfoCube. So that i can make partition to my InfoCube..
    Thanks
    Noor

    Hi Noor,
    The steps to copy the data from One cube to another cube which has the same structure is described in the below link:
    https://www.sdn.sap.com/sdn/collaboration.sdn?node=linkFnode6-1&contenttype=url&content=https://Re: Copying the structure of an Infocube
    Hope this helps.
    Bye
    Dinesh

  • How to create a JDBC datasource thru script/xml?

    Hello All,
    Is there any way to create a JDBC datasource using some script or xml file that
    can be deployed to WLS 7.x?
    This feature is required for our J2EE application installation program.
    rgds
    MS

    Hi
    See this thread for connecting SQL Server
    Re: what is the process to connect to database from webdynpro ?
    For Oracle
    try
    {DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@Oracle_server_ip:Oracle port:SID of the Database","user_name","password");
    Statement stmt = conn.createStatement();
    ResultSet rs = stmt.executeQuery("your query");
    }catch(Exception e){
    see this thread
    Webdynpro and Oracle
    Kind Regards
    Mukesh

  • How to create a Custom DataSource ?

    Hi to everybody,
    I'm a little confused about creating a custom DataSource that i need to create a player
    that shows as a video some jpeg images retrieved from an input stream.
    question 1:
    do i have to store all the images in the data source ? or i can just set the current image every time i rereceive a new image ?
    question 2:
    can i link my JpegInputStream to my custom data source in order to read the images ?
    thank you in advance
    ps please help me .. it's really important.
    Marco
    Message was edited by:
    lecoramarco
    Message was edited by:
    lecoramarco
    Message was edited by:
    lecoramarco

    hi
    u will have to create DS using FM.
    use the standard function module and edit the FM as per ur need.
    this post should help u....
    /people/siegfried.szameitat/blog/2005/09/29/generic-extraction-via-function-module
    cheers.

Maybe you are looking for

  • OSX 10.5.8 update - serious networking issue

    I have noticed a serious issue which has started happening AFTER I installed the OSX 10.5.8 update (from the combo file). I have a cable modem and 2 computers (a MacPro and a PC) connected via an Airport Extreme router. Over the last week my ethernet

  • UIComponent - Remove All BitmapData

    Hey, I'm using a cool flex component developed by Ely Greenfield called DisplayShelf. The compnent is used to display images in a fashion similar to the iTunes coverflow component - http://www.quietlyscheming.com/blog/components/tutorial-displayshelf

  • Migrate MP3 library to new drive/directory while keeping all iTunes data?

    I currently keep my 80 GB MP3 library on a portable E: Drive. I've always managed my own music folder ex: "E:\MP3\Rock and Alternative\Radiohead" etc. etc. However, I recently upgraded my system (C:) hard drive and now have room to actually keep all

  • Photoshop CS Help

    I just bought a new Macbook Pro, and transferred everything from my old powermac to this new computer using migration assistant. How whenever I open up Photoshop CS or CS2 it immediately quits and gives me an error screen. I reinstalled both programs

  • AEWFCADApproversServiceWS_5_2

    Hi everyone! I have a quick question: could i use the webservice AEWFCADApproversServiceWS_5_2 for getting the approver for Control Mitigation approve in AE? EX. In CC we set control mitigation's approver, when sending the request for approval, it is