Regarding the Crystal Xcelsius Report

Hello Experts,
I am new to buisness Intelligence ...
I have task to create Celsiuse reports for SCM EWM.
I have the following doubt.....
so can you please let me know the procedure how to start?
Whether i have to extract data using extractor? if i extract data using extractor whenther it is available in
Xcelsius report?
Please provide me Crystal Xcelsius document for developing report.
Thanks and regards,
zubera

Hello,
Thanks for your help.
Please give the link for business object site.
Thanks and regards,
zubera

Similar Messages

  • Delivering the crystal formated reports to users who are not defined BO/SAP

    Hi,
    The requirement is to send the crystal formatted report to number of users who are not in BO/SAP System. Can we use the whole dynamic contact list for automated personalization and distribution to people not set up as a user in the system?
    Can we deliver a publication to the users who are not at all defined in the BO system or any SAP system
    its to the users who are all together different vendors who do not have any login.
    Please let me know if this is possible via publication if possible could any one provide me any doc which states the same
    Thanks in Advance,

    Moved to BOE Admin forum.
    I assume you are using a BOE Scheduling options to distribute your reports?
    Check the Scheduling Guide and formats for more info.
    And yes simply send them a DPF file and set up a Group in your e-mail Server, or individual if that works better. More work though.
    Don

  • Regarding the performance in report

    Hi Abap Gurus,
                              i am working on the report. my requirement is that after executing the report data gets extracting after 11 hours.the required data is comonf perfectly.  how to improve the performance. any tips to follow the performance in the report.  if possible post the code.
    Moderator Message: Please search the forum for available information.
    Edited by: kishan P on Oct 19, 2010 4:50 PM

    Hi,
    Please check below thread;
    Extract from ALV List
    Regards
    Jana

  • Regarding the simple ALV report

    Hi All,
    I created the simple code for disply of the alv report the code is provided below,but the output is showing only the column heading not the data in the grid, i won't came to know where the problem is please find the problem in the code.
    Regards
    Sai
    ********sample code**********
    type-pools : slis.
    data : b_display type slis_t_fieldcat_alv,
           w_display type slis_fieldcat_alv.
    data : begin of itab_display occurs 0,
            kunnr type kna1-kunnr,
            name1 type kna1-name1,
            end of itab_display.
    data : gd_repid like sy-repid.
          itab_display-name1 = 'ram'.
          itab_display-kunnr = '10000033242'.
          append itab_display.
          clear itab_display.
          itab_display-name1 = 'sai'.
          itab_display-kunnr = '10000033243'.
          append itab_display.
          clear itab_display.
       w_display-col_pos = 0.
       w_display-fieldname = 'name1'.
       w_display-seltext_m = 'name'.
       append w_display to b_display.
       clear w_display.
       w_display-col_pos = 1.
       w_display-fieldname = 'kunnr'.
       w_display-seltext_m = 'cus.no'.
       append w_display to b_display.
       clear w_display.
    gd_repid  = sy-repid.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
      I_CALLBACK_PROGRAM  = gd_repid
      IT_FIELDCAT       = b_display[]
      I_SAVE            = 'X'
      TABLES
        t_outtab       =  itab_display.

    Hi,
    Please use the following code.
    type-pools : slis.
    data : b_display type slis_t_fieldcat_alv,
    w_display type slis_fieldcat_alv.
    data : begin of itab_display occurs 0,
    kunnr type kna1-kunnr,
    name1 type kna1-name1,
    end of itab_display.
    data : gd_repid like sy-repid.
    itab_display-name1 = 'ram'.
    itab_display-kunnr = '10000033242'.
    append itab_display.
    clear itab_display.
    itab_display-name1 = 'sai'.
    itab_display-kunnr = '10000033243'.
    append itab_display.
    clear itab_display.
    w_display-col_pos = 0.
    w_display-fieldname = 'NAME1'.
    w_display-tabname = ITAB_DISPLAY.
    w_display-seltext_m = 'Name'.
    w_display-ddictxt   = 'M'.
    append w_display to B_DISPLAY.
    w_display-col_pos = 1.
    w_display-fieldname = 'KUNNR'.
    w_display-tabname = ITAB_DISPLAY.
    w_display-seltext_m = 'cus.no'.
    w_display-ddictxt   = 'M'.
    append w_display to B_DISPLAY.
    gd_repid = sy-repid.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
    I_CALLBACK_PROGRAM = gd_repid
    IT_FIELDCAT = b_display[]
    I_SAVE = 'X'
    TABLES
    t_outtab = itab_display[].
    Regards,
    Sankar.

  • How to set printersettings for the crystal report viewer in SAP BI dynamically

    Hello
    I have set the URL method for my crystal report and with parameter passing as shown below, it was displaying the crystal report viewer by connecting to the SAP BI 4.0 server with this method.
    http://cr:port/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?sDocName=CRLabelParam&sType=rpt&lsSnPrinted=0&lsSsTestProjectNr=1
    This URL will be called from Web application by different users, i would like to set the printer settings differently for different users for this crystal report viewer how shall i need to set the printer options?
    shall i need to set the printer settings programatically for each user. Please advise me how do i need to proceed.
    Thanks & Regards,
    Rajeswari.

    There are no BI / CR APIs that would do this for you. The way I see it, you'll have to have your own print button and populate it with the correct printer information for each user as they request the report. Of course, alternatively, use the viewer printer button and get the users to choose the correct printer.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Not able to see the crystal reports XI version in the IE 7 and IE 8

    Hi Team,
    I am using web based application developed in VB,ASP,SQL SERVER,Crystal Reports(XI). I am able to see the Crystal Reports in IE 6. But i am not able to see the reports in IE 7 and IE 8. While clicking on the reports button it is showing the  red X image top left cornor.
    I am using CrystalActiveX viewer11 version for viewing the reports.
    In IE 6,if the client using fiirst time for vieiwing the reports,it will ask the Activexviewer control prompt and says ok,it will display the reports.
    Thanks and Regards
    Eshwar

    Thanks your advise.But we are using following crystal reports (XI) version and we don't have CRXI with R1 and R2.
    CurrentVersion:11.0.0.895 ( CR Developer and Product Type:Full)
    Crystal Reportviewer11 configured in the IIS which is version (5.0). and configured the virtual folder to C:\Program Files\Common Files\Business Objects\3.0\crystalreportviewers11\.
    Our web application code also configured in the IIS at same level.
    When the user wants to see the reports through the application,it will ask the Plugin of Crystal Report Viewer and user will download this plugin and it will save in the IE plug ins.It will ask only first time viewing the reports for the next onwards it will not ask or prompt of the Activex control.
    So please suggest me, is there any upgrade version of this Crystal Reportviewer11 needs to be installed or any browser setting need to be configured for IE 7 and IE 8.
    waiting for your reply.
    Regards
    Eshwar

  • How to hide the preview section in the crystal report viewer activex cntrl.

    Dear All,
    I am using the Crystal report viewer ActiveX to display the Crystal report. When the report opens in the Crystal report viewer ActiveX control, a preview section comes at the left hand side of the panel. How can I hide the preview section from the Report viewer control.Is it possible to customize the the report viewer control.  Awaiting for your suggestions.
    Thank you.
    Regards,
    Rahaneef

    Just to get the terminology correct. I believe you are meaning the Group Tree(?).
    Vb Code:
    CrystalActiveXReportViewer1.DisplayGroupTree = False.
    Also, do consult the developer help file;
    C:\Program Files\Business Objects\Crystal Reports 11.5\Help\en\rdcsdk_com_dg_doc\doc\rdcsdk_com_dg.chm
    Ludek

  • Error while trying to run the Crystal Report ADD ON on SAP 8.8 Patch 12

    Hello Expert,
                        I have installed Crystal addon version 2.0.07 on SAP 8.8 P12.While trying to start the crystal addon I am getting the following error.
    "External connection to DB Failed.Please re-run the account setup with super user login."
    regards,
    pankajk

    Hi Gordon,
                    I am unable to see the crystal manager in the menu after the installation of SAP 8.8.Only at the Tool there is Preview for th external crystal report.How to visualize the cyrstal report manager in SAP 8.8.
    regards,
    pankajk

  • Password is lost when I save the Crystal Report

    We use Crystal Reports v. 11.5.3.417, and our users access the crystal Reports using InfoView (Web Portal)
    We store the username and password inside the different Repor so the end-users of these reports don't have to know our database passwords in order to run the reports. (Oracle DB)
    We have 2 problems with our Crystal Reports
    1) Every time I change and the Save a report, the Password is lost, and I have to remember to go into the "Manage Object" and Process->Database and enter it again. It's really annoying to have to remember this every time we change a report.. Is there an option somewhere to avoid this?
    2) The password and username are occationly failing. When the users (accessing Crystal Reports through the Web Portal / Infoview) get an error message "Incorrect logon parameters..." The funny thing (actually not that funny) is that if I try to open the report like 10-15 times, just by clicking on the Crystal Report in the Infoview, it usually starts to work again. Some times after 5 clickes, and other times after 10-15 clicks. Its just not logical. Also when it starts working in my web-browser, it also start to work on our users browser as well.
    Every week I have to tell a couple of users to try like 10-15 times, but its not that funny to say this to a user.

    Hi   Roy Ingar Hansen,
    If  you think not to provide the password for your End user then we can  do that go into the "Manage Object" and Process->Database  enter the password  and Enable the option in :
    When viewing report:
    Use same database logon as when report is run.
    For the first time you need to enter the logon credentials and enable the option and click on update.
    It wont prompt for the password and it will not show password to your user's.
    If you have problems with Original database logon , then try with Custom database logon and update the option.
    Try with this...
    Regards,
    Naveen.

  • Integrate the Crystal Reports 2008 SP1 with SAP R/3

    Hi Experts,
    I have a requirement to integrate  Crystal Reports with the SAP R/3 . I'm new with this kind of integration and need help because I need to create a report based on the R/3 data.
    I have read some posts from this forum especially on the integration kits - SAP forum but still don't have any idea on how to do it?
    I already installed the BusinessObjects Enterprise XI 3.1 and also Crystal Reports 2008 SP1. I also download the Integration Kits -SAP installer from the SAP Marketplace but when I tried to installed it, I get stuck because it need information for BW publisher.
    As for your information, we don't use any BW server because we only use R/3.
    Can anyone help me where to start on this integration?
    Thanks,
    -Syahida-

    Hi Stratos,
    You're right regarding the transport files. My basis team able to transport that file but when I try again to connect from Crystal Report to R/3, it come out with other error like " Connect to SAP gateway failed" and " partner 202.171.46.161 :3300 not reached"
    What I did were :
    a) Click on blank report
    b) Create New Connection
    c) SAP Tables, Cluster
    Did I do any wrong here because the error cameout after I did all the step above ? When I look out on the error, it seems like it need to use port 3300.  Is there any specific port required for the integration? This is because if the integration through SAPGui, it should used port 3200 and if go direct using SAPRouter, it will use port 3299.
    Really need your expertise here or any document that I can refer because the standard document for integration kit for SAP did not mention anything about the port.
    Thanks and Regards,
    -Syahida-

  • An error has occurred while attempting to load the Crystal Reports runtime in deployed applications

    My reports use to work but now i'm getting the following error on all reports in all the applications on my server
    An error has occurred while attempting to load the Crystal Reports runtime.
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required.  Please go to http://www.businessobjects.com/support for more information.

    Hi Willingtolearnja,
    This forum is for TFS, I'd like to know whether you use TFS and your question is related to TFS. It would be better to let us know more details about your scenario if it's related to TFS. If not, you might need to open a new thread in the proper tech forum
    that your project related for a better response.
    However, from the error message, you might use the wrong configuration for x86/x64 mode. Please change the configuartion and try again. Check the links below for more information:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/82e23647-7116-424b-b437-df0cb2be083d/an-error-has-occurred-while-attempting-to-load-the-crystal-reports-runtime?forum=vscrystalreports
    http://stackoverflow.com/questions/19286630/an-error-has-occured-while-attempting-to-load-the-crystal-reports-runtime
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Exception when there is "~" in the Crystal report applicaiton name

    Hi all,
    I am new in using the Crystal report and i faced the follwing problem:
    1. I am using Crystal report for eclipse version 1.0.8.v1541.
    2. The application name with which the Crystal reports are deployed on the engine contains "~" in the name.
    3. In the jsp I use the following code to request the report:
    ReportClientDocument reportClientDocument = new ReportClientDocument();
    reportClientDocument.open("CrystalReport_IssuesPerCategories.rpt", OpenReportOptions._openAsReadOnly);
    4. I get the following exception :
    com.businessobjects.reports.sdk.d: Report file /D:/usr/sap/LKG/J00/j2ee/cluster/apps/sap.com/test%7Efeedback_crystal_report_app_v2/servlet_jsp/sap.com%7Etest%7Efeedback_crystal_report_v2/root/CrystalReport_IssuesPerCategories.rpt not found
         at com.businessobjects.reports.sdk.c.a(Unknown Source)
         at com.businessobjects.reports.sdk.b.v.if(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.x.a(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.q.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.do(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.if(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ClientDocument.open(Unknown Source)
         at com.crystaldecisions.reports.sdk.ReportClientDocument.open(Unknown Source)
    (When I try to run the jsp from an application with a name without "~" in it everything works ok.)
    Is this a bug? Is there some work around? Or maybe it is a fixed in some newer version?
    (I am using NWDI + CBS as a build sustem and the ~ in the name is added automaticaly , so i cant skip it)
    Thanks in advance!
    Best regards, Svetlomira

    Typically the Shift charater sets are reserved characters for names, temp files etc.
    Don't use it.

  • Code39Wide-Regular Fonts in the crystal report cannot be embedded with PDF

    Hello ,
    Good Day!
    We are using Code39Wide-Regular Fonts in the crystal report for bar codes. While converting this report to the PDF format from Crystal viewer, we are getting the following error. It seems like this particular font cannot be embedded with PDF format.
    Error - Failed to Export the report
    Code39Wide-Regular- Font is not allowed to be embeded in document,
    File - F:\Apps\9.40\Crystal\sfc\jobprtx.rpt
    How can we solve this issue permanantly (Not a workaround )?
    Thanks & Regards,
    Philip P Oommen | Consona | 0091-80-40173801 |

    Hi Philip, Due to licensing issues CR cannot embed licensed fonts in a PDF file. Your only work around is to export the report to editable Word format and then open the file in Word 2007 and get the export to PDF plug-in available from Microsoft.
    This will not be fixed in this or upcoming version of CR.
    Thank you
    Don

  • The Crystal Report (CR) add-on  SAP 8.8

    Hello everyone,
    were can i finde the The Crystal Report (CR) add-on  2008  for SAP 8.8 or is this the same like the Add On for SAP 2007?
    Is there such a Add On for 8.8 ?
    Thanks and regards,
    Indira

    Hi Michael,
    Is it compulsary to load the loginifo through ini file ?I can not get inifile class even in 2005.I tried this code instead of inifile,
    Dim logOnInfo As CrystalDecisions.Shared.TableLogOnInfo
            Dim tbCurrent As CrystalDecisions.CrystalReports.Engine.Table
            For Each tbCurrent In rptDoc.Database.Tables
                logOnInfo = tbCurrent.LogOnInfo
                With logOnInfo.ConnectionInfo
                    .ServerName = "MMCPL-SAP"
                    .UserID = "sa"
                    .Password = "sa"
                    .DatabaseName = "MMCPL_0708"
                    .DatabaseName = "Training_Test"
                End With
                tbCurrent.ApplyLogOnInfo(logOnInfo)
            Next
    But it gave error as login failed.
    I have created a crystal report using xsd file.I am calling the rpt file using u r code on the print event.Is this the correct way to create report in SBO ?

  • Formula in the Crystal report 2008 R2

    Hi Experts,
    I want a formula in the Crystal report.
    Scenario is that i want the sum of INV4.taxsum where INV4.Relatetype = 1 .(means, i want only sum of taxsum of  lines having relatetype = 1 and not all ).
    how to write the formula for crystal report filed ?
    Thanks in advance,
    Regards,
    Dwarak

    Hi Dwarak,
    Go to the Field Explorer > Right-click Running Total Fields > New.
    Choose INV4.taxsum as the field to summarize and in the Evaluate section, choose 'Formula' and click on the formula button beside it. Use this code:
    INV4.Relatetype = 1
    Drag and drop the Running Total field on the Footer section.
    You can also do this using two formulas.
    First formula goes on the Details section with this code:
    whileprintingrecords;
    numbervar summ;
    if INV4.Relatetype = 1 then
         summ := summ + INV4.taxsum;
    And another one to display with this code. This goes in the footer:
    whileprintingrecords;
    numbervar summ;
    -Abhilash

Maybe you are looking for