Data federator in  business objects

Hi,
What is the use of data federator in business objects.
Regards,
G

HI,
The only option in this case is to 1) use Business Objects' Data Federator to bring XYZ data and BW (new) data together, 2) creating a relational universe, and 3) creating Crystal / WEBI reports using the relational universe; see Picture 1.
>> You can also combine the data by using a MultiProvider in BW which is access the data in BW and the data in the legacy system and an additional alternative is to move all the data into BW.
After 20 years goes by, and we no longer need to report on data housed in XYZ anymore, the environment will be turned off.
1) When this happens, wouldn't we want to remove Data Federator and the relational universe from the scenario ?
>> That depends on the approach you took
Ingo

Similar Messages

  • Failed to retrieve the data source in Business Objects Explorer

    I have built a universe with Designer suits and separate measurements of paramentros and bound by, ran on Web Intelligence, but when I try to use the Business Objects Explorer is reported the following message:
    Failed to retrieve the data source details.
    The creation of the data source object tree failed
    What should I do?

    There are two OSS notes about this error ;
    1411433
    1363777
    Also you can take a look at this service pack
    http://ftp1.businessobjects.com/outgoing/CMS/crXIwin_en_sp3.pdf
    cheers
    Tansu
    Edited by: tansu aksu on Jan 25, 2011 5:03 PM

  • Changing the Data source in Business Objects XI

    Hi,
      Is it possible to change the data source(not universe) in runtime to generate business objects reports. I am using BOXI 3.1.
    Below is the code I am using to change the universe in runtime. I would like to change this so that i can change the data source instead of changing the universe. My intention is to generate report from multipple database using same universe. Right now I am using multipple universes connected to multiple datasources to achieve this. I am using Report Engine SDK(Java).
               if("Webi".equals(mDocKind))
                   // Added for multiple database support
                   DataProviders dataProvs = documentInstance.getDataProviders();
                try{
                    //To support multiple queries in BO reports
                 for(int count=0;count<dataProvs.getCount(); count++){
                   DataProvider dp=dataProvs.getItem(count);
                   DataSource ds= dp.getDataSource();
                   infoUniverseObjects = getUniverseObject(infoStore,NewUniverseName);
                   infoUniverseObject = (IInfoObject)infoUniverseObjects.get(0);
                   String newDsCuid = infoUniverseObject.getCUID();
                   dataProvs.changeDataSource(ds.getID(), "UnivCUID=" + newDsCuid, true);
                   if(dataProvs.mustFillChangeDataSourceMapping())
                        // Re-map data source to target Universe objects
                        ChangeDataSourceMapping mapping = dataProvs.getChangeDataSourceMapping();
                        ChangeDataSourceObjectMapping[] maps = mapping.getAllMappings();
                        dataProvs.setChangeDataSourceMapping();
                    }//for dataProvs.getCount()
                }catch(Exception e)
                      mLogger.info("BOReportObject","createReport","Inside multiple data providers loop"+e.getMessage());
    Thanks in advance
    Shameer
    Edited by: Shameertaj on May 20, 2009 3:08 AM

    Hi Shameer,
    I think this is only possible with the Universe Designer SDK (which is only available in COM).
    Please kindly refer to the API reference for the Universe Designer SDK for more details:
    http://help.sap.com/businessobject/product_guides/boexir31/en/bodessdk.chm
    Also, please note that changing the universe connection when viewing a document on-demand is not recommended because this could lead to possible issues.
    For example:
    Two users trying to view documents that uses the same universe at approximately the same time.
    But user A wants to use connection X and user B wants to use connection Y.
    This could lead to an error while openning the document or while refreshing/retrieving the the data.
    Hope this helps.
    Regards,
    Dan

  • Sap mdm  or  master data services from business objects ...

    hi
    i  knew sap is acquiring business objects , but BO is having a software package called master data services , whose functions are same as sap mdm which is already available for few customers , then how sap is planning on these two procucts. are these two products going to be mixed or only one will be there in market .   any body any idea ?
    or . master data services is going to be an addon to sap mdm ?
    akhil
    Edited by: akhil k on Jan 20, 2008 2:13 AM

    Hi Akhil,
    Please go through these link i think they may help:
    1. ttp://www50.sap.com/m1/global/bobj/le/packages/mdm.htm
    2. Enterprise master data management (MDM) should always be the objective of any ... This approach extends Approach 4 by exposing master data services in the ...
    http://www.b-eye-network.com/view/5051
    3.Solving the SOA Data Dilemma with Master Data Services
    http://www.b-eye-network.com/view/6034
    Akhil, from 3rd link it looks like that this MDS( master data services) is same as MDM just the thing to be noticed is MDS term is used with SOA and MDM is an independent tool to provide MDS.
    Rewards if found helpful.
    Regrds,
    Alok

  • SAPBI data accessing from Business objects and other OLAP tools

    Hi,
    We already have heavy usage of Business Object, Essbase and are planning to implement SAPBI 7.0
        a) We are planning to connect our existing Business
            Objects infrastructure onto the new SAPBI platform, Did
            You experience any issues such as performance,
            config issues, delays, web issues.. is there any
            document or link with steps involved in integrating
            Business objects and SAPBI
         b) Can Bex analyzer gives simliar functionalities that
            are in Essabse front- end (EXCEL), I know that the
            backend data managament is quite different, but my
            question is around user  interface, do you have any
            comparisons between these two tools.
         c) Is it possible to get data from SAPBI using external
            reporting tools (OLAP) such as Oracle Discoverer ...
    Regards,
    Raman

    if the export to XML file is successful, the file will not be deleted if you are creating it from Metadata Exchange.
    The file gets deleted in case you are using the create universe option and by default the file is created in %LINK_DIR%\log\MetadataExchange, you will also see ME_errorlog.txt and ME_outputlog.txt if there are any errors, do you see and erros in these files if you are creating the Universe directly from DS Designer ?
    to use Metadata Exchange do the following
    Open Data Services Desginer
    Click on tools Menu -> Metadata Exchange
    In the Metadata Exchange window
    Select Export Data Services metadata to a file
    Select DI CWM as metadata format
    enter location for xml file (C:\temp)
    Select the datastore you want to create Universe for
    Click OK
    Check for file named repo_export.xml in the C:\temp folder or the folder that you specified
    Open Universe Builder and Select
    Data Integrator bridge
    and use the xml file as input to create universe

  • What is Data services in Business Objects

    Hi Folks,
    Can I know What is Data services and
    Where we can consider usage or need for this tool.

    Hi,
    Data Services consists of Data Quality and Data Intergrator that'll help in gathering, clensing and loading data from multple data sources into a single datawarehouse. Reporting and analysis for BI purpose can then be done on the final datawarehouse.
    Please find Data Services product guides and documents at [http://help.sap.com/content/bobj/bobj/index.htm]
    Regards,
    Subhodeep

  • SAP to Data Services System (Business Objects)

    Hi,
    Currently there is an RFC connection between Data Services and R/3 which exchange three idocs. Each idoc has an volume of 30k per day.
    As we are trying to introduce PI as central broker, will it be recommended to bring PI into the scope thinking on the performance head.
    As this would be simple idoc to idoc conversion, let me know the things that will help to reduce the performance overhead.
    Also should i be using RFC adapter between PI and Data Services.
    Also since the licensing model is based on CPU, what effect will it bring with these three interfaces?
    Is there any other connectivity that we can try apart from simple RFC

    Hi,
    >>>Do you mean to say with dual stack, Idoc adapter is available both in ABAP as well JAVA.
    yes you can use any of the two
    but if you want to use ICO you can only use IDOC_AAE (java stack idoc adapter)
    >>>I thought idoc adapter would present in Java stack when you go for java stand alone installation only.
    no, with dual you also get it
    >>>>That would solve my volume issues. What is the best way to find the size of an idoc?
    send it via PI or easier and without PI - send it to an XML port (but this will give you the XML idoc size)
    Regards,
    Michal Krawczyk

  • How to get  meta data of business objects  in BOR

    i need to get all the meta data information of  business objects present in BOR.
    for example purchase order BUS2012
    1.  I need to get for example  the attributes information how to get it?
    2. if  business object contains further child business objects then how to get attributes of those child business objects  also? 
    I am writing ABAP code,  i want to retrieve all attributes with help of ABAP program .
    any ideas?

    Hi..
    You have to use SWC_GET_ELEMENT CONTAINER '( string name of your attribute)' your_attribute.
    All attributes are part of container issue.. SWC_GET_ELEMENT command can give you these values.
    Hope to help...

  • Code for Custom Business Object and Adding/Updating Data

    Hi,
    I would like to update/insert data thru Custom Business Object to sql Server.Pls let me know is it possible in MSA.If yes I would appreciate if you can share the code/Process in this forum.
    Thanks and Regds
    Harish

    Harish
    Depending on what data you update you need to do the following:
    If updating SAP tables or customer tables which are an extension of a SAP object like business partner, material, activity or similar:
    1. Create the extension of the data object via the easy enhancement workbench (EEWB). This will also create mapping functionality from MSA to CRM Server and extend the BDocs.
    2. Go to the BDoc modeler. Find the sBDoc for data exchange (type Write BDoc), that contains your object and check whether the new segment is there.
    3. In the Mobile Application Studio (MAS) you can now create a custom business object related to the standard sBDoc mentioned in 2 which is mapped to the new segment. This way the data exchange happens together with the main object
    4. Drag & drop the fields of the new BO to a new tile, and link that tile to the existing main object in the UI via the appropriate relation.
    If you would create a new business object / BDoc for a set of attributes belonging to a main object and not use an extension of the existing BDoc then the data would get its own flow and when replicating it would not come together with the main data. This can lead to data inconsistencies and in surplus effort administrating this data.
    If you have your own objects not related to a SAP object, you can do it the following way:
    1. Create your own table(s)
    2. Create a Write sBDoc on the table(s)
    3. Create BO's on each BDoc segment / table
    4. (as above)
    Hope this helps,
    Kai

  • Connect Business Objects to SAS Data Set?

    Has anyone ever been able to use a SAS data set as a data source for Business Objects?

    I've connected to a SAS datastore in Business Objects Data Services, and it's straightforward.
    What you need is to set SAS up as an ODBC server.
    This can be done in 2 ways:
    - Using the SAS/SHARE product on any server that is accessible from BOBJ. This is quite pricey, so maybe you should only consider this if you have a SAS/SHARE license already, or your project can pay for it.
    - Using an ordinary running SAS session on the same server.
    You also need to install an ODBC driver on your BOBJ server, in order to access your SAS ODBC server.
    You can read about SAS ODBC on SAS Institutes website. Start here:
    http://support.sas.com/documentation/cdl/en/odbcdref/63284/HTML/default/viewer.htm#p0pqrmjmkckqugn1099ywy9o8myj.htm

  • Business object architecture data model

    HI All,
    Can anyone give the architectural data model for business object ?
    i got few but my data base is sap BI and i need to design a document to show the data model
    so anybody having such document or any link for that so please share.
    thanks in advance.
    regards,
    DJ.

    Hi DJ,
    Best Practice says that if you have SAP BI in Back end and SAP BOBJ on front End then follow below mentioned path.
    Create your SAP Query on the top of your InfoCube or ODS etc
    Use calculated Key Figures and Restricted Key Figures in your Query.
    Use most of the objects under Free Characteristics area for better performance and results
    Create your Universe on the top of SAP Query. (we can create universe on the top of Cube and ODS but then we cannot use variable and performance also gets hit)
    You can also create further variable / Filters at Universe level instead of WebI to improve performance
    Create WebI report or Crystal Report etc (You can also create variables / Filters here).
    Page 38 of following link gives a diagram for better understanding.
    [http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_bip_admin_en.pdf]
    Bashir Awan

  • Integartion of Business objects explorer with ABAP ALV

    Hello all,
    We have a requirement to integrate one of our applications with business objects explorer. The complete details is as listed below:
    1. Our application basically collects feedback provided by users and then displays an ALV with all the feedback ratings received for a topic.
    2. It summarizes to the user the average rating received, number of 1star ratings , 2 star ratings etc.,
    3. Instead of showing this in the ALV format we have requirement where we want to upload this data into the Business Objects explorer so that the user has a more user-friendly and intutive display of the same data rather than in a ALV.
    Any inputs on how we can trigger business objects explorer from ABAP code and pass the data in the internal table used for ALV display to it would be very helpful.
    Warm Regards,
    Naveen M

    HI Naveen,
    there has been a demo of this by Enterprise Geeks during TechED 2009 and the code is posted on their website.
    the other option is to export the data to Excel and then use BusinessObjects Explorer in the cloud for example.
    ingo

  • Business Objects XI 4.0 Semantic Layer Questions

    Can someone tell me if the new Business Objects XI 4.0 Semantic Layer is an alternative to the use of Universes?
    I.E.  There will be no need for Crystal Reports 2011 Enterprise, and Xcelcius to use Universes at all to access SAP ERP data as well as SAP BI/BW data?
    Is the new direction of SAP not to use Universes to access ERP and BI/BW data at all?
    We are a new SAP NETWEAVER ERP installation with BI/BW and are debating on using
    1)Business Objects 3.2 with Universes
    2)Crystal Reports with custom SQL, Rapidmarts and Data Integrator
    3)Business Objects XI 4.0 with this new Semantic Layer and BI Consumer Services.
    Any suggestions,  pros and cons would be greatly appreaciated.
    We are looking to align ourselves with future SAP Business Objects architectures.
    Thanks in Advance,
    Randy
    Edited by: Randy on Feb 11, 2011 7:58 PM

    Hi Randy,
    Universe is an important part of the Semantic Layer, whether it is version 3.x or version 4.x of SAP BusinessObjects. In version 4.0 (officially known as BI 4.0), you will be using the new Information Design Tool to build universe. It is highly recommended for all of your presentation tools (i.e. WebI, Crystal, Xcelsius/Dashboard, etc) to go through the new Information Design Tool for data (including BW data).
    The BI 4.0 Virtual Launch is scheduled on Feb 23. I suggest you to sign up at http://virtualevents.sap.com/business-analytics/login.aspx.
    By the way, the SAP BusinessObjects does not have a version 3.2. The most current one is version 3.1. You might be confused with the FixPack which is now up to 3.4.
    Hope this helps.

  • Business Objects Resource Requirements

    I have a Business Objects Deployment questions. We are on SAP BI 7.0 & ECC6.0.
    We have a specific business need where users want to have a adhoc reporting tool where they can do OLAP reporting on data from BW, SAP ECC/R3 and their local Excel/database files.
    In order to cater that we are planning to use BO for our adhoc reporting needs and BO proposed their Web intelligence product for adhoc reporting.
    I need to verify the no of additional resources(for budgeting purposes) needed to maintain BO?
    BO told us that we don't need any as once the deployment is done and universes have been setup(for that we will hire a consulting company) we don't need any resources. We think they are over simplifying it. I want to know what are the daily maintenance/operation tasks, Enhancements, SAP Basis tasks required in BO. Will it possible for a single resources to handle BW & BO, giving 50% of his time to each or 75-25% respectively?
    I know the requirement is quite vague but your opinion or any additional info/links will be appreciated.

    Mark,
    Based on my data warehouse experience, Business Objects environment continues to evolve. So, you may want to consider one full time resource for long term. You can also have one of your full time resources trained by the consultants you bring in. Just my two cents.
    In medium to big deployments there are different Business Obejcts roles.
    Business Objects Architect --> Sizing, Strategy, licensing etc.
    Business Objects Administrator --> general admin, troubleshooting, security infrastructure and maintenance etc.
    Business Objects developer(s) --> universe design, report design etc.
    Since your deployment is not that big, I can see that initially one person can handle it. If you like, you can handle it all yourself. Of course it will be slow in the beginning, but keep in mind that data warehouse environments tend to grow and before you know you'll be occupied. After all it is about ad-hoc reporting and not canned reporting.
    I hope this helps.
    kashif
    Edited by: Kashif Saeed on Sep 29, 2008 10:16 PM

  • Business objects

    Hi,
    I have no idea about business objects.What are business objects and as a functional consultant what I can do with business objects meaning can I give some additional things with very little efforts to my client or may be some convinience in use of SAP using business objects ?
    WHat and where business objects can be useful ?
    Please suggest.
    Thanks in advance
    Regards,
    manOO

    Hi,
    <b>What are business objects and as a functional consultant what I can do with business objects?</b></b>
    http://help.sap.com/saphelp_46c/helpdata/en/59/ae4484488f11d189490000e829fbbd/frameset.htm
    <b>Business objects</b> are real world entities modeled as objects in an information system.
    Business objects encapsulate both data structures and the functions applied to the data, but hide their full complexity from other objects. This encapsulation of data and functions makes it easier to modify program components, because you can program with the relevant entities without having to know all the implementation details. You can also reuse existing functions.
    <b>WHat and where business objects can be useful ?</b>
    Client programs access business objects by reading their attributes, or by calling the methods that make up the object’s interface:
    Attributes
    Attributes describe the data stored in an object through a set of properties. They provide direct read access to the data structures of objects, but client programs cannot change them from outside.
    Methods
    Methods provide a way to encapsulate the data structures of business objects, and to process them. When accessing an object, the client program calls a method with parameters and gets back return parameters.
    Interface
    The interface is the set of methods associated with a business object, and determines how an object interacts with the outside world.
    The client program defines the object types to be used and, at runtime, creates object instances of those object types.
    SAP business objects are managed in R/3's Business Object Repository (BOR).
    Regards,
    Naveen.

