Crystal Reports to Business Objects

Hi Gurus,
Please help me out with your valuable suggestions. Here is my scenario,
Very recently my client implemented Business Objects for their Corporate reporting in place of Crystal Enterprise.
There are about 400+ reports that to be converted in Business Objects. In the phase 1 we planned to convert the High priory reports of about 80 + reports.
Our game plan is to convert CR to Universes and then after using Universes >>>webi reports. Please suggest me whether we are going in the right path.
After analyzing the reports I found like we are using about 65-80 tables over all. Please suggest me, Can I create a single Universe and point the 70 reports to that single Universe or do I need to create a single universe for single crystal report.
Moreover, we are upgrading my back end too. But in future some of the tables, fields may exist or not. As the Back-end is also in the initial phases. So please suggest how to convert the CR to Universe with back-end modification.
As having discussion with client. User have no experience in creating any sort of reporting, All they need is exact the same report in Business Objects.
Please post me your valuable suggestion.

Hello,
Here a are few tips:
- How many different data sources are used?
A Business Objects universe can only point at one data source (there are some workarounds for this). Therefore it's quite important to know how many different data sources are involved.
- Complexity of reports
When developing complex reports in webi you'll find that you can't always meet the requirements by using standard webi functionality.
In that case you will have to move some of the more complex calculations to the universe. Therefore it's not uncommon for a very complex report to have one universe but in most case a universe will serve multiple webi reports.
- Ad-hoc reporting.
From reading your post I donu2019t think this is very relevant to you but I mention it anyway.
If users want to use the universe for ad-hoc reporting, always make sure that you give proper business descriptions to the dimension and measure objects.
Also, it's important that you don't try to stuff everything into one universe as this will confuse the business users. Try to divide the universes into the logical business areas i.e. finance, HR, Purchasing etc.
- Training / Involve the Business
Have you considered training a few web intelligence super users that can help converting some webi reports?
If you involve the Business users at an early stage of the project, the reaction to the change of reporting system will be a lot more positive.
- Make the reports more intuitive
Instead of simply re-developing all the reports in exactly the same way as they were developed in Crystal look for ways to enhance the usability.
Business Objects has many great features that could help with this i.e. input controls, data tracking, profiles, dynamic recipients etc).
Also, you will find a lot of duplication i.e. multiple version of the same report with different prompts. You should possibly try to consolidate those reports.
Best regards
Rim Geurts
EDIT: Like Fritz mentioned, you probably don't need to migrate all of the reports because you can simply migrate you Crytsal report to te new BO environment
Edited by: Rim Geurts on Aug 16, 2010 3:08 PM

