Missing data when exporting webi to excel (not 65536 limit problem)

Hi guys
I just meet a problem about webi that it will miss data when exporting webi to excel.
It's not about 65536 limitation, as my webi report do some aggregration and limitation and never beyond that limitation.
Also there are 2 tabs in my reports, if I split the 2 tabs into 2 separate reports and export them separately, then problem disappeared.
Any ideas on this?

Hello Claes
according to:
http://help.sap.com/erp2005_ehp_05/helpdata/en/c1/eda0f591ec12408b25e7a1b369ca45/frameset.htm
Tools => Import and Export => Specifying the Sequence of the External Data Structure => External File Structure: Specification
Table EST07 should be part of export file. I am not sure if the packing requirement ist part of EST07.
Furthermore wirh ECC 6.0 EnhPAck3 some changes happend generally in the area of DG classification.
E.g. Dynamic dangerous goods classification. I am not sure if these changes are "included" in some sense in the EH&S data download.
With best regards
C.B.
PS: please check this link on the top:
http://help.sap.com/erp2005_ehp_05/helpdata/en/c1/eda0f591ec12408b25e7a1b369ca45/frameset.htm
Refer to "Table Assignment: Specifications"
I believe packaging requirement is part of table EST0B but this is part of the download file.
Edited by: Christoph Bergemann on Aug 27, 2011 7:12 PM
Edited by: Christoph Bergemann on Aug 27, 2011 7:13 PM

