EWA report getting blank report

Hi,
I have configured system in SOLMAN to gnerate EWA report, all the steps have been done succesfully.
but the report is blank when in checked, what could be the reason.
searched in SDN and check all the possiblities.
Please help.

Hello Saad,
Depends if it is really a blank EWA or just not generated due to missing trust center settings in word - for that you could check SAP Note 199123.
If ti is ABAP and the icon is a document ( not red, yellow, green, grey rated) then please review sap Notes 1496931 and 1415702, depending on what SP level you are on. If it is a Java system and is Grey rated it will also be blank, then you need to check SAP Note 1332428 for the T/S guide attached andcheck  Note 762696.
These are the most common reasons an EWA might be blank.
Also check the session in DSA and see if anything more comes to light.
However if this doesn't help resolve, please provide as many details as you can.
Regards,
Paul

Similar Messages

  • Get blank report in Crystal Report Viewer when exporting to PDF

    I have an application that creates reports in the CrystalReportViewer while at the same time exports a PDF of that report.  I am having a problem in which
    performing the export causes the report in the ReportViewer and the PDF report to be blank. They have the header and column labels but no data.  If I
    comment out the Me.Export(reportExportOptions) line at the end of the exportPDFReport method the report in the ReportViewer works fine, displaying
    data on the report. 
    I have other forms that perfrom this same type of function on different reports and work fine.  In fact they use the same exportPDFReport method.  This leads
    me to believe that a difference in the reports may be causing the problem.  But I can't figure out why.
    I am using .net 3.5 with Crystal Reports 2008 (CR2008) full edition in Visual Studio 2008.  Although the reports that work were probably created using
    VS 2005 and the VS 2005 edition of Crystal, and which have since been updated to CR2008.
    Has anyone else experienced this problem?  If so, how did you resolve it?
    Thanks for any help!
    Code is below
    Public Class frmAgedReceivables
      Inherits CustomWinControls.CustomForm
      Implements ICustomForm
    ... other properties and methods
    Public Sub CreateAgedPremiumsReport()
        Dim billingType As String = "Direct"
        Dim reportType As String = String.Empty
        Dim frmDateProcess As New frmEnterProcessMonth()
        frmDateProcess.pikMonthYear.Value = TurmsController.CodeEffectiveDate
        frmDateProcess.lblMessage.Text = "Enter Processing Date"
        If frmDateProcess.ShowDialog(Me) = Windows.Forms.DialogResult.Cancel Then
          Return
        End If
        Me.InForceStripStatusLabel1.Text = "Creating Report"
        Me.Refresh()
        Dim report As New AgedReceivablesReport()
        report.Load(report.ReportPathAndName)
        Me.Refresh()
        Dim reportParmsArrayList As ArrayList = New ArrayList()
        reportParmsArrayList.Add(report.ParameterFields.Item(0).Name)
        reportParmsArrayList.Add(frmDateProcess.pikMonthYear.Value)
        reportParmsArrayList.Add(report.ParameterFields.Item(1).Name)
        If AgencyBillRadioButton.Checked Then
          billingType = "Agency"
        End If
        reportParmsArrayList.Add(billingType)
        reportParmsArrayList.Add(report.ParameterFields.Item(2).Name)
        reportParmsArrayList.Add(TurmsController.CurrentUser.UserName.Value)
        reportParmsArrayList.Add(report.ParameterFields.Item(3).Name)
        If NAICCheckBox.Checked Then
          reportType = "NAIC"
        End If
        reportParmsArrayList.Add(reportType)
        Dim parms As String() = {frmDateProcess.pikMonthYear.Value, billingType, reportType}
        Me.InForceStripStatusLabel1.Text = "Loading Data"
        Me.Refresh()
        report.getData(parms)
        Dim reportParms() = reportParmsArrayList.ToArray
        report.loadParameters(reportParms)
        report.ExportFileName = Microsoft.VisualBasic.Format(frmDateProcess.pikMonthYear.Value, "yyyyMM") + report.GetType.Name
        report.ExportFormat = CrystalDecisions.Shared.ExportFormatType.PortableDocFormat
        report.exportPDFReport()
        Me.CrystalReportViewer1.ReportSource = report
      End Sub
    End Class  
    Public MustInherit Class TurmsReport
      Inherits CrystalDecisions.CrystalReports.Engine.ReportDocument
    Implements _ITurmsReport
    ... other properties and methods
        Public Sub exportPDFReport() Implements _ITurmsReport.exportPDFReport
          Dim reportExportOptions As New ExportOptions
          Dim reportDiskFileDestinationOptions As New DiskFileDestinationOptions
          Dim reportFormatTypeOptions As New PdfRtfWordFormatOptions
          reportDiskFileDestinationOptions.DiskFileName = getExportPathAndName(ExportType.PDF)
          If Me.UsePageRange _
          AndAlso Me.FirstPageNumber > 0 _
          AndAlso Me.LastPageNumber > 0 Then
            reportFormatTypeOptions.UsePageRange = True
            reportFormatTypeOptions.FirstPageNumber = Me.FirstPageNumber
            reportFormatTypeOptions.LastPageNumber = Me.LastPageNumber
          End If
          With reportExportOptions
            .ExportDestinationType = CrystalDecisions.Shared.ExportDestinationType.DiskFile
            .ExportFormatType = ExportFormatType.PortableDocFormat
            .ExportDestinationOptions = reportDiskFileDestinationOptions
            .ExportFormatOptions = reportFormatTypeOptions
          End With
          If Not System.IO.Directory.Exists(Me.ExportFilePath) Then
            System.IO.Directory.CreateDirectory(Me.ExportFilePath)
          End If
          Me.Export(reportExportOptions)
      End Sub
    End Class 

    Pretty much. 
    Seems I had at one time hard coded a record selection statement that I forgot to remove which caused the report to be blank.  That solved my problem, but there still seems to be an issue in that the Crystal Report Viewer performed differently when I tried to export to PDF (no records displayed) then when I didn't (records displayed).
    Chip

  • Getting Blank Report if using XSL sub-template in RTF file

    Hi,
    We have requirement that for printing page-break and header-footer info we need to call xsl template in exisiting RTF template
    Verified that if we include call to xsl template then blank report is generating through jdev
    but if we remove call to include xsl template then report is generating successfully
    Please help on this issue

    Put this as the first line in rtf
    The 'import' element children must precede all other element children of an 'stylesheet' element.

  • XML Report Publisher - Blank Report Request Parameter

    Hi
    I have a custom template and custom data definition in Purchasing application. I ran PO Output For Communication and it generated the PDF. Now I want to do Bursting.
    So, I assigned XML Report Publisher and XML Bursting (both out-of-box programs) to Purchasing responsibility. But when I try to run them, I don't see any values in Request ID LOV.
    Please suggest what am I missing in there.
    Thanks,
    NewBie

    user11061081 wrote:
    Hi
    I have a custom template and custom data definition in Purchasing application. I ran PO Output For Communication and it generated the PDF. Now I want to do Bursting.
    So, I assigned XML Report Publisher and XML Bursting (both out-of-box programs) to Purchasing responsibility. But when I try to run them, I don't see any values in Request ID LOV.
    Please suggest what am I missing in there.
    Thanks,
    NewBiePlease confirm that you have added those concurrent programs to the correct Request Group which is attached to the same responsibility.
    From (System Administrator responsibility > Security > Responsibility > Define) query the responsibility name and get the Request Group. Then from (System Administrator responsibility > Security > Responsibility > Request), query the Request Group and add those concurrent programs.
    Thanks,
    Hussein

  • RME Hardware Inventory Report gets Error: Report Could Not be Found

    LMS 3.2
    RME 4.3.0
    When running Inventory Hardware report I select all devices and it shows the correct number of devices selected
    However, the report is missing all routers, and I get the error message Report could not be found.

    Can someone tell me how to open this as a SUPPORT CASE that someone will actually help solve? 
    Sorry to say but I don't find these forums of much use.

  • Crystal Report Produces Blank Report

    I am modifying the Maintenance Management Work Order Print App Engine program, WM_WM10001_R, to single thread work orders and submitting the Crystal Report, WM10001, via PeopleCode.
    I update the delivered process defintion to use my state record to pass the processing parms.
    Then I have a Do Select SQL to select the Work Order numbers.
    I am inserting the Work Order data via SQLEXEC, commit the work, build the process request and submit, then wait until the report is done before processing the next work order.
    My report is empty. I can run the report outside of PeopleSoft and the report runs fine.
    Out of 9 Crystal processes submitted, 6 are empty, 3 failed with the error "Not enough bind values: 3 is/are required but 0 was/were supplied. "
    We are on Crystal Reports 2008, PeopleTools 8.50.07, FSCM 9.1 running on Windows with an Oracle 11g R2 database.

    Hardcoded run control parameters on process definition using sql action. Apparently, Crystal can't read values from App Engine state record.

  • WWI report - getting generated report fields values

    Anyone know which function module decomposes the fields values of a WWI report in preparation for printing. These values are stored in an internal table and  used by  print FM CVEA_RSDOS_CREATE_BY_EHS

    Form L_VARIANTS_PRINT or L_REPORTS_PRINT in FG C1G2

  • System Center 2012 Cfg Mgr SP1 CU3 - Some Reports show blank box with no results (perhaps where a graphic would be)

    Just migrated from SCCM 2007 to SCCM 2012 SP1 CU3.  All seems to be working fairly well but when I run certain reports (especially in the EndPoint Protection) I get blank reports with a box where possibly a graphic should be shown.  No error given.  An
    example would be the report named "Antimalware overall status and history".  It just shows several boxes with perhaps a small picture icon in the top left of the box.    This occurs on several different reports.  But I do
    have results with other reports.  Any ideas?
    I am on sql server 2012 (64 bit) on windows 2012 std.

    Check these links Pls
    http://social.technet.microsoft.com/Forums/en-US/4479e73e-8a19-4c7e-9418-b36770656b9b/sccm-2012-reporting-point-server-instance-blank?forum=configmanagergeneral
    http://www.windows-noob.com/forums/index.php?/topic/5791-sccm-2012-rtm-reports-give-no-results-for-hdd-space/
    Thanks, Prabha G

  • Instead of showing 0 in report its getting blank space

    Hi Sap Gurus.
    I am running the query in rsrt, in my report i am getting instead of 0 values it is showing Blank space. But in my source data there is value is 0. But when i execute the query its getting blank space. How to over come this problem.
    could u please let me know.
    Best Regards,
    venkat.

    Hi,
    Check out this.. it might solve your issue.
    in Query Properties
    Tab: value display >> Zero value Display >> Select "zero as Default Text"  under Display Zeros
    And Tab:  Rows/Columns >> Supress Zeros Option  >> "Do not Supress"  is selected.
    Thanks
    Jitu
    Edited by: Jitenderkumar Danduvia on Feb 23, 2010 12:45 PM

  • Sales Analysis Report - Monthly report shows blank output

    Hi,
    When i run the Sales Analysis Report - Customer (Annual) report for a data set it shows the correct data - large number of invoices
    However, there is no output available (blank output) when i use the the Monthly version of the same report using the same parameters. Even when i am taking the widest possible range of data sets ( large date range; no properties; All customers) i am not getting any output.  I am using Individual display.
    Please help out.
    Regards.
    Edited by: Manish Chaturvedi on Jul 14, 2009 11:56 AM

    hello
    In sales analysis report have u given posting date for a particular month if not give and select client /customer in group and run the report u will get exactly if not then u do have any postings for a particular month and definr due date that means posting period also
    regards
    jenny

  • PAYABLES NOT GETTING THE REPORT OUTPUT IN PDF AFTER APPLYING RUP5 R12

    Hi All,
    RDBMS:10.2.0.3.0
    Oracle Apps :12.0.4
    OS:AIX 5.3
    Problem Description:
    We are presently facing an issue in Payables not getting the report output in PDF esp for the reports "Invoice Register", Invoice Hold Report and also other reports. We were able to generate the reports till our last test performed on last Thursday. This instance was cloned over the last weekend and probably the new upgrade to RUP5 R12,would have impacted it.
    Concurrent Programs submitted are completed normal but on clicking "view output" results in Blank PDF output.
    The error message what was shown is as below:
    "Adobe Reader could not open 'AcrC.tmp' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded)".
    Where could we locate ther above 'AcrC.tmp' of Adobe Reader..
    could anyone please share such an experience encountered for resolution..
    Would appreciate an early response..
    Thanks for your time!
    Regards,

    I suggest you speak to your DBA/sysadmin. This is not likely to be a reports problem.
    Check that you can see the output from apps through the viewer (the report may not hav output anything)
    Check whether you can print anything on that printer from apps.
    May also be worth checking to see if you can print to another printer from this report.

  • BI and ECC Reconciliation report giving blank value instead of ZERO

    Hi,
      We have a report for reconciliation where in if the ECC and BI balance  matches, it will show Zero (0) in the final field. My question is *for some of them it is showing Zero(0) and for few rows it is givng blank values* even after ECC and BI balance matching...Why is it giving blank instead of showing 0 (ZERO)  ....is there any setting  we need to make??
    point to be noted is only few rows are getting blank and few rows it is showing '0'
    pls suggest...
    Thanks

    Without additional details of the rows that have blanks vs zeros, here is a guess...
    The rows with blank final value have no records in ECC or BI. You can probably define the formula in such a way that it always gives zero for all rows.

  • Report is Blank after Click on Save button

    Hi All,
    I am having a Real Time Infocube, which is been used by Monthly and Yearly report separately using different Aggregation Levels.
    During Monthly report testing, I made changes in Yearly Report (common for monthly as well) and clicked on SAVE button.
    As a result, a new request generated into the Cube, whereas my old request (yellow one) was still there and was containing only 700 records.
    Step1:
    Now,  after that when I activated aggregation level. The output of the report was blank.
    Same thing happened with monthly report also.
    Step2:
    So, I deleted that new request from Cube after changing its behaviour from Planned mode --> Load mode.
    Now, when I tried to get it back. It was asking me to green the existing request (old request).
    Step3:
    when the cube was containing only old yellow request (before changing the behaviour) monthly report was showing me correct data. But, Yearly report was blank.
    So, I manually green the request and changed the behaviour to Planned mode.
    Whereas, Now (after changing behavior to Planned mode) both reports are blank.
    Please help!!
    Best Regards,
    Jatin

    Hi,
    first you the correct settings in transaction RSDIPROP for your InfoCube:
    On tab 'Roll Up' you should set the flag Set Quality Status to OK Automatically.
    Second delete the cache for the planbuffer query; the name of the plan buffer queries are as follows
    - if your aggregation level is defined on InfoCube CUBE the name is CUBE/!!1CUBE
    - if your aggregation level is defined on MultiProvider IPROV the name is IPROV/!!1IPROV
    - if you are using a query on a MultiProvider containing aggregatiion levels delete also the cache of the query.
    Now check the values of your query again.
    Note 1136163 contains the recommended cache settings in RSRT.
    Regards,
    Gregor

  • Get Crystal Report XI R2 to work on 64 bit OS (win 2K3) web ActiveX viewer

    Can anyone help me with the issue below, I have been working on this issue for long time and have intensively researched the internet and tried out few solutions but non worked for me.
    <p>
    <b>Overview:</b><br>
    I am working on an application that was build with a classic ASP and VB6 COMs. The COMs load rpt file, this would be the report template, then it loads a recordset into the rpt file and gets displayed on the web page using ActiveX viewer. There are few activities done by the COMs, varying from changing formulas, updating header and footer, suppressing sections to loading data. We are using crystal report XI release 2 with SP4 and application works fully ok on Windows XP and Windows 2003 on the 32 bit OS. Now we are trying to deploy the application on a 64 bit environment and we realise that we can only do this on 64 bit in a 32 bit mode. As we have VB COMs and they can only work on a 32 bit system. So I have done the following in order to enable our application to work and for the reports to run.
    <p>
    1)     Configure the IIS server to run in worker process isolation mode<br>
    2)      Enabling the 32bit mode by running this command <br>
    cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 TRUE<br>
    3)     Install our COM application and give the required permission <br>
    4)     Install ASP files with rpt files and give the required permission<br>
    With few attempts I managed to run our application on the 64 bit system using the 32 bit mode, but few reports still fails to display.
    <p>
    <b>Problem:</b><br>
    I am unable to run and/or view crystal reports on a windows 2003 64 bit system.  I have turned on the 32 bit mode so I am able to run COM objects and I am able to run my application and view crystal reports but some reports still fails with no error message. The failed reports display the crystal viewer with no data no page but only the top bar with crystal controls e.g. export, move pages etc.
    <p>
    <b>Analysis/investigation:</b><br>
    I run the same application pointing to the same database as my 64 bit (32 bit mode) environment and run the reports with some data and it worked fine, so I saved the report and tried viewing on my 64 bit environment with simple crystal preview page. Unfortunately it was same result as report came back blank in the viewer with no pages even though if I open that report the crystal application it will show me data saved with it. I have to say on my windows 2003 32 bit system that was fully working, I needed to turn on isolation mode in IIS 6 (i.e. turn off worker processor mode) in order to get all my reports working, otherwise I would get the exact same issue that I have with the 64 bit system. However in my 64 bit system I canu2019t turn on isolation mode, as the 32 bit mode option requires the IIS to be set with worker processor mode or none of the COMs will work.
    <p>
    So please could you help with any suggestion, or solution if possible.
    <p>
    Many Thanks

    Hi Ludek
    <P>
    Let me clarify a bit about the issue we been have:<br>
    For example we have report-1.rpt and report-2.rpt, both are very similar and in fact report-2 have a little bit more information than report-1. So when I install our application on a webserver in Windows 2003 32 bit system, with Crystal Report XI R2 developer edition + SP4, both reports work perfectly fine and application save the report and show it on the crystal report ActivesX viewer. So I made copy of report-1.rpt and report2.rpt with data and kept it a side.
    <P>
    Now I install our application that is the asp files and COM objects on a 64 bit windows 2003 and turned on the 32 bit mode to enable our COMs to work. I then run our application pointing it to the same database I used with the other OS, and I tried to run report-1.rpt and report-2.rpt, so report-1.rpt has failed with the viewer showing but no pages and only the controls. However, the report-2.rpt worked fine with data showing ok. So I copied the 2 reports I generated from the other OS and pointed my view report asp page to these rpt files, again same result report-1.rpt failed and report-2.rpt worked ok.
    <P>
    So I guess what I am trying to say is we are using the exact same COMs on both OS and to generate on both reports, also pointing to the same database using the same connection string. The result is one report is failing on the 64 bit machine.
    <P>
    Now when I try to export/save the report-1.rpt, the report that come with no pages, I get the error below, this is the same error I get if I try to move to different pages.
    <br><br>CRAXDRT Error Occured on Server.70 : Permission denied
    <P>
    Please let me know if I can provide more information.
    <P>
    Many thanks

  • How to stop Crystal Reports Server Mailing out Blank Reports?

    I am currently running reports using crystal report server 2008
    where the reports a scheduled to run and are mailed out to user groups
    I need to be able to stop the reports being sent out if there is no data on the report I have managed to stop the report printing when it is bank but it still mails out and this need to be stop
    As people are getting fed up with receiving blank PDF, s

    Hi Anthony,
    I'm have the same problem.
    Have you made any progress on resolving you problem?
    Thanks
    Elroy.

Maybe you are looking for

  • Need to repartition...

    Once upon a time I thought it was a good idea to partition the drive in this PPC iMac into a couple pieces. Now I want to undo this and make one big partition. It would be great if I could just resize the startup partition, but I guess you can only m

  • Ipod nano keeps turning on and off

    My ipod nano keeps turning off and on automatically and when I push a button once its on then it freezes, and when I reset it then it starts turning on and off again....what do I do someone please help me

  • Filling of the cache server

    i would want to know the main system parameters involved in the management of the cache server. Indeed our cacher server fills up until it's full and then some entries are deleted after some delay; i don't know which parameters manage these events. E

  • While publishing an iMovie project iMovie unexpectedly shuts down, why?

    While publishing a project in iMovie, iMovie uexpectedly shuts down. Why?

  • Inconsistency in capturing Ed Cess & SHE Cess for ARE1 in T Code J1IA101

    Hi Friends, We are facing a strange problem both in Quality & production, while processing ARE1.We are following the following process, SO-DO-TO-Confirm TO-Shipment-Shipment Cost-PGI-Billing-Excise invoice (J1IIN)-ARE1 (J1IA101). Both in Quality & pr