Can I Display 1 Million records in Excel 2007

Hi All,
We are currently on BW 3.5 and SAP gui is 710.
And I'm using Excel 2007. But when I run some report I still get the message saying Result is imcomplete and can hold only 65K records.
Is there a setting or someting like that that will enable me to get 1 million records.
Thanks in Advance

Hi Siva,
I think you have to create a report in Web and then export to Excel to display more records.
You can refer this SDN thread and hope this helps you.
Re: More records in Bex.
Rgds,
Murali

Similar Messages

  • TRIM() not found? Compile error: Can't find project or library in Excel 2007

    I am preparing to make a few alterations to a spreadsheet that another person built.  I have NOT made any changes to it yet.
    They put in a button that allows portions of the worksheet to print.  I am now using Excel 2007.  Their code ran fine in 2003.
    The button had worked in Excel 2003- but now (without any changes) throws an error "Compile Error: Cant find project or library."
    TRIM is highlighted in the following code:  (See below for the whole sub)
    If Trim(Worksheets("Measurements").Cells(RowCounter, ColumnCounter).Value) <> "" Then
                    If RowCounter > PrintRowMarker Then
                        PrintRowMarker = RowCounter
                    End If
                    If ColumnCounter > PrintColumnMarker Then
                        PrintColumnMarker = ColumnCounter + 1
                    End If
                End If
    I have added in the following references into Excel via the big button in the upper left and the "Excel Options" screens:
    Analysis Toolpak and Analysis Toolpak-VBA.  The sheet "Measurements" is present.
    1)  Are these the right packages for the TRIM function?
    2)  Is there a different Add-in that is needed?
    3)  Is there an additional step I must use to actually add in these packages?
    4)  Is there something else I should do?
    Thanks-
    Loralee
    P.S. Access 2003 finds (it's version of) TRIM fine- so a version is on the machine.  This spreadsheet if failing in the same way on 2 machines- both with Office 2007 installed.
    Private Sub BtnPrint_Click()
        Dim RowStarter  As Integer      'Where to start checking rows for content
        Dim RowCounter  As Integer      'The current row being checked
        Dim ColumnCounter  As Integer   'The current column being checked
        Dim PrintRowMarker  As Long   'The last row with data
        Dim PrintColumnMarker As Long 'The last column with data
        Dim NoMoreData As Boolean       'Look for a blank record
        Dim RangeValue As String        'Define the range string value
        Dim EndRangeValue As String
        PrintColumnMarker = 0
        PrintRowMarker = 0              'Initialize the row printing marker
        RowStarter = 5                  'Print Starting Point
        For RowCounter = 2005 To RowStarter Step -1
            For ColumnCounter = 50 To 2 Step -1
                If Trim(Worksheets("Measurements").Cells(RowCounter, ColumnCounter).Value) <> "" Then
                    If RowCounter > PrintRowMarker Then
                        PrintRowMarker = RowCounter
                    End If
                    If ColumnCounter > PrintColumnMarker Then
                        PrintColumnMarker = ColumnCounter + 1
                    End If
                End If
            Next ColumnCounter
                If PrintRowMarker > 0 Then
                End If
        Next RowCounter
        EndRangeValue = IndexToString(PrintRowMarker, PrintColumnMarker)
        RangeValue = "$A$1:" & EndRangeValue
        Worksheets("Measurements").PageSetup.PrintArea = RangeValue
        Worksheets("Measurements").PageSetup.PrintGridlines = True      'Turn on gridlines
        Worksheets("Measurements").PrintPreview                         'PRINT THAT PUPPY!
    End Sub

    Appears OK to me but the error message " Cant find project or library." suggests it could possibly be the references in VBA.
    In VBA select menu item Tools - References.
    Ensure that the following are checked:-
    Visual Basic for Applications
    Microsoft Excel 12.0 Object Library
    OLE Automation
    Microsoft Office 12.0 Object Library
    It there are any references displayed as Missing then scroll down to find the equivalent reference and check it and then uncheck the Missing one/s.
    Regards, OssieMac

  • How can I automate the splitting of this Excel 2007 worksheet?

    I have just started to make use of the services of a bulk mail provider called Your Mailing List Provider (YMLP) and have hit the problem that YMLP will reject any attempts to import a contact record containing an email address that is already present
    in an existing contact record (even though the names are different).
    However, I need to issue personalised emails to people who may share the same email address (which is not an unusual situation). The only way round this problem is for me to separate such contact records so that they are uploaded to different 'contact groups'
    in YMLP.
    For example, consider the following Excel worksheet:
    Email                                    FirstName  LastName  UserName
    [email protected]              Joe             Bloggs       JB999
    [email protected]              Jane           Bloggs        janeyB
    [email protected]              James         Smith         Jimmy3
    [email protected]              Susan         Smith         Sue2
    [email protected]   John           Brown         jonny
    [email protected]   Mary          Brown         mary17
    [email protected]   Jack           Brown         jackthelad
    [email protected]             Fred          Green         elvis
    [email protected]            Judy           Green         knitter
    [email protected]          Liza          Pawse         purrs1
    [email protected]          Mark         Pawse         purrs2
    [email protected]          Timothy    Pawse         purrs3
    I would want to split that into three separate worksheets, as follows:
    GROUP 1
    Email                                  FirstName  LastName  UserName
    [email protected]             Joe            Bloggs       JB999
    [email protected]             James        Smith         Jimmy3
    [email protected]  John          Brown         jonny
    [email protected]           Fred           Green         elvis
    [email protected]         Liza           Pawse        purrs1
    GROUP 2
    Email                                  FirstName  LastName  UserName
    [email protected]            Jane           Bloggs        janeyB
    [email protected]            Susan         Smith         Sue2
    [email protected]  Mary          Brown        mary17
    [email protected]           Judy           Green         knitter
    [email protected]         Mark          Pawse        purrs2
    GROUP 3
    Email                                  FirstName  LastName  UserName
    [email protected]  Jack           Brown        jackthelad
    [email protected]         Timothy      Pawse       purrs3
    I would appreciate some guidance on how such a split might be achieved semi-automatically using Excel 2007.
    David

    What's the value of C2 - C13 currenlty? What about the text format? In my here, it works fine. I repeat the steps 2 as following:
    (Now the C2 - C13 which only contains value 1 and "")
    1. Select the range of C2 - C13 ;
    2. Home > Editing section > Find & Select > Go to Special > Column differences, then all of non-1 cell would be chosen.
    3. Type "=C2+1" in the Fomular bar and Ctrl - Enter to apply that.
    Does it work for you?
    Cheers,
    Tony Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please contact
    [email protected]

  • How can i display collection of  records in HTML Table using DWR framework

    Dear All,
    Just i start using the Direct Web Remoting framework.I am worrying to get the list of records to display html table using this concept.I did the same like.
    index.js
    var cellFuncs = [
    function(data) { return data; },
    function(data) { return data.toUpperCase(); },
    function(data) { return "<input type='button' value='Test' onclick='alert(\"Hi\");'/>";  },
    function(data) { return count++; }
    function update() {
    var name = dwr.util.getValue("demoName");
    Demo.sayHello(name, function(data) {    dwr.util.setValue("demoReply", data);   } );
    var count = 1;
    dwr.util.addRows( "tabs",[ 'Africa', 'America', 'Asia', 'Australasia', 'Europe' ], cellFuncs);
    alert("hai");
    index.jsp
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <script type='text/javascript' src='dwr/engine.js'> </script>
    <script type='text/javascript' src='dwr/util.js'> </script>
    <script type='text/javascript' src='dwr/interface/Demo.js'> </script>
    <script type="text/javascript" src='index.js'> </script>
    </head>
    <body>
    <div id="tabContents">
    <div id="demoDiv">
    <p>
    Name:
    <input type="text" id="demoName" value="Joe"/>
    <input value="Send" type="button" onclick="update()"/>
    Reply: <span id="demoReply" style="background:#eeffdd; padding-left:4px; padding-right:4px;"></span>
         <table id="tabl1">
         <tbody id="tabs">
         <tr>
         <td>name</td>
         <td>name1</td>
         <td>name2</td>
         <td>name3sdf</td>
         </tr>
         <tbody>
         </table>
    </p>
    </div>
    </div>
    </body>
    </html>
    dwr.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE dwr PUBLIC "-//GetAhead Limited//DTD Direct Web Remoting 2.0//EN" "http://getahead.org/dwr/dwr20.dtd">
    <dwr>
    <allow>
    <!-- simpletext -->
    <create creator="new" javascript="Demo">
    <param name="class" value="org.getahead.dwrdemo.simpletext.Demo"/>
    </create>
    </allow>
    </dwr>
    web.xml
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app PUBLIC
    "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app id="dwr">
    <display-name>DWR (Direct Web Remoting)</display-name>
    <description>A Simple Demo DWR</description>
    <servlet>
    <servlet-name>dwr-invoker</servlet-name>
    <display-name>DWR Servlet</display-name>
    <description>Direct Web Remoter Servlet</description>
    <servlet-class>org.directwebremoting.servlet.DwrServlet</servlet-class>
    <init-param>
    <param-name>debug</param-name>
    <param-value>true</param-value>
    </init-param>
    <init-param>
    <param-name>activeReverseAjaxEnabled</param-name>
    <param-value>true</param-value>
    </init-param>
    <init-param>
    <param-name>initApplicationScopeCreatorsAtStartup</param-name>
    <param-value>true</param-value>
    </init-param>
    <init-param>
    <param-name>maxWaitAfterWrite</param-name>
    <param-value>500</param-value>
    </init-param>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>dwr-invoker</servlet-name>
    <url-pattern>/dwr/*</url-pattern>
    </servlet-mapping>
    </web-app>
    Demo.java
    package org.getahead.dwrdemo.simpletext;
    import java.io.IOException;
    import javax.servlet.ServletException;
    import org.directwebremoting.WebContext;
    import org.directwebremoting.WebContextFactory;
    public class Demo
    public String sayHello(String name)
    return "Hello, " + name;
    the sayHello() is printing the display.But the table rows not updating.But its object expected.So can you tell me where i need to change and how to add the pagination for the table like 10 by 10 records to display.
    Please help me.
    Saravanan

    Hi Brian,
    OAF supports the master-detail based design. You can very well implement your model. You can use 2 VO for your 2 objects and link them using a ViewLink. Check OAF Dev guide for more details.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • I CAN;T OPEN FILES IN MICROSOFT OFFICE Excel 2007

    Every time i try to open up files, i get an error massege saying "there was a problem sending the command to the program"
    Any idea's please, Thanks in advance,

    Hi,
    Have you tried to repair the installation? In Windows - configuration settings -programs - uninstall a program- choose repair. See if that helps. Be sure to choose repair and not uninstall.
    Maurice
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer. Thank You

  • How can I display date+time and not the point number in excell?

    Hi everyone,
    Could anybody tell me how I can save date + time to a file, so that  I can display on a diagram(excel) : date+time in (ox) and data (oy)? :
    My program sets in (ox) the point number and not the date+time....( although  date and time are written correctly in the column...)
    Any help would be great,
    Thanks,
    regards,
    Marc

    hi there,
    excel uses 01.01.1900 00:00 as the time offset, LabVIEW uses 01.01.1904 02:00, so you can't display the correct datetime in excel when you write the time as a fractional number of seconds from LabVIEW. you must format the datetime in LabVIEW to a string and write that to the column. use the "Format Date/Time String" - function and for example "%d.%m.%Y %H:%M:%S%3u" as the format string (see the functions help for more examples). you also could format your data to a string using "Format Into String" - function and write the file as a 2D string array. the decimal point you have to use depends on your system and its settings, but you can specify the decimal point in the Format string like "%.;%f" (means fractional number with point as decimal point).
    best regards
    chris 
    Best regards
    chris
    CL(A)Dly bending G-Force with LabVIEW
    famous last words: "oh my god, it is full of stars!"

  • How can one display 1 record at a time

    How can one display a single record at a time.
    The next record should be displayed on the press of a button.
    Thanks in advance

    Vijaya,
    I have 3 regions, each contains a check box item,
    the label for which is dynamicaly generated through a SQL Select.
    ( &P1_ANSWER1. P1_ANSWER1 is the hidden item name)
    In the Region Source,
    I have put
    SELECT col1 from (SELECT col1, row_number() over(ORDER BY col1) row_number from prototype) WHERE row_number = :P1_QUESTION_NO;
    SELECT col3 from (SELECT col3, row_number() over(ORDER BY col3) row_number from prototype) WHERE row_number = :P1_QUESTION_NO;
    for each of the reqion that contains these items,
    Here the table is prototype and P1_QUESTION_NO is the hidden item.
    As directed I have included under Processes (after submit and computations) on button "Next Record" clicked:
    :P1_QUESTION_NO := ::P1_QUESTION_NO + 1;
    When I am doing this, the label seems to blank out.
    Thanks
    Message was edited by:
    faq123

  • Issue with excel 2007(not supporting 10lakhs records)

    Hi Gurus,
    I have a small issue . As we know that Excel 2007 supports 10 lakhs records and 2003 supports 65000 records. So when  I am executing the query in Excel 2007 , getting only 65000 records after that it is not displaying any data. we are using  BW  3.5 version and SAP log on is 710.
    I have saved excel as a excel workbook it is showing 10 lakhs rows but data is not displaying. And I am thinking that we need to install support packages , so can any one suggest me that what version/type of support packages we need to go  or any one have faced this kind of issue before.
    Please post your valuable comments.
    Thanks,
    Kulkarni

    Hi,
    Even executing in WEB , while exporting it is showing only 65000 records in Excel 2007 supposed to show 10 lakhs records.
    Thanks,
    Srikar

  • How can I display  contacts in a relationship

    I have companies in my CRM. I have a customers/contacts in the CRM I have tied as a relationship with each companies. How can I display all the records/contacts associated with a company? I have a already created a secure zone, so the company user would have logged in. Is this possible? If not, any workaround?
    The only workaround I thought of is to use webapp to import the company data and create another web app containing the employees data. Then link both tables/webapp using datasource. But the way the client's data is structured could create a lot of problems going forward.
    Any suggestion, help will be appreciated

    The relationship feature and how companies work currently in BC is really limited. It is an association and not true relationships at the moment. You cant output a company and show all its relationships at the moment.

  • Maitaning huge volume of data (Around 60 Million records)

    Iu2019ve requirement to load the data from ODS to Cube by full load. This ODS is getting 50 Million records down the line for 6 months which we have to maintain in BW.
    Can you please put the advise on the following things?
         Can we accommodate 50 Million records in ODS?
    If i.e. the case u201CCan we put the load for 50 Million records from ODS to Cube?u201D     And each record has to go check in another ODS to get the value for another InfoObject. Hence u201CIs the load going to be successful for the 50 Million records? Iu2019m not sure. Or do we get time out error?

    Harsha,
    The data load should go through ... some things to do / check...
    Delete the indices on cube before loading and then rebuild the same later after the load completes.
    regarding the lookup - if you are looking up specific values in another DSO - build a suitable secondary index on the DSO for the same ( preferably unique index )
    A DSo or cube can definitely hold 50 million records - we have had cases where we has 50 million records for 1 month with the DSO holding data for 6 to 10 months and the same with the cube also. Only that the reporting on the cube might be slow at a very detailed level.
    Also please state your version - 3.x or 7.0...
    also if you are on Oracle - plan for providing / backing up archive logs - since loading generates a lot of arcive logs...
    Edited by: Arun Varadarajan on Apr 21, 2009 2:30 AM

  • Display message when record is save in table

    Hello,
    How can i display message as "Record Save" when record successfully save into table.
    I have created a form and take one save button, when values fill up in the textboxes and SAVE button pressed record is successfully inserted in the table then
    but how can i display popup window that "Record is save".
    Thanks in advance.

    Hi,
    your page process can have a "success message" which will be displayed after this process has finished and the page is freshly displayed (if your branch doesn't filter the process success message).
    This would be the easiest way to display "Record is save", if you want to do this in a Popup (which is oldskool...) then you can add some javascript code to your process success message.
    brgds,
    Peter
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at

  • BEX and Excel 2007

    Hi experts,
    I want to know if BW BEX can use the 1million row capability of Excel 2007.
    When I am exporting data to excel, it is giving a warning 'Maximum number of rows (65535) exceeded. Result is incomplete.'
    This is the limit of excel 2003 version.
    Any inputs to this will be highly appreciated.
    Regards,
    Uday.

    Hello,
    In order to keep the backward compatibility with other Excel versions, BEx Analyzer still have such limitation.
    Here is a detailed explanation from SAP Development in this matter:
    "Besides the further testing need, we also consider that there are still lots of customers who have not begun using Excel 2007. If there is no such restriction in Analyzer, there might be problem when they have a large number of data to be displayed in Excel 2002/2003.
    Furthermore, BEx Analyzer is not a tool for the mass extraction of data, but a viewer/navigator tool for data. And due to the .NET Framework memory utilization limitation, there would be no more than 750,000 cells displayed in Analyzer. Please refer to note 1040454. If we consider the currently existing limitation of 65536 rows, this would mean something around 11 columns. Even when more rows are supported, the maximum number of cells that the .Net process can handle would not increase, which means the displayed columns would be very limited and not practical either.
    If you have to display so many rows, you can consider executing the report in the Java Web. This would be a workaround.
    We regret to say we could not provide more positive solutions. We are sorry for the inconvenience caused."
    Kind Regards,
    Marcio

  • Excel 2007-SAP Copy & Paste Issue

    I'm not sure this is the correct forum so if it needs to be moved please let me know.
    I am not a programmer, but we have a custom transaction that allows financial personnel to copy rows (sometimes tens of thousands) of data from Excel into SAP - which has the Office Integration tool excel embedded in the screen. Sometimes the user may have one or several different Excel 2007 windows open and one more SAP client windows open. Both SAP and Excel will periodically "lock up" or "freeze" after either one or several copy and paste functions. There doesn't seem to be any rhyme or reason to it.  The only common theme I can gather is it only happens in Excel 2007 and not Excel 2003.
    Any help would be greatly appreciated.
    Other Info:
    Using SAP Gui 710 Patch Level 13
    All PC's have at least the minimum required to run Office and SAP if not more in most cases.

    Hi Cindy,
    I am getting some problems in copying text from crm web ui portal to excel 2007. I am not sure about this, as it is SAP related problem or with windows 7.
    Earlier we were using Windows XP but now after windows 7 we are getting this problem and its not only for web ui, but  I copied some text from SAP marketplace into excel2007 and it shows popup which asks for credetials, even if you give your all possible credentials it doesnt work and you have to kill the Excel from task manager.
    Can you please guide me in this.
    I m not sure whether I m on right forum or not. Please reply.
    Thanks

  • How can I create a details cube with millions records

    Hello everyone,
    I need now to create a cube for details data. But the problem is that the details data is very large. There are some millions records.
    How can I design such cube in the essbase? Or can man create such cube in the essbase at all?
    I need your suggests. Thank you very much!
    Ming

    hello Sandeep,
    thank you for your reply.
    Our situation is we have biee+essbase.
    And the users want to see the details data. The data is too large.
    The users want to get all data from excel (hyperion).
    So there are many problem with the speed performance.
    How can I design so that the performance is better?
    Ming

  • Date can not display correctly in excel from .jsp

    Hi,
    I create a .jsp report to export the data to excel. the report run OK, except the date field can not display correctly.
    for example in database :start date ='01-oct-2003'
    in the except it displays to 02/06/02.
    It seem all the date field can not be control in the report, and control by somthing else
    Doese anyone come accross this problem?
    Thanks

    Hi Rong,
    Are you using the following demonstration to build your JSP?
    http://otn.oracle.com/products/reports/htdocs/getstart/demonstrations/index.html
    (Output to Excel with Oracle9i Report)
    I tried to do the same, and inserted a database date field in the JSP using Reports. I found the following:
    While making the template inside Excel, if I make sure that the format of the date cells is "Date" - some particular date format, the date field values from Reports does not get exported correctly.
    However, if you make sure that inside the template, the format of the date cells is not date, but "General", then the date field values are correctly exported to Excel.
    Pl try it and let us know.
    Navneet.

Maybe you are looking for

  • Need suggestion finding weird thing in SSAS (value changed to -1)

    Hi guys, probably a weird question but ...I had a measure the other day in my cube that was #error, because I noticed my calculation had [status].&[1] while the value in the cube was defined as [status].&[0]. I checked my tables, views and all column

  • Dynamic header text in table control - Dialog programming

    Hi All, I have a table control on one of my dialog screens.  I need to dynamically change the column header texts on this control in my PBO.  Does anyone know how to do this?  I have found all kinds of ways to modify the other characteristics of the

  • How to use css in servlet

    out.println("<link rel='stylesheet' type='text/css'"); out.println(" href='style_shop.css' />"); i typed above statement in a servlet but still doesn't show the style how i can fix it? Message was edited by: takamai

  • Xml file formatting

    Hi , Trying to generate an xml file using this select statement, SELECT XMLELEMENT("EmpList" , XMLELEMENT("Empinfo", XMLELEMENT("EID", e.empno), XMLELEMENT("HD", e.hiredate))) as "Result" FROM emp e WHERE rownum<4 Result <EmpList><Empinfo><EID>7369</

  • E Mac start up question

    My girlfriend was using her G4 E-Mac last night and suddenly Netscape wasn't closing so she tried restarting (force quiting) and then she manually shut it off. She went to restart the computer and it wouldn't come on (just the swirly start up screen)