Issue in format of WAD Report while broadcasting in MHTML

Hi all,
We are facing an issue in the format of the WAD template into MS outlook email account which is used for broadcasting via emails using MHTML option. The output of the broadcasted emails is different from the actual output of the WAD template (as seen on the screen). On the screen, the user sees borders for all the cells in the table and the result rows and header rows & columns, etc are in different colors.
However, in the MHTML this is not seen. The user requires the same
output format as is seen in the template/screen. This problem is seen
in Production, Quality and Development environments.
We have scheduled the broadcasting via MHTML.
Please suggest.
Regards,
Macwan James.

Hi Ravi,
I do not agree with you.  We have the same problem as James, when we look at the email in transaction SOST (SAPconnect: Transmission of emails), the email contains the report in format exactly as what we see when we run it in web online (with borders, colors & etc).  This means that the report has already been formatted correctly at the point of sending out in email.  Is only that the format changed when the recipients received the emails.
And also, there's no customization on the colors, borders whatsoever.  The standard SAP layout is used.
Any other thoughts?
Regards.

Similar Messages

  • Issue on Updating Existing WAD Report

    Hi All,
    We are currently having problem when creating web report using Web Application Designer.
    Creating new and saving the WAD for the first time is not a problem, but once you go back and edit the web report again or editing it after execution, the changes you made will not be reflected to the result so there is a need to save the updated WAD into different technical name to be able to see the result.
    Anyone of you encounters this type of issue? and what did you do to fix this?
    Thanks a lot in advance.
    by the way we are using the BI7.0
    Regards
    Joher

    Hello,
    Do you close all your internet explorer windows after having saved your WAD reports ?

  • Issue with 'Comment' functionality in WAD Report

    Hi All,
    We have a issue while entering comment in a WAD report.
    We are entering comment (eg:'Approved') to a Document 'ABC' belongs to Comp Code '123'.
    After saving the comment  we should ideally see the following
    Document
    Comp Code
    Comment
    ABC
    123
    Approved
    But with the above action Comment is also being copied to all the Comp Codes which has Document 'ABC' .
    For eg if the Document 'ABC' is being used in another Comp Code '456' then the comment is also copied to that.
    Comp Code
    Comment
    ABC
    123
    Approved
    ABC
    456
    Approved
    ABC
    567
    Approved
    Comment should be applied to unique Comp Code and Document combo s. Please guide.
    Regards,
    Priyanka

    Where do you see the standard cost as '8.42'? In listcube?
    It is likely that there is nothing wrong with what you see. JPY currency's conversion factor is different from other currencies in the standard system. It is likely that the 'real' value <i>is </i> 842 Yen (Yen amounts not having any decimals in real life).
    Adding further -
    This behavior (if it is the reason) is due to the decimal place settings for currencies (stored in table TCURX). This is not meant to be changed.
    Message was edited by: Ajay Das

  • Error while executing WAD report

    Hi Gurus,
      While executing the wad report in the web getting an error, can u brief me, and provide me any step by step procedure for WAD template creation
    Reference to data provider "%NM%" is invalid
    In the Web Application Designer, create a data provider with the name %NM% in template ZDEMO_WAD, or change the reference to the data provider in Web item ANALYSIS_ITEM_1
    DROPDOWN_ITEM_1
    No reference To data provider defined
    In the Web Application Designer, set parameter DATA_PROVIDER_REF in template ZDEMO_WAD for Web item DROPDOWN_ITEM_1 to a valid data provider

    can u brief me, and provide me any step by step procedure for WAD template creation
    I believe you have already posted a Q on Dashboards
    Re: DashBords
    & many have responded with documentation links that can help. I suggest you take time to go thru' the links.
    Reference to data provider "%NM%" is invalid
    In the Web Application Designer, create a data provider with the name %NM% in template ZDEMO_WAD, or change the reference to the data provider in Web item ANALYSIS_ITEM_1
    You need to first create a Data Provider, say DP1, on either an InfoProvider/Query/QueryView to be able to bind it to any webitem in a WAD template. Once created, assign DP1 to ANALYSIS_ITEM_1 under Data Binding properties.
    No reference To data provider defined
    In the Web Application Designer, set parameter DATA_PROVIDER_REF in template ZDEMO_WAD for Web item DROPDOWN_ITEM_1 to a valid data provide
    Create DP2 first & then have it assigned to the DROPDOWN_ITEM_1 under Data Binding properties.

  • WAD report export to excel formatting not preserved

    Hi,
    when i export BI 7.1 WAD template to excel and copy to another excel sheet cell formatting changes.color formatting is
    not preserved when we copy to another excel sheet.I tried resetting the "preserve visual appearance of workbook" to the
    exported excel sheet, but this didnot work.I am using excel 2007.
    Can anyone tell me how to preserve the excel formatting for WAD template.
    Thanks,
    Harsha

    Hi Roy
    Have you got the report set to bring back a specific number of rows at a time (ie retrieve data incrementally in sets of : setting in options)?
    If so set this to a larger number of rows, Discoverer will then return all data when the reports is run and will export all data to the spreadsheet.
    Hope this helps
    Melanie

  • Problem while executing WAD report

    Hi,
    When i save an existing WAD report with a new name and execute it, am getting some kind of chinese language instead of the variable screen. Please let me know what might me the issue and how to resolve it.
    Thanks & Regards,
    Srinivas

    Hi,
    Please check the thread below:
    Web Application Designer Appearing in Unicode (UTF-8)
    It will solve the issue.
    -Vikram

  • Display issue with HTML formatted text in report builder

    I am using the FCKeditor in my application to allow endusers
    the ability to create formated text on reports. We curently are
    experiencing 2 issues: 1. If you copy and paste from MS Word
    2003/2007 it will not display the text correclty in the report; 2.
    If you use the FCKeditor toolbar to insert bullets or a numeric
    list it will not align the text correctly on the report. We are
    using Coldfusion 8 with Hotfix 1 and Coldfusion Report Builder's
    lastest build release.
    Has one experiences this same issue with HTML fields not
    printing correctly using the Report Builder? What other HTML
    editors besides FCKeditor might we use?
    Thanks,
    Dan VanWieren

    Can you tell me how to use </td> for each values
    Give me your example report - using before or after report
    Thanks
    MT
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by fdenis:
    Hi Gavin,
    If I understand well, your HTML tags are coded directly in your fields in the database, right? Because if it was not the case, you could have use a format trigger checking for which destination you're generating your report...
    if UPPER(:DESFORMAT) = 'HTML' or
    UPPER(:DESFORMAT) = 'HTMLCSS'
    then
    -- insert your HTML code in the value
    -- of your field. something like...
    newValue := '<B>' | | :YOUR_FIELD | | '</B>
    srw.set_field_char( 0, newValue );
    else
    -- when generating to other format,
    -- you'd have to add the formatting as
    -- you want.
    end if
    return( true );
    Of course, if it's not acceptable to remove the HTML tag from your database fields, you could develop a procedure that would translate your HTML tags to the good formatting (eurk... ;-)
    Good luck... :-)
    Frederic
    <HR></BLOCKQUOTE>
    null

  • Report output format xml, missing column while open in excel for single row

    Dear,
    There is a strange case, we have an customize concurrent program to display output in xml format. Now Problem is, if query get single record on the bases of parameter then there is no column heading available in excel. However, if parameter meet more than one record then there is no issue with column heading and reports is working find.
    Pls have an idea?

    Dear Pk,
    Here is an example, will show the actual problem. Let explain you, first i have run report by restricting query on single record which output name is "output1", again i run same report by changing where clause so it return multiple row which is "output2". if you past code in text document each one and save it as xml but when you open this file in excel report you will find column heading which rows consist multiple row, however, ouput1 file have no heading columns that's a problem.
    1.Oputput1
    <?xml version="1.0"?>
    <!-- Generated by Oracle Reports version 6.0.8.11.3 -->
    <DEPTNO>
    <LIST_G_EMPNO>
    <G_EMPNO>
    <EMPNO>7839</EMPNO>
    <ENAME>KING</ENAME>
    <HIREDATE>17-NOV-81</HIREDATE>
    <SAL>5000</SAL>
    <DEPTNO>10</DEPTNO>
    </G_EMPNO>
    </LIST_G_EMPNO>
    </DEPTNO>
    2.Oputput2
    <?xml version="1.0"?>
    <!-- Generated by Oracle Reports version 6.0.8.11.3 -->
    <T01103240>
    <LIST_G_EMPNO>
    <G_EMPNO>
    <EMPNO>7788</EMPNO>
    <ENAME>SCOTT</ENAME>
    <HIREDATE>09-DEC-82</HIREDATE>
    <SAL>3000</SAL>
    <DEPTNO>20</DEPTNO>
    </G_EMPNO>
    <G_EMPNO>
    <EMPNO>7902</EMPNO>
    <ENAME>FORD</ENAME>
    <HIREDATE>03-DEC-81</HIREDATE>
    <SAL>3000</SAL>
    <DEPTNO>20</DEPTNO>
    </G_EMPNO>
    </LIST_G_EMPNO>
    </T01103240>
    Hope you got it.

  • WAD report Date format!

    Hi All,
    My requirement is to have the date in the WAD report  in the format 01-AUG-2008.
    The data maintained in the cube is 01/08/2008.
    Plz help me out with the HTML code which i should write to achive this?
    Or is thr any other way to achive this?
    Thanks,
    Pallavi Pande.

    Hi,
    Is the requirement to change the date format for one date (text item) or to change it in the table item.
    1. Text Item
    Use a div tag for the text item and give it an id which can be used in the javascript function.
    On body load call a javascript function and change the format of the innertext of the div tag as if 1 then Jan, 2 then Feb etc..
    2. If used in Table item.
    Then you can the entire contents of the date by using the Table interface class by adding the approproate code in the Characteristics Cell/Attribute Cell method.
    Hope this answers.
    Thanks
    Sundar

  • WAD report broadcasting as PDF error

    Hi,
    I am trying to broadcast a report in PDF format. The report is from a web template that has a table of 2 rows and 4 columns with 8 chart web items. But the PDF file displays only one graph in a row instead of the 4 defined in the template. What can I do to correct this?
    Thanks.

    Hi Sanjeev,
    As i understood that you have  4 Graphs in each row, and u have 2 rows.
    The first row has a graph and Table of 2*4 matrix.
    But the problem is u r getting only 1 Graph per row in the PDF.
    If this is the case:-
    I hope this might be the page cutter problem when converting from WEB page to PDF.
    Please check the Page settings in the Wed item properties.
    If possibel limit it to a sizw where you can see 1 table and 4 Graphs in your web reports itself, so that you have the same in PDF.
    User the Insert table options befor putting any beb tiems on toi the Web designer page, it will help you in organize the web items in a proper way.
    Best Regards,
    VNK.

  • Issue is formating the report

    Hi Experts,
    My  issue is formatting the report
    the columns are like this (ex)
    empno,ename,job,hiredate and so on
    when the data populates in to report empno and hiredate should be aligned to center and ename,job should align to left
    when i tried to do format through bex they are all bexstditem either aligned to left side or center or right side. because once we the set the properties to bexstditem it is applicable to whole bexstditem.but i want to split into two..
    rewards will be given to the correct answers..
    Thanks
    Kelvin

    Hi,
    Select empno and go to Format in menu bar and do as follows.
    Format>styles(SAPBexchatext)->modify>formatAlignment.
    Here change to right or left etc..
    Thanks
    Ashok

  • Allign contents while broadcasting in PDF

    Hi all,
    There is a specfic requirement, pls suggest.
    The Web Templates in WAD are published in portal and broadcasted as PDF.
    1.  The Graph, Tables are seen one after the other in PDF.  Where as in portal it is shown in a well alligned format. 
    2.  The headings to the table and Graphs are lost in the process of broadcasting.
    Kindly suggest on a way to bring allignment to the  PDF file generated while broadcasting.
    Thanks in advance,
    Jeswin
    Edited by: jeswin Jose on Oct 1, 2008 2:10 PM

    Hi
    Slide 70
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/5c46376d-0601-0010-83bf-c4f5f140e3d6
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/58fd9183-0e01-0010-f183-fdc9019f77ab
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/08f1b622-0c01-0010-618c-cb41e12c72be
    http://help.sap.com/saphelp_nw04s/helpdata/en/1a/615f64816311d38b170000e8284689/frameset.htm

  • Avoid splitting of columns ALV report while download output to Excel sheet

    Hi friends,
                  I have 170 columns in my ALV report
    while downloading the report to Excel sheet
    the column descriptions and values are splitting in two lines.
    How can i avoid the problem.
    before calling REUSE_ALV_GRID_DISPLAY function module in my code
    for the Layout i assigned LS_LAYOUT-MAX_SIZE = 1023.
    but still the problem is not solved.
    Please help me in this Issue.
    Thanks in Advance,
    Ganesh

    Hi friends,
    I dont want to use and Keyboard shiftcntrl....
    or dont want to change any code in ALV report
    by simply assigning some value to any of the export parameter in ALV function module
    can we achieve the functionality
    Thanks in Advance,
    Ganesh

  • Margin Issue(pdf) in migrating 6i report to 10g

    Hi,
    After I migrated the report from 6i to 10g, I found the report printing issue comes out. Every report printing is not same as 6i, move the data to left and top about half cm. I searched this forum, I got clue was i can add reports_add_hwmargin into registry, then I can add printer margin into the report. I found it works when i run the reprot from 10g builder. But when I generated it into pdf format through IDS then print out, the problem is still there. How can add printer margin into report with pdf format?
    My environment is
    app server 10g
    report 10g,
    windows xp
    Thanks in advance.
    appcat

    Try a Compile All ( Ctrl - K ), then Ctrl - T.
    Not sure about XP, but in Vista, the 10g Builder and batch compiler will crash if a PLL Library is not available when the form is compiled.
    Make sure the PLL Library is available, and all its objects compile in the 10g setup.
    If that does not help, then try a semicolon-to-semicolon replace all, then save the fmb. Then restart the Forms Builder, and open the fmb again, and try compiling.
    Here is an old link describing the issue:
        Re: FMB size shrinks dramatically

  • Invalid export DLL or export format" with Crystal Reports 2008 to Excel xls

    We are experiencing the same issue as reported in the sticky thread. I answered in that thread, but thought that I woudl open a new thread to keep track of this issue.  I can give you the responses to your questions you have requested in that thread:
    Server Operating System - MS Windows Server 2003 R2 Enterprise Edition SP2
    Version of the .NET Framework - MS .NET Framework 3.5 SP1
    How did you deploy? - Installed CR 2008 SP1 runtime with msi package
    If you deployed with CRRuntime_12_0_mlb.msi - what was the date of the file and its size? CRRuntime_12_1_mlb.msi dated Sept. 16, 2008 12:55:00 PM, size: 56,717,824 bytes
    What is the file version of crpe32.dll on your server? You'll find this in the C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86 directory - File was created 9/13/08 11:21AM, 9451KB File Version: 12.1.0.882
    How many libpng10.dll files are on your system? List all instances. - 1 instance is on the system located in C;\Program Files\Business Objects\Business Objects Enterprise 12.0\win32_x86 directory. It is dated 9/13/08 8:52:26AM 132KB version 1.0.30.1
    Any additional comments - We have tried to export to PDF and this works successfully. However, we can not export to xls or rft formats.
    CRXF_XLS.dll is 905KB 9/13/08 9:38AM Version 12.1.0.882
    CRXF_RTF.dll is 509KB 9/13/08 9:35AM Version 12.1.0.882
    We also have the CR XIR2 server runtime installed side by side on the server as we migrate from CR 2008 to CR XIR2 SP4 ( where this function does work currently).
    Please let me know if you need anything additional.
    Phil
    "Invalid export DLL or export format" with Crystal Reports 2008
    Posted: Sep 27, 2008 12:36 AM       E-mail this message      Reply 
    I've included this sticky because we are seeing many posts in this forum regarding the error Invalid export DLL or export format when exporting to Excel and RTF in .NET applications using the Crystal Reports 2008 .NET SDK.
    Issue
    Exporting a Crystal Report to Excel or RTF format
    .NET application using the Crystal Reports 2008 runtime (version 12.0)
    error Invalid export DLL or export format
    We've been doing some testing in-house and haven't reproduced this behavior. In order to figure this issue out we will need your help. If you are getting this error please reply to this post with the following information:
    Server Operating System
    Version of the .NET Framework
    How did you deploy?
    If you deployed with CRRuntime_12_0_mlb.msi - what was the date of the file and its size?
    What is the file version of crpe32.dll on your server? You'll find this in the C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86 directory
    How many libpng10.dll files are on your system? List all instances.
    Any additional comments
    What We Know
    The error invalid export DLL or export format may occur when exporting to Excel and RTF formats in .NET applications utilizing the Crystal Reports 2008 runtime (v 12.0)
    Other export formats like Adobe PDF, Crystal Reports, CSV all export with no error
    Some customers have resolved this by adding C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86 to their environment path variables
    This may have something to do with the file libpng10.dll. Both crxf_xls.dll and crxf_rtf.dll are dependent on it.
    Thanks in advance for your co-operation. We hope to figure out what is causing this issue soon.

    Hi,
    I am also having the same problem, except that I am not using Crystal Report 2008 runtime but the actual Crystal Report 2008 installation on Windows XP SP2 with VS Studio 2005 (VC++). MS .NET Framework 2.0.
    Cyrstal Report XIR2 was installed on the same machine but uninstalled before installing Crystal Report 2008.
    So only one instance of libpng10.dll and found in C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86
    Crpe32.dll        3/1/2008 version 12.0.0.683
    Crxf_xls.dll       3/1/2008 version 12.0.0.683
    Crxf_rtf.dll         3/1/2008 version 12.0.0.683
    crdb_oracle.dll  3/1/2008 version 12.0.0.683
    libpng10.dll       3/1/2008 version 1.0.30.0             122880 bytes
    There is no problem for exporting to pdf, html, word, csv, Crystal Report. If I create a testing report without any data from database, the testing report can then be exported also to rtf and xls.
    Oracle 11.1.0.6 is the DB for the reports.
    Adding C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86 to the path did not resolve my problem.
    Any idea to fix this issue?
    Thanks
    Kin H Chan

Maybe you are looking for