Similar Messages

  • How to run crystal report in business objects xi 3.1 sp3 enterprise

    hi, i created crystal reports thru crystal reports 2008, i have the crystal reports locally on my machine. the source for the crystal report is stored procedure to get the data from database
    the main thing is i need to import these reports into business objects xi 3.1 and i need to run the report in business objects. the bo server is on solaris and the reports i have r in my local machine (i.e windows).
    i am using this way to import the report into bo server.
    In Crystal Reports: File>Save As>My Connections (Define your BO Server) and save the reports to your BO Server.
    but the main thing is i cannot run the crystal report in cmc. what am i doing wrong, do i need to set any database configuration in business objects ?

    Normally you should run your CR reports in the INfoView. You can start a report either by double clicking on it or by selecting View in the context menu. Still in order to fetch data you have to press the Refresh button in the CR viewer window (in the InfoView).
    In the CMC I assume that you are using the Run now option in the context menu. Please note that this will just schedule your report immediatelly. hen the report is scheduled a new instance is created hich is available in the History of the report. In order to see a report in the CMC select again View in the context menu and you can again fetch data by pressing the Refresh button.
    Regards,
    Stratos

  • Converting Crystal Report to Business Objects

    I am looking at a requirement to convert some Crystal Reprts to Business objects. Perhaps one who has done this can advise some of the issues here. What is straightforward and not, how to go about, how do you convet formulas,. etc

    Which Business Objects product are you looking to convert to? WEBi, DESKi, other?
    If so there are no conversion utilities, reports would have to be rewritten. If the Crystal Reports were based off of a Universe then the same Universe could be used but a new webi or deki report written from scratch.

  • Integrate Crystal Reports to Business Objects

    We are trying to introduce Crystal Reports into our current BOE environment and are trying to keep the 'custom password synchronization code' authentication method we have in place for Business Objects with Crystal.  If at all possible.  We have a custom connection and am not sure what the default connection between the two.  It could be LDAP or anything but how do we configure Crystal to integrate with Business Objects using our custom connection method?

    Log into CMC, browse to report object, open object, click on Process tab, click on database link, now edit to desired login info.

  • Crystal Report Server / Business objects XI R2 questions

    Hello all,
    If this isn't the place to post these questions please advise which forum is. Thank you in advance.
    We are running XI R2 SP5 of Crystal Report server (11.5.11.1470). I have some general questions...and are fairly new to this version.  Although I have been developing CR for many years.
    There is plenty of discussions here about "Universes" in BO, but for my deployment I don't think this applies. Correct?
    I have created list of values (LOV) using Business View Manager (11.5.11.1470) and would like to
    1. give the user an ability to select an "ALL" option in the report.
    2. If the LOV is large, it only returns a partial list.
    Now i have search these forums and other and found discussions regarding the above but none seemed to relate to my version.  Either I'm missing some component or just slow.
    Any advice / help would be greatly appreciated.
    Thank you.

    >
    Suresh Babu Aluri wrote:
    > Hi,
    >
    > You can create All prompt in lovs of reuired object as
    >
    > do the following steps for all prompt creation.
    >
    > 1. Go to Object to which the lovs are mapped. -> select object -> properties -> advanced (not sure) -> edit lovs -> then a query panel will display and it will have query like
    >
    > select distinct(..........) from ......................
    >
    > change the above query to
    >
    > select distinct(..........) from ......................
    > union
    > select 'all' from dual -> dual is temporary table in oracle (you define a temporary table w.r.to database)
    >
    > 2. In designer go to the object on which prompt is defined.
    > i.e.
    >
    > may be in selecor where clause you might defined prompt as
    >
    > .............. @prompt('Member Name')
    >
    > so change that to
    >
    > .................. .............. @prompt('..Member name')
    > or
    > 'all' in @prompt('Member name')
    >
    > 2. For your second requirement the max no lov values are changed in prm files. For that go to programs -> BO -> BO ii.5 or ur version -> dataaccess->win32_x86-> based on ur back end select required folder -> search in *.prm files to change the max no lovs.
    >
    > Cheers,
    > Suresh Aluri.
    Hi Suresh
    Thank you for the detailed response.  I tried your suggestions and neither works.
    LOV issue:
    Within the Business View manager, i right-click on the LOV object and click "Edit List of Values..." and i get a dialog box that only shows me Available fields, List of Value Fields used, description field, and Referenced objects. Along with buttons for Clear Instance & Refersh Status.
    I have read similar posts to what you suggested but never get to the same place as described.
    Please advise....
    as for _Max Number LOV _
    I have researched this as well and found the same suggestion you made. But the PRM file does not have that value, and the file contains all XML code
    Now what???
    Thanks
    Mike

  • How to use Java SDK to schedule a report in business objects

    hi guys i am having a scenario , were the Java SDK will be passing the parameters dynamically to the report in business objects . the Java SDK is kicked by the file based events. this Java SDK will be on the unix server and the business object is also on the unix server. I am having the crystal reports in boe which need to be triggered by the Java SDK . such that the report is scheduled to a particular location on the unix  for every week,when the java passes the parameters to the report in boe
    Edited by: americansalt on Nov 4, 2010 11:30 AM

    You can do this by using the BOE SDK. Here are some samples:
    http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/806fc83f-18ba-2b10-f2b9-cbb49963fc93
    Regards,
    Stratos

  • Crystal Reports and Business One Problems

    Hello all
    Some questions about Crystal Reports and Business One, I try run some Crystal reports developed in special but for some reason when I ussing Terminal Services this unplug, so, more strange its when the user are not administrators because when are adminstrators this problem is not present.
    Some tip its welcome.
    Thanks a lot

    Hi Ricardo,
    I checked the privileges point to point, even as he opened like to administration, but no response as to assign regular users, that is strange.
    >I didn't  undertstand these statement .What do you mean  by point to point .There is only one place you have to specify was user has access to the group you have defined .As described , it is done in number 4 .(Please refer to that )
    When we are talking about user -there is two user --One is superuser and regular user
    If you are super user , you have to give permission to other users to only crystal report and regular user  doesn't need access to Administration module <referring he opened like to administration> .
    BTW , Are you familiar with crystal report administration in SAP b1 ? You can find several thread poiting towards training material in the forum
    Hope this helps
    Bishal
    Edited by: Bishal Adhikari on Mar 2, 2009 2:43 PM

  • Naming standards for reports in Business Objects?

    Dear colleagues,
    I am about to start development of universes, queries and reports in Business Object for a client. Does anyone of you have any tips on naming standards for the reports? The source system that the dataware house is based on is a fund system. Often the name can be some letters and some numbers. Is there any logic behind this that I can follow?
    I will sign points!
    Kind regards
    Silje

    Hi Silje,
    Naming convetions should really tie in with your own processes. So it hard to say there is one for all.
    I generally create a report library. This is a simple list in Excel of the reports. It will contain the following
    Report Id: A number that is unique to each report, e.g. 1000
    Report Name: A short descriptive name, Monthly_Returns
    Report Location: The folder path to the report
    Report Description: A full descriptive name
    Report Contact: The person to contact about the report, developer or support person
    Report Owner: Business Owner of the report
    In WebI I would then call the report 1000_Monthly_Returns. I generally use the folder name to point to the area, so in the case of funds this report would be in the Funds folder.
    Hope this helps
    Alan

  • How to open Crystal Reports from Business Content Ext BW

    Hi friends,
    I have activated 0CR_FIAA_M20_Q0007 Crystal Reports from Business Content Ext BW and I have configurated BW_Publisher services in BW but I do´t see reports in /CRYSTAL/RPTADMIN.
    I check RFC connection and it´s ok
    Here I can´t get a role
    and here I don´t see reports
    Do I have to create special role with especial authorization?
    How do I save this Crystal reports in a Rol?
    How do I open this Report ?
    I check Ingo Blog BusinessObjects and SAP - Publishing of Crystal Reports Part 1 of 3 
    but I think, I don´t have some configuration.
    Regards

    Hi,
    I can open report from Role thru CR 2013.
    Here SAP  2.0 folder y Rol
    Here, settings in /CRYSTAL/RPTADMIN are:

  • Regarding Financial report in Business object

    Dear All,
    https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/bobj_download/main.htm
    We have download the zip file for Financial report from the above link. When we open this report in Crystal report we can not find the query written for that report. I want to edit that query can anybody tell me how to edit this query. Is there any other link or query to calculate Trial balance,P&L statement and Balance sheet plz send me.
    Thanks and Regards
    Harish Patil

    Harish,
    Sorry, but it seems that it is not the right place for your post. This forum is for SAP Business One SDK, not for Business Object product. You may post your question
    [https://www.sdn.sap.com/irj/scn/forums|https://www.sdn.sap.com/irj/scn/forums]
    =>Business Object
    Regards, Yatsea

  • J2EE - Reports using Business Objects.

    Hi Friends,
    We have a requirement to generate reports in our project using Business Objects v5.1.8.
    Some users/Actors will have assess the reports through Webi of business objects and other requirement is to do some selection criteria in web page and once you get the right details, we should be able to generate report directly from web page (Calling .rpt file of Business objects), J2EE application calling business object report. (similar to calling PDF file in browser).
    Did any body of you did similar thing and is it possible to do through business objects, I know we can do from crystal reports. Do we need any plug-in ?
    I would be grateful, If you have sample code and willing to share.
    Thank You
    srikanth

    oh no, you have that as a requirement! :) well, have fun!! (the guy beside me develops our crystal reports stuff all day).

  • Crystal report AS ole object into word

    I've been searching the web on using crystal reports as an OLE object inside a word document, but all results have been about using a word document inside a crystal report.
    I am trying to create a quarterly report document for a  business. This document is built using MS word. The document needs to include various tables, charts and the like, which they want to build in crystal reports so that they can be used either as part of the quarterly or as standalone reports.
    I would like to embed these reports into MS Word. Ideally, every three months the reports would be updated with new parameters, the word document would be opened, and the linked OLE reports would display the updated data tables and charts.
    I'm not sure if this is possible. I just attempted to embed a crystal report inside a word 2007 document, but the OLE object only showed up as an object containing the report filename, not the actual report.
    Can crystal act as an ole server for a word document to do what I want it to do, or will I need to programatically export the batch of crystal reports to images in order to have them show up in the word document?

    if you have business objects enterprise & live office, you can use Business Objects Live Office to embed the following from crystal reports into word or excel or powerpoint:
    1) charts
    2) cross tabs
    3) summaries
    4) fields
    to name a few.
    you can also use prompts in the word doc to allow you to change up the above on the fly.

  • Multi pass bursting of a Crystal report on business view with a bex query

    In BO CMC, we have a group with a list of user.
    The idea is to burst (via the multi pass bursting method) a Crystal report for this list of user with the constraint that this report should only contains data of the store linked to the user.
    Our data comes from a SAP BI cube.
    The link between a Store and a User comes from an other system.
    We have build a bex query and use it as a data source of a Crystal Data Foundation.
    In this Data Foundation we have an other table storing the user ID and the Store ID.
    These 2 tables are linked in this Data Foundation on the Store ID.
    Business element and Business View have also been created on top of this Data Foundation.
    We have impletemented a filter in this Data Foundation to filter out data on the user id. This user id will be filled when bursting the report for all requested users thanks to this function :.
    As a user is linked to one store, the data foundation will filter the data coming from the bex query and show only the data of the user's store.
    We have build a crystal report using the business view created above as data source. We have made some test on a small amount of data and it works, data are correctly filter out and the reports shows only the data from one store.
    But the problem is that we have a lot of stores (more than 600) and doing this way implies that the bex query will always return the data for all the stores as the filter will occurs in the data foundation and not on the bex query.
    We need to find a way to make the bex query returning only the data of the store linked to the user for which we burst the report.
    As we have more than 600 stores this was an idea to avoid managing more than 600 under BO groups or more than 600 different filters.
    This solution do not work when the bex query result set is too large.
    Does anyone has an idea on how to implement such "dynamic" filter in the bex query? The parameter is the user ID but the filter to be applied on the bex query is on the store ID.
    We are under BO XI release 2, Crystal XI Release 2 and we have installed the BO release 2 integration kit for SAP

    Hi,
    what about setting up the data level security in BW ?
    Ingo

  • Use a dynamic list of email addresses to email a report via Business Objects Server 11

    Post Author: wolfgang666
    CA Forum: General
    I use Business Objects Server version 11 to distribute reports via email but was asked if there was a way to only send the reports to those people listed in the report (which changes daily) instead of the entire distribution list. I can create a list of email addresses as a variable within the report but can't find any way to pass it to the Business Objects server "To:" field located in the destination screen. I would expect to see some option for sending to some value located in the report but alas no such option is evident. This seems like a feature the product should be capable of doing as it is so basic. Any other way to do this that anybody can think of? Any help is greatly appreciated. Thanks.
    Matt Frazier

    Hi Alan,
    The simplest thing would be to simply use the Import Wizard to create a BIAR file and then back up the required CR's and instances to the BIAR file. So for instance you would use the "Import Folders and Objects" option. So the source system would be the system you are decomissioning and the Destination would be the BIAR file. Once that is done you can use the BIAR file to import the report content into another system in the future.
    <<Text removed>>
    Kind regards,
    John
    Edited by: Matt on Oct 10, 2011 10:20 AM

  • Crystal report version 11 - object insert

    Post Author: Marvel
    CA Forum: Crystal Reports
    I have inserted a multipage word document, How can I view the entire word document? It seems I can only see the first page. It does not make sense to me that you can insert an object but only view the first page. I am doing something wrong? Is there a setting to view all pages? Any help would be appreciated. Thanks

    Post Author: pvierheilig
    CA Forum: Crystal Reports
    Marvel - some questions as much more information is needed:
    What section did you insert the document in to?
    Did you insert it as an OLE object or simply cut&paste the document text into a text object on the report?
    When you state you can't see the entire text/object, I assume this is in 'preview' mode.  Have you attempted to export the report to PDF?  What is/was the result?
    Has the text object been set as 'can grow' in the Format Editor?
    Chances are this is simply a quick fix and a little playing around, and quick research will resolve this.  Post back the answers for these questions and I'm sure we'll have a prompt solution for you.

Maybe you are looking for

  • F110 run-payment block

    Dear experts, Could any body tell me what is the use of "A-Blocked for payment" option in payment block in Edit payment proposal in F110. Once it is selected system will update block indicator in Document line item level? or will it skip in the curre

  • Error 1011 in shopping cart - HELP

    I selected The Postal Service "Give Up" album. iTunes will not let me purchase it, or remove it from the list. It will also not let me purchase anything else while it is on the list - and I can't remove it. When I try to purchase I get the message "Y

  • ICloud shared photo stream stopped working for one subscriber

    A shared photostream stopped working for one subscriber. Tried resending the invite several times but after the person clicks on the link, it says "stream no longer shared". Have tried alternate emails and no avail. Anyone else have this issue? I tri

  • JDBC driver 8.1.6.2.0 problems

    I've upgraded my JDBC client to use the latest 8.1.6 driver (8.1.6.2.0). I upgraded my client software to use this driver because the older versions would "leak" connection processes on the system. The website states this bug has been fixed, but this

  • Grace period after activating licensing server

    We currently have a windows 2008 server R2 installed in one of our servers. We are basically using that server for connecting via RDP and its currently in 120 day grace period ( terminal server licensing). This is getting expired in another two days.