Similar Messages

  • Missing data when exporting to "MS Word (*.doc)" and "RTF (*.rtf)"

    Hello,
    We are using CR XI R2 SP3 in our product.  The reports that we generate (using ODBC dsn) show URLs from the database as hyper link text fields.  When we export the report to "Microsoft Word (.doc)" or "Rich Text Format (.rtf)" format, even though the export operation succeeds, the report is missing data when it encounters a URL that looks like following.  There is basically no data after that URL.
    http://www.xyz.com/kType=t;s.linkName=n;s.t()};s.ssl=(s.wd.location.protocol.toLowerCa
    And when it encounters a URL like following, MS Word complains that the file is invalid even though the export succeeds.
    https://www.xyz.com/m));if(m%3E0&m!=e)if(parseInt(c.substring(m+1,e%3C0?c.length:e))%3Cd.get
    If we export the report to pdf format, then everything works just fine.
    Any help on this will be highly appreciated.

    Hi Sumit
    Try to set the URL field with the RTF format. To do this try following:
    1. Right click the field->Format Field.
    2. Click the paragraph tab->Text Interpretation->RTF Text
    Now try to export it.
    Hope this helps.
    Regards
    Nikhil

  • SSRS 2008 R2 - Missing Data when Exporting to Excel or CSV (Row Count is 500)

    Hey Folks,
    When exporting SSRS 2008 R2 report  to an csv or excel file not all the rows are being exported. Any suggestions on why this is occurring. The number of rows is less then 500 and it seems to be a pretty straight forward export. Any help is
    greatly appreciated.  Inherited this and not sure if this would be configuration issues or something else. It is happening on a number of reports.
    Thanks.

    Hi Humbly,
    According to your description, when you export report into CSV or Excel format, some rows are missing.
    In your scenario, since you are missing data “rows” in your exported file, we are guessing if you have any visibility setting like toggle which hide those records. It’s possible that you have set toggle or visibility in your report. After exporting
    Excel/CSV, some data might not appear properly. In SSRS 2008 R2, it has reported this kind of issue about data missing after exporting. However, those scenarios are not exactly same as your issue. It mostly turns out be conflict between data and “layout render”
    and related to DataElementOutput property. DataElementOutput property controls export behavior, it indicates which report item data should appear in Excel/CSV render. For more information, please refer to this article: Reporting Services:
    Why aren’t all my report columns exporting to CSV and/or XML?.
    As we tested in our environment(SSRS 2008 R2), no matter what we export into CSV or Excel, we get same results as in BIDS . So I would like to know your report design structure. If possible, please provide some screenshots about results in BIDS and Excel/CSV
    render extension results. It may help us find out the root cause of your issue. Thank you.
    Best regards,
    Qiuyun Yu

  • VS2008 - ReportDocument missing data when exporting to PDF

    Hi all,
    First and foremost, I'm using:
    - VS2008 with CR Basic (10.5.3700.0)
    - CR 2008 SP4 (12.4.0.966)
    - SQL Server 2008
    I've developed a small VB.Net application that's supposed to simply load a report, set appropriate connections and parameters and finally export it to PDF.
    While it works on simple reports, I'm having trouble with a report that uses a Stored Procedure to link between two tables. The PDF shows all the data that's obtained directly from tables, but misses the details that depend on the Stored Procedure.
    This same report previews perfectly on CR 2008 SP4, where it's been developed.
    What I've tried, based on SDN and general web search:
    - Different ODBC and OLE DB (both SQLOLEDB and SQLNCLI / SQLNCLI10): No change.
    - Compile in x86 and x64: No change.
    - Add report to VS2008 project and preview it: No change; same data shown, same data missing.
    - SQL Trace while previewing with CR2008 and exporting with .Net application: This showed something interesting; one fairly  simple SQL query when using CR2008 (that successfully returns data when pasted to SQL) was transformed into a query with several joins and cross joins (that does not return data when pasted to SQL) when using the application. Links being somehow changed, I presumed.
    - Printout all the Database.Links from the ReportDocument prior to exporting: showed they were all correct.
    - Following a post on this forum I've inserted a VerifyDatabase command after loading and setting connections: I now get an "Error in formula" stating that one of the Stored Procedure's fields that's used in a formula "is not known". Commenting this line  results (again) in a successfull export of a PDF... but with the same missing data.
    Any thoughts?
    Thanks in advance!
    Regards,
    Nuno
    Edited by: Nuno Pinto on Oct 6, 2011 3:41 AM
    Edited by: Nuno Pinto on Oct 6, 2011 3:46 AM

    I don't think the language was the problem, but I had problems teasing out the correct info I needed (e.g.; CR 10.5 vs. 12.x, 32 bit vs. 64 and so on. But I know where the problem is now:
    SAP Business One reports
    This is a special OEM build of Crystal Reports.
    It uses a database driver that CR 10.5 does not ship (something like crdb_SAPBusinessOne.dll (?))
    So, you can not use CR 10.5 as it is missing the driver.
    Using CR 2008 assemblies (12.x) will potentially be also problematic. While you will have the SAP One driver, you may not have the neccessary database logon APIs exposed.
    E.g.; more than likely, this will not work. But, you can try the following;
    Make sure you are using CR 2008 (e.g.; remove all of your CR 10.5 references)
    Look at the KB [1553921  - Is there a utility that would help in writing database logon code?|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533353333333933323331%7D.do]. there is a utility attached to the KB that will write out the DB logon code for you - in VB and C#. Use that code to try to connect to the report. The utility uses InProc RAS SDK which is part of CR 2008 and it is a free runtime - just like CR SDK. For basic info on working with InProc RAS SDK see the article [How to Use The RAS SDK .NET With In-Process RAS Server|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10b840c0-623f-2b10-03b5-9d1913866b32]
    Now, keep in mind that I have never seen, never mind worked with a report based on SAP Business One (thus my ignorance as to the name of the actual CR DB driver). So this may work. Or not. All I can do from here is keep my fingers crossed. But please do share any successes or failures...
    - Ludek
    Edited by: Ludek Uher on Oct 7, 2011 1:46 PM

  • Missing data when exporting specification (LS_UN_SUB)

    Hi all,
    I am trying to export the specification LS_UN_SUB as a .dat file. The problem is that some data in the property tree is not exported to the file. In this case packing requirements and transportation regulations is not exported while risk classifications etc. are exported.
    When I open the exported .dat file I am able to see e.g the table for risk classifications (EST0D) however the packing requirements that I believe is stored in the SAP table EST07 is not included in the file.
    I have tried to change the exchange profile with no luck so far.
    Thanks in advance for any help!
    //Claes Ohlsson
    Edited by: Claes Ohlsson on Aug 26, 2011 3:36 PM
    Edited by: Claes Ohlsson on Aug 26, 2011 3:36 PM

    Hello Claes
    according to:
    http://help.sap.com/erp2005_ehp_05/helpdata/en/c1/eda0f591ec12408b25e7a1b369ca45/frameset.htm
    Tools => Import and Export => Specifying the Sequence of the External Data Structure => External File Structure: Specification
    Table EST07 should be part of export file. I am not sure if the packing requirement ist part of EST07.
    Furthermore wirh ECC 6.0 EnhPAck3 some changes happend generally in the area of DG classification.
    E.g. Dynamic dangerous goods classification. I am not sure if these changes are "included" in some sense in the EH&S data download.
    With best regards
    C.B.
    PS: please check this link on the top:
    http://help.sap.com/erp2005_ehp_05/helpdata/en/c1/eda0f591ec12408b25e7a1b369ca45/frameset.htm
    Refer to "Table Assignment: Specifications"
    I believe packaging requirement is part of table EST0B but this is part of the download file.
    Edited by: Christoph Bergemann on Aug 27, 2011 7:12 PM
    Edited by: Christoph Bergemann on Aug 27, 2011 7:13 PM

  • SSRS Report is missing data when exported to Excel via a subscription

    I have an SSRS report on a daily subscription that creates an Excel attachment and emails it  to a number of users. Some of the users are reporting that they cannot see all
    of the data in the Excel attachment.
    The report has a date column and 6 numeric columns, and the affected users cannot see the numerical columns - the fields are empty. The date column is displaying
    correctly along with all of the column headers.
    If however I change the format to XHTML, all data is displayed for all users.
    What's weird is that it is not affecting all users - for the affected users, the file size of the attachment is considerably smaller so it doesn't look like the
    issue is with their PC's - the data is not there to begin with.
    I've tried setting the DataElementOutput property on each of the fields to Output but no luck.
    I am using SQL Server 2008R2.

    Hi Wolfmeister,
    Glad to heard that the issue had been solved and thanks for your sharing.
    It will be very beneficial for other community members who have similar questions.
    Thanks,
    Katherine Xiong
    If you have any feedback on our support, please click
    here.
    Katherine Xiong
    TechNet Community Support

  • Export webi to excel with the exact same format

    Hello expert,
         I develped a webi report, but when I exported it into excel file, its format is defferent from WEBI report, such as text for legend with multple lines in webi presented in one line in excel,  there are a few descrepency.  please tell me how can I export webi to excel with the exact same format?
    Many Thanks,

    Hi,
    There are options for the "save as excel" step .   either a) for formatting ,   or b) for data
    these should help.
    The reason why there are 'undesirable'  rows (also, merged rows / columns) is because your report document has table outlines which have been positioned 'by eye'.
    When the rendering algorythm outputs it content,  it's looking at pixel-level , so the relative position of borders can get messed-up. It's mainly due to slightly sloppy formatting.
    Regards,
    H

  • I'm trying to print a pdf I created and posted on my website, it looks good online but is missing data when printed, help.

    I'm trying to print a poster I created and posted on my website, it was created in power point, saved as pdf, and uploaded using wordpress. It looks good online but is missing data when printed. It contains almost all the information except for about 6 lines, which happen to be important. Any thought are appreciated.

    No its weird, everything was the same. I sort of resolved it, since he can view the PDF fine on his comupter but also wanted to print it, I just exported all the slides as JPEGS and made a new InDesign book with those on the pages and exported that as a PDF. Seemed to work for him, I just don't know what happened!

  • Where can I give feedback regarding Aperture? I'd love to see the ability to removes EXIF data when exporting, especially to social networks.

    Where can I give feedback regarding Aperture?
    I'd love to see the ability to removes EXIF data when exporting, especially to social networks.

    Robert,
    For any normal Export, simply cilick the list of option and further click on Edit.  There deselect to include Metadata, and there will be no EXIF data exported.  But no copyright info either.
    The option already exists to do what you want.  Once a normal Export has deselected that, I believe even exports via plugin for say FB will not have it either.  I tested with an export to SmugMug after deselecting in an earlier ordinary export, and EXIF info was not transmitted.
    Ernie

  • Repeating row texts when exporting web report to Excel

    Dear all,
    When exporting a web report (including a structure/hierarchy) to Excel (via the 'export to excel button), the row texts (e.g. balance sheet texts) appear twice (column A and B)in the Excel result.
    When using the web context menu 'Export to Excel' this issue does not occur.
    I am using a BW 3.5 system which has been upgraded to support pack 16.
    I assume it is the combination of the structure and the 'export to excel' functionality that does not match up, because when I switch off the hierarchy functionality in the web report query properties, the export to excel does not give me any problems.
    Does anyone know how to solve this issue?
    Thanks in advance,
    Arjan.

    Did you write that software, COTS package called Medgate?
    If not then ask that company for support. No one here would know how to fix it. They are using the CR RDC report engine.
    Thank you
    Don

  • When Exporting PDF to Excel using Pro XI not all content converts.

    The first portion of the PDF is not included and only the first page of several pages converts.  Is this a trial limitation or a something I'm doing wrong?  thx

    Hello,
    It seems that the problem is related to particular PDF file.
    1. Try running OCR on it via Tools -> Text Recognition -> In This File, and then convert the file.
    2. Print the file to Adobe PDF printer and then try to Export it into Excel.
    Regards,
    Anoop

  • Missing lines when exporting to local file

    I've recently created a query in SQ01 which pulls out sales order information and uses a data reading program to display the texts.
    The query works absolutely fine and shows all the data required in SAP.
    The problem comes however when I export it to Excel using the ALV functionality of Export to Local file - spreadsheet. some of the lines in the middle of the report are missing in the saved excel file despite them being present in SQ01.
    However if I use the method of Export to local file - in the clipboard... and paste the data into an excel sheet, all the lines are present.
    What could be the cause of this issue? I could use the method of copying to the clipboard but a lot of people use this report and they aren't all comfortable with the copy paste method (because you then have to perform text to columns etc.) so it would be better if I could work out why it's not working in the original way and fix it.

    Hi Benjamin,
    let me first put in a question.
    Why don't you use the direct to excel export?
    If there's an issue with the inplace excel, there's an easy work-around for that.
    From the alv-grid chose printing preview, when you use the excel button from there, you'll get the popup asking you for format, table type etc. and then rewards you with a (usually) complete and readable excel.
    Note, that the download to local file, with spread-sheet option, creates an ascii csv file, with an xls extension. It's not quite an excel file.
    It might be exccel and not the export.
    Give it a try.
    BR - Jörg

  • Exif data when exporting images

    Hi, I have question about Aperture writing its signature in the exif data when i export pictures to websites like Flickr, in the past i used DPP, and it always shoved "digital photo professional" under more properties, just this is missing all the rest is there.
    Is there a way i can get Aperture to get that pice of information in there......?
    Jess Thorsen

    There's a simpler method which you might consider using.
    What file naming convention are you using on import? Why not rename your camera files on import into Aperture something like " dateclient_joboriginalfilename ". You could then either use that, or export with that name plus a sequential numbering scheme.
    Or -- the same as Viren's excellent suggestion -- select all the files you are going to export, create duplicate versions, with the duplicates still selected create a new Album containing all of them, then use Aperture to rename the Versions prior to export and export using the Version name. Versions don't use much space (they are text files), and you end up with an Album of neatly numbered Versions of just the photos you've given to your client +with the file names of their files exactly the same as your Aperture Version names+.

  • How to reserve the page size when exporting to MS Excel 2010

    Hello. I have a report which exports to MS Excel 2010. I applied the page size as legal in Crystal Report and would like to use the same page size in Excel
    However, MS Excel print preview says the page size is letter.
    How could I keep the same page size in Excel as I applied in Crystal Report. We have a lot of business reports and would like to avoid applying page setting manually in Excel when users print them out each time.
    Thank you.

    Hi Christine
    I am in the process of writing a doc on the different options in CR and the "No Printer" option sis one of those. Seeing this post, made me wonder as this looked like a questionable behavior. My testing does not support your observations. Now, I did a very simple test;
    Created a report, set "No Printer", set the paper size and legal orientation. Exported to XLS - any format, and the export maintained legal paper size in all instance. I did a few other variations, but I can never get the report to export anything other than Landscape.
    Can you  please let me know the version of CR you are using?
    You may also want to attach the report here with saved data (to attach rename the rpt to txt, then in the reply hit on the "Use advanced editor" link and attach.
    BTW.; I am using CR 2013.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Missing objects when exporting to PDF

    I have seen some discussions on this, but no solution. I am using Indesign CS5.5 all up to date. Every now and then I end up with an exported PDF that does not have all the pages objects, text or elements included on all the pages. This seems to occur more often when I am doing a data merge and end up with 750 or 1000 page file. It also seems to be master page items. All Master page items do make it into the merged data file just fine, but then do not make it to the exported pdf. It leaves me scratching my head. The first, two, or three pages of the pdf will be fine, it's when you start scrolling through the document that you realize that items are missing. And for me, the first time was after printing a rush job, and finding the problem.
    Underdog

    I create the merged indesign file from the data merge panel. I then merge all records to a new indesign file. All items are created in the new indesign file. Master page items no problem. It's when I then export to pdf that I have the problem of missing ojects, text and so forth in the pdf. Usually the problems show up around page 3 and after. For some reason the first two or three pages will show fine. I have learned to be very careful about assuming that the pdf is correct.
    I am using a mac mini 10.7.5 with Adobe Creative Premium Suite 5.5, all applications are up to date. Mac OSX is showing up to date as well.
    Underdog

Maybe you are looking for

  • MacBook Pro 17 (early 2011) - pink stripes and crash

    After almost 4 years of flawless service, my early 2011 MBP 17 has just about become a paperweight.  Here are the events leading to the crash: 1. Flawless operation running OSX 10.7 (Lion) for 3.5 years. Daily use, main work computer with CS6, Logic

  • External monitor goes black when macbook pro has magsafe connected

    Hi, I have bought an external monitor about 1 week ago, and I have it connected with a minidisplay to dvi cable, and a dvi cable to the monitor. It was working OK -well, it had some sudden flash to black screen that lasted about 1 second, but nothing

  • External antenna or weather proof Airport Express

    Does anyone have a solution for connecting an external antenna to an Airport device, be it an Express or Extreme via coax. With the insulation on my house having a metallic cladding the signal is attenuated significantly and outdoor reception is poor

  • Substitution exit.  in TC MIRO

    I am trying to populate the Purchase order number in the assignment field in CenvatThis gets populated correctly in the transaction J1IEX but not so in MIRO. it can be solved through  substitution exit, if any body having material pertaining to subst

  • Environment needed to build and test Flash islands ?

    Hi Everyone, I'm a Flex developer and I know very little about SAP technologies. I'm very interested in Flash Islands and the possibilities that they bring to the table. I attended Thomas Jung's talks at TechEd and I think I know how to build an Isla