Maybe you are looking for

  • Primary key index not working in a select  statment

    Hi , I'm doing a : select * from my_table where B = v1 and A = v2 ; where A and B are the primary key of the table, in that table the primary key index is there and the order of the primary key definition is A first and then B. While testing this sta

  • New 2.4 Macbook and Cisco VPN problems?

    Is anyone else using the new MacBook Pro's with Cisco VPN? I cannot get the software to work, I get an error 51 "unable to connect to VPN subsystem" at every launch. I've ininstalled and reinstalled the cisco software, I'm using the latest VPN 4.9. I

  • Trying to re-install iWork '08 on iMac 10.5.8, but told serial number is invalid.

    Trying to re-install iWork '08 on iMac 10.5.8, but told serial number is invalid.

  • GR for Sub contract material

    hi guys 1.Sub Con PO craeted 2.MB1B 541 goods transferd with ref to PO 3. J1if01 with ref to Mat doc 4. GR MIGO  ref to PO but am not getting any extra tabs for entering sub con challan 1.even i mentained settings or excise group create EI tab i sele

  • Midi is glitching out on me.

    For some reason my midi works one second and then doesn't the next across the entire system. I've gone into the utilities folder into the audio mdi setup and one moment the program will tell me midi is unavailable and then the next it'll work but my