" Steps to create a universe from R/3 "

Dear  Friends ,
                                Can any one let me know the steps to create a universe from R/3 .

Hi,
you must install Enchancement Pack 4 on your SAP ERP system in order to be able to build a universe based on an infoset query.
If you do not have EHP 4 (not sure if it is officially released yet) you can only use Crystal Reports to report directly on SAP R/3 tables.
You will need to SAP BusinessObjects Solution kit (a.k.a SAP integration Kit) to be able to access OLAP cubes from the SAP BW via universes.
R3 data cannot be accessed via Webi, only if you go directly againt the database hosting the R3 tables (there will be thousands of tables though I believe).
I would think Crystal Reports is passing a SQL statement to the SAP R3 database and a universe could be built to re-create that SQL statement. Such a universe would be really hard to build (I should know - I build Oracle E-Business Suite universes all day), but not impossible.

Similar Messages

  • Steps to create a Universe based on Bex query

    HI Gurus,
    I am (first time ofcourse) creating a Universe based on a Bex Query. I searched on SDN to find steps to craete a universe on top of Bex query and found a document written by tej Trivedi and found other threads also which explains all the steps.
    I understood from his document that in case of OLAP Universes the Structure pan would be empty. And I will not see joins etc..Is that true?
    How can I make sure that I will see data?
    Regards

    Hi,
    I believe this is a cross post from here Re: BEX Query Objects dont show in Universe  ?
    So i will put my answer again:
    Hi,
    If you can select your BEx query,  but the 'universe outline' in the webi query panel stays blank (i.e no available objects in the webi query panel)  then you don't have enough rights (authorizations) on the BW -side.
    to prove it, try using a sap_all profile in the universe connection .
    regards,
    H
    p.s. there is a large section on the required authorizations in the Admin guide.  Also a note covers it :  Note      1585948 - No objects are visible in the query panel when creating a report using Interactive Analysis or BI Launchpad

  • Steps to create Data loading from Flat File to Info Cube in BI

    Hi,
         I am very new BW, I need some one help. When I am trying to create info source i am any pop window stating to create Transaction data or master data.
         After creating Info source, I dont know how to assign this info source to source system (which i created).
          When select the context menu of info source I dont have option to assign the datasource.
          And one more thing is When I am creating the Info Cube. I cant understand how to create.
          Please some one help me how to map the fields to Source system.
    Regds
    Dave.

    Hi,
    For flat file upload, first you need to create the source system.
    Then you need to create the infosource based on the format of the flat file you are going to upload or vice versa depending on your requirements.
    Once your infosource is ready, right click on it and select assign datasource. Here you can assign your flat file datasource. Then create an infopackage and give the path from where the file is to be upload to BW (in the infopackage).
    Also look at the thread below for procedure on flat file upload :
    http://help.sap.com/saphelp_nw04s/helpdata/en/8e/dbe92341c84242be2c7d3917f1c197/frameset.htm
    Cheers,
    Kedar

  • What are the steps to create a webservice from java

    i followed the doc. of weblogic 10.3 but something is missing..i am using ubuntu
    1)
    i created a webservice ping.java which placed in myproject/HelloWorld directory
    package HelloWorld;
    import javax.jws.WebMethod;
    import javax.jws.WebService;
    import javax.jws.soap.SOAPBinding;
    import javax.xml.ws.BindingType;
    @WebService(name="SimplePortType", serviceName="SimpleService",
    targetNamespace="http://example.org")
    @SOAPBinding
    @BindingType
    public class ping {
    @WebMethod
    public String main(String p){
    System.out.println("sayHello:" + p);
    return "Here is the message: '" + p + "'";
    2) and created a build.xml and placed it in myproject folder
    <project default="all">
    <target name="all"
    depends="clean,build-service,deploy" />
    <target name="clean">
    <delete dir="output" />
    </target>
    <path id="*my.path*">
         <pathelement path="/home/suresh/bea/jdk160_05/lib/tools.jar"/>
    <pathelement path="/home/suresh/bea/wlserver_10.3/server/lib/weblogic.jar"/>
    </path>
    <taskdef name="jwsc"
    classname="weblogic.wsee.tools.anttasks.JwscTask" classpath="/home/suresh/bea/wlserver_10.3/server/lib/weblogic.jar" />
    <target name="build-service">
    <jwsc srcdir="HelloWorld" destdir="output/helloWorldEar">
    <jws file="ping.java" type="JAXWS"/>
    </jwsc>
    </target>
    <taskdef name="wldeploy" classname="weblogic.ant.taskdefs.management.WLDeploy" classpath="/home/suresh/bea/wlserver_10.3/server/lib/weblogic.jar"/>
    <target name="deploy">
    <wldeploy action="deploy"
    name="myproject"
    source="output/helloworldEar" user="weblogic"
    password="weblogic"
    adminurl="t3://${wls.hostname}:${wls.port}"
    targets="${wls.server.name}"/>
    </target>
    </project>
    3) after that how to start weblogic and how to set any needed env or domain properties.How to publish it to server?
    4) how to configure security
    can i use netbeans to do all the above things?
    Thanks
    Suresh

    what my.path indicates in the above wsdl?
    or which path i have to give there?

  • Steps to create Universe from Microsoft SQL oder Oracle Database

    Hi All,
    i am looking for a document which describe the steps to create an Universe base on Microsoft SQL oder oracle database.
    Thank you in advance
    Pat

    Hi,
    These links may be help for you:
    http://www.bidw.org/business-objects/universe-design/getting-started-with-universe-design/
    http://www.sap-businessobjects.info/universe-design.htm
    All the Best,
    Madhu...

  • Steps to create Universe without using Fact Table

    Dear All,
    i am confronting with a problem by creating an Universe.
    The problem is that we do no have any fact table.
    Could you please  explain the steps for creating an universe without fatc table?
    Thanks
    Pat

    The first thing to do is identify the tables in your schema that contain measures. These will be your base tables for contexts.
    Then identify all the tables that relate to each of your candidate fact tables.
    You may identify two related tables, both with facts in, which would give you a fan trap.
    Say you have a schema with only three tables and they are related as: T1 -< T2 -< T3
    T2 and T3 both have measure columns.
    What you would need to do is create an alias of T2 (AT2) and join it to T2.
    You would then have two contexts, T1-< T2 , T2-< T3 and T1-<T2, T2- AT2
    For objects from T2, derive the dimensions from T2 and the measures from AT2.
    Beyond that, it's fairly standard.
    If you have a data schema it is going to be much easier for you.

  • Error creating Universe from BW query

    Hi
    Creating the Universe connected to BW query (BI 7).   
    Connection is proper and universe designer is connected to BW system without any problem.   I have already used many queries to connect to universe and webi documents has been developed.   
    The only difference in this BW query is,  it is using hierarchy with 'derivation type'  in 'select hierarchy date'.
    BW query is working as expected in BEx designer.
    This is the error message when trying to create the universe from BW query -
    Error getting dimensions for cube <infoprovider name>/<query name>(catalog <infoprovider name>): Unknown error when executing MDX
    Product name : SAP BusinessObjects Enterprise XI 3.1 Client Tools SP3
    Please respond how this can be resolved.
    Thanks
    Sreedh

    Sreedh,
    I was wondering whether you could resolve this error?
    Would appreciate if you can convey the resolution.
    I am getting the same error - ( BOE XI 3.1 ).
    Thank you,
    PK

  • Steps to create outbound CREMAS IDOC from ERP

    Hi,
    Can you please share the steps to create outbound IDOC from ERP system?
    Business requirement is that whenever a new vendor is created in the ECC system, SAP should trigger an outbound vendor IDOC CREMAS from ERP system. Also whenever the vendor data is changed then the entire vendor details should be passed to outbound IDOC and not just the delta changes. Change pointer can be configured but to create idoc for full vendor records.
    I guess we can use CREMAS.
    Can anyone please share the steps to configure it in ERP?
    Regards,
    Sandeep

    1. Read the file using OPEN DATASET and read and fill up the segment info and fill the EDIDC header data
    and then call function
    CALL FUNCTION 'INBOUND_IDOC_PROCESS'
        TABLES
          IDOC_CONTROL       =  i_edidc
          IDOC_DATA          =  i_edid4.

  • Creating Universes from a SQL Server 2008 Database....Options?

    Needing to create a Universe from a SQL Server 2008 DB, I am of course finding it difficult at best to get the ball rolling. Support tells me the only option I have is to use Designer, and to not use the "Automated Detection" features because they are not for production environment use <citing business requirement differences as one issue, as was noted during a support call when I was having problems with our VM server literally locking up while the "Automatic Detection" features were trying to run>.
    So what that means is, from what I see, I am expected to manually add all of the SQL DB tables, and then have a Developer spend multiple hours adding appropriate Joins, Cardinalities, Keys, etc. And, whenever there are any DB changes, this has to be done all over again to the Universe to allow for syncronization with the DB.
    This really seems like a heavy load to bear just to be able to use SAP. Is anyone else having these same challenges? Are there other options I am just not seeing? Seems to me Builder needs a SQL bridge honestly.
    Appreciate any help I can get!!
    -Carl

    While it may seem disappointing, as long as you have the data schema and knowledge of the joins and cardinalities, then you've got a lot of the easy stuff sorted out.
    What you need to provide is a presentation layer that is more than just turning the tables and columns into classes and objects. There are often things that you need to create that don't exist in the database, such as objects for relative dates. These can be found in the thread that I created over on the BOB Board here:
    http://www.forumtopics.com/busobj/viewtopic.php?t=152613
    Make sure that all objects have a description
    Make sure that all dates and numbers have a format; there's nothing worse than creating a report and finding your year displayed as 2,011.00
    Use predefined filters - include prompts
    Other useful tips are available here:
    http://www.forumtopics.com/busobj/viewtopic.php?t=15227
    Do you have a set of reporting requirements?

  • How to connect to excel sheet and create a universe on top of that

    hi,
    can any tell me how to connect to excel sheet and create a universe on top of that.what connection should i keep.

    Hi Vishal,
    Here is how you can create a universe from an excel file:
    Here are the steps to follow:
    1. Launch Designer, select the Quick Design Wizard if not already open, and click "Begin".
    2. Type in a universe name then click "New".
    3. Select the Network layer "ODBC Drivers" and then click OK.
    4. In the ODBC Drivers window, select the "Login" tab and then type in a name for this connection.
    5. Select "Generic ODBC data source" from the drop-down list for database engine.
    6. Click the "ODBC Admin" button to define data source name.
    7. In the ODBC Data Source Administrator window, click Add.
    8. Select "Microsoft Excel Drivers" and click Finish.
    9. Enter a data source name.
    10. Click "Workbook", select the file you want to access, and click OK.
    11. Locate and select the data source name from the drop-down list.
    12. Click "Test" to make sure that the server is responding.
    You will be back at the Quick Design Wizard "Step 1 of 4". Click the "Next" button and follow through the rest of the steps in order to complete the universe.
    -Shreyash

  • A universe from SAP ECC 6.0 and SAP BW 7.3... Possible?

    Hello,
    We are looking to create one universe from two SAP data sources;
    1) SAP ECC 6.0 with EHP5 and
    2) SAP BW 7.3
    Can this be done?
    In UDT there is a SAP BW connection that can satisfy need for cubes but connection to ECC is a challenge.
    I think it's possible in in CR 2011 but exploring webi options.
    Any suggestion / work around ?.
    Thanks,

    Hi,
    With Feature Pack 03 (ramp up registration open now, and RU starts ~16 March), you will be able to use IDT driver to access ECC (R/3) data. and generate a universe.
    In the current, 4.0 SP02 Patch2.x codeline,  you cannot do the above.
    today, You can create a Multi Source-enabled Universe (UNX in IDT)  for relational BW-SQL access to underlying BW table schema  (by passing OLAP engine and all BEx semantic concepts.)
    But - if you have the XI 3.1 Data Federator product already -  then you can go from IDT, and use the DF XI3.1 as a datasource into a UNX universe.
    I have not tried combining BW-SQL and DF 3.1 connections into a MSU universe.
    Yes, using CR 2011, you can consume ECC.
    I'd recommend joining ramp up (go via your account team) and evaluating the new features asap.
    Regards,
    H

  • Universe from a query

    Hi all
    How to create a universe from a query, just as I do from a cube.
    Thanks

    Have a look at Ingo's blog..
    BusinessObjects and SAP Part 9 - Xcelsius with Crystal Reports and Live Office
    and make sure you check mark the "Allow External Access to this query" (Release for OLE DB fo OLAP) in the Query Designer
    Adil
    Edited by: Adil Ben Madid on Oct 21, 2008 3:23 PM

  • Steps of creating PI Sheet

    Hello Gurus,
    Can anybody give me a document of steps to create PI sheet from beginning until the end?? My email is [email protected] Reward points are available for those that help me. Thanks.

    Hello Yudha,
    PI means Physical inventory?
    In these case you can find information here:
    http://help.sap.com/saphelp_46c/helpdata/en/a5/632fea43a211d189410000e829fbbd/frameset.htm
    http://help.sap.com/saphelp_46c/helpdata/en/a5/632fea43a211d189410000e829fbbd/frameset.htm
    The process is different if you use WM. In this case you can check:
    http://help.sap.com/saphelp_46c/helpdata/en/c6/f8386f4afa11d182b90000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_46c/helpdata/en/c6/f8386f4afa11d182b90000e829fbfe/frameset.htm
    BR
    Csaba

  • HT4914 if you use iTunes match in order to create space and remove music from your hard drive, does that happen automatically when you subscribe and upload your music or is there another step to remove the music from your hard drive once you've uploaded t

    if you use iTunes match in order to create space and remove music from your hard drive, does that happen automatically when you subscribe and upload your music or is there another step to remove the music from your hard drive once you've uploaded to iTunes match?

    Welcome to the Apple Community.
    iTunes match won't automatically remove content from your computer, if you want to do that you will need to do it manually yourself.

  • Steps to create a catalog item requisitions from iProcurement

    Hi All,
    Can any one give me what are the steps that I have do create a catalog item requisitions from iProcurement.
    Please I need your help and suggestions.
    Thank you,
    Pramood

    Hi,
    Please follow below steps :
    1) Create a BPA using Core Purchasing form or through Buyer work Centre
    2) Enable/Authorise the BPA for Catalog Admin (not a mandatory step)
    3) Go to iProcurement Resp
    4) Go to Shop Tab .. Search with %
    5) Now the BPA should appear..you can now do shopping..follow normal iprocurement check-out Process
    In iProcurement, a Catalog item of a requisition is basically point to an agreement like BPA.
    / S.P DASH

Maybe you are looking for

  • Slow and insecure but feature-rich pacman wrapper in bash

    This project of mine started because I want to compile my packages in a way that lets me delete gnome apps. Here's the problem: I see that evince depends on gnome-keyring, gnome-keyring depends on gconf and alltray depends on gconf. This leads me to

  • Acrobat 9: Editing Bookmark Actions Globally

    Acrobat 9 Pro; MacBook Pro I'm working with Bookmarks, and I want to change the 'fit page' to 'fit width'. I'm aware that I am able to right click on a bookmark I have created to change the action properties for each individual bookmark, but is this

  • Welcome screen PSE9

    Hi Anybody know if it is possible to set some ind of "auto close" of the welcome screen. I have set PSE to launch the editor in the background, but as it is now, I have to close the welcome screen manually, and if possible I would like it to happen a

  • Need help with mail on my Mini

    I am really having a problem deleting mail off of my Mini I have gmail as my server. I  open mail app on my computer.  I also see the folders for gmail.  I open the folder thats says all mail.  I highlite several of them, go to mailbox, and select de

  • Help forgot apple ID

    Help forgot apple ID that is tied r [email protected], and forgot to "Password and Security." please send me or lose <Email Edited By Host>