Exporting a data form to Excel

When exporting a data form to excel, if any of the columns are read only the user is only getting the column headers, not the rows and no data. The export works correctly when all the columns are write. Has anyone had this issue before? We are version 11.1.1
Thanks,

May not help but on 9.3.1 I don't have this problem.
Log in as a user with restrictive rights
Go to a read-only form
File/Spreadsheet Export
Open Excel and all columns are available
JTS

Similar Messages

  • How to Export Table Data to a excel sheet using OPENROWSET

    Hi Team,
    I would like to Export table data to a excel sheet by using "OPENROWSET" command in SQL Server but I am getting the
    below error message
    Column name or number of supplied values does not match table definition.
    Please help me on how to export the table data to an excel sheet by using "OPENROWSET" in SQL Server

    I know this is old so I assume you've fixed this. However, for anyone else looking at this forum, I'd recommend using a union or a table join.
    Select a.1, a.2, a.3 from a <where clause>
    union
    Select b.1, b.2, b.3 from b <where clause>
    or
    use a type of join.
    If both table selects return the same number of columns but different data just reference them as a variable like fred, and Ted
    Select fred.1, fred.2, fred.3 from (Select a.1, a.2, a.3 from a) fred
    union
    Select Ted.1, Ted.2, Ted.3 from (Select b.1, b.2, b.3 from b) Ted
    or again some type of join of these two sets
    Select * from
    (Select a.1, a.2, a.3 from a) a
    INNER JOIN (Select b.1, b.2, b.3 from b) b ON b.1 = a.1
    This would give you 6 columns of data a1-3, and b1-3
    We don't know from your description what format your spreadsheet is in. These just give you the idea. Think of the sub-selects as a Table. It's just named "fred". Once your select holds all the data you need, then export the data to the spreadsheet. Use
    the horsepower of the database before trying to do a multple update of the same spreadsheet.
    Does this give you enough to fix what you were trying to do?   

  • Exporting table data to MS-Excel Sheet(enhanced Web Dynpro Binary Cache)

    Hi experts,
    I am trying to implement the functionality of downloading the contents of a webdynpro screen to excel sheet. In order to implement the functionality of excel download i used the following blog.
    [/people/subramanian.venkateswaran2/blog/2006/08/16/exporting-table-data-to-ms-excel-sheetenhanced-web-dynpro-binary-cache ]
    In this blog they have used javaexcel api to implement the excel functionality. I face some problems
    while implementing it.
    i) The use of "Label label = new Label(0, 2, "A label record");
    sheet.addCell(label); " is not supported. It says that a constructor for label with
    (int, int, str) parameter is not available.
    ii) Then i implemented it with "Label label = new Label("A label record"); " Then i deployed it. I got a runtime exception saying that " java.lang.ClassNotFoundException: jxl.format.CellFormat ".
    This cellFormat is an interface available in the jar. I am using jexcelapi_2_6_9_1.4 version. Do i have to
    download some other versions.
    Please help. Thanks in advance.
    Regards
    Ramanan

    Hi,
    Please check the following steps while creating External Library DC:
    1) creating an Extneral library DC
    2) import the JARs to the libraries folder of the External Library DC project
    3) Right-click on each of the JARs imported to the project and add them to the public part.
    This DC is now ready to be used as a build-time reference that will allow CBS to build the "main" Web Dynpro application that will use the external libraries. Next, we have to create a new Web Dynpro DC to hold the class files here are the steps:
    1) Create a new Web Dynpro DC
    2) Create a new public part, selecting the "Can be packaged into other build results" option
    3) Rename the JARs as Zip files and extrct the full content (folders and class files) to your root folder
    4) Import the folders and files to the src/packages folder
    5) Expand the public part node that was created and select the "Entities" node, right-click it and choose Edit
    6) In the Entity Type list select the "Folder" option then in the selected entities tree pick each of the folders that you imported in step 5 (above)
    7) Now do a DC build and a DC deploy of the project
    Then check-in, activate, and release any activities you have associated with creating these two projects. In the DC perspective, refresh the Active DCs and Inactive DCs to ensure that both new DCs appear in the Active list. Now we have to setup the references to these DCs in our main Web Dynpro application. To do this, follow these steps:
    1) Open the Web Dynpro perspective and right click the Used DCs node then choose "Add Used DC.."
    2) Pick the public part of the External Library DC that we created (first) and set it to have a Build Time dependency
    3) Again, right click the Used DCs node and choose "Add Used DC.." then choose the public part of the Web Dynpro DC that we created and give it a Run Time dependecy (weak) and click finish.
    4) Now, due to what I think is a bug. You must right click on the Web Dynpro "used DC" that you just added in the previous step, and set the run time dependency again (it seems to revert to the default values for some reason)
    5) Now do a DC build and a DC deploy on the "main" web dynpro application.
    6) Check-in, activate, and release any activities associated with adding these references and then others on your team may use the classes in the external libraries within the Web Dynpro project.
    Regards.
    Rajat

  • Exporting table data to MS-Excel Sheet 2000

    Dear All,
    I just wanted to export my webdynpro table data to MS-XL 2000 version.
    I know how to do it in XL-2003.
    pl help.
    Thanks & Regards
    Manoj Sahoo

    Hi Manoj,
    Go through this link to export the data to MS-Excel, it also provides you the sample application and PDF.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/1208c2cd-0401-0010-4ab6-f4736074acc6">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/1208c2cd-0401-0010-4ab6-f4736074acc6</a>
    Regards,
    Jhansi

  • How to export the data from an excel file to Oracle database by using macro

    Hi,
    I want to export data from an excel file into Oracle database.There is one method that by creating the macros through excel we are able to do this.
    can anybody please send me the code to create macros?
    Thanks in advance.
    Regards,
    Surendra.V

    There are several resources on the web, but you could start analyzing if this code fits your needs --> VBA Macro for Excel 2003 Export of Text File with Comma and Quote Delimiters.
    ~ Madrid

  • How to export the data to a  Excel file

    Hi all,
    How to use the  'EXCEL_OLE_STANDARD_DAT'
    to export the data from itab to EXCEL file.
    REPORT  ZT11.
    data : begin of itab occurs 0,
          t1(3)  type c  value 'sag',
          t2(3)  type c value 'ntc',
          end of itab.
          append itab.
          write : itab-t1,itab-t2.
          CALL FUNCTION 'GET_FIELDTAB'
          EXPORTING
            LANGU                     = SY-LANGU
            ONLY                      = ' '
            TABNAME                   = ' '
            WITHTEXT                  = 'X'
          IMPORTING
            HEADER                    =
            RC                        =
            TABLES
              FIELDTAB                  =
          EXCEPTIONS
            INTERNAL_ERROR            = 1
            NO_TEXTS_FOUND            = 2
            TABLE_HAS_NO_FIELDS       = 3
            TABLE_NOT_ACTIV           = 4
            OTHERS                    = 5
          IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ENDIF.
          CALL FUNCTION 'EXCEL_OLE_STANDARD_DAT'
            EXPORTING
              FILE_NAME                       =
            CREATE_PIVOT                    = 0
            DATA_SHEET_NAME                 = ' '
            PIVOT_SHEET_NAME                = ' '
            PASSWORD                        = ' '
            PASSWORD_OPTION                 = 0
          TABLES
            PIVOT_FIELD_TAB                 =
            DATA_TAB                        =
            FIELDNAMES                      =
          EXCEPTIONS
            FILE_NOT_EXIST                  = 1
            FILENAME_EXPECTED               = 2
            COMMUNICATION_ERROR             = 3
            OLE_OBJECT_METHOD_ERROR         = 4
            OLE_OBJECT_PROPERTY_ERROR       = 5
            INVALID_PIVOT_FIELDS            = 6
            DOWNLOAD_PROBLEM                = 7
            OTHERS                          = 8
          IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ENDIF.

    Hi, you can even use control technology. There are several example programs how to export data to excel. Please go to transaction SE80. Choose enviroment->examples -> control examples.  Take a look at office integration.
    /Ernesto

  • How to export the data to a excel file from RSA3?

    Hi experts,
    1.I am trying to save the RSA (SRM extractor) to excel spread sheet to compare SRM data with BI data. When i run the the transaction RSA3 it just showed me 10 different data packets. How to export the data to excel spread sheet for reconciliation?
    2. Does any body know if the stepup tables exist for SRM extractors?
    Thank in advance
    Sharat.

    Hello Sharat,
    You have two options of saving data to excel sheet:
    Step 1: 
    Goto RSA3, change the "Data Records / Calls" to 1000 and then execute. This way instead of 10 different packets you will get one packet.
    Step2:
    Click on the list button, open the packet by double clicking it. You will see all the data on your screen.
    Step3:
    Goto System -> List -> Save - > Local File -> Spreadsheet and give some name for your xls file.
    Assign points if helpful.
    Regards,
    F-S

  • Data Form in Excel Smartview

    Dear all,
    I am currently using hyperion planning 11.1.2.3, I have created a data form with write access directly in excel,
    I have defined the point of view, columns and rows to fit my needs.
    Now I want to enter data : I enter numbers on the grid, the cells become yellow, I click on submit data, the cell becomes gray again and a zero is displayed.
    it seems that the value has not been updated!
    could please help me?
    Thank you in advance.
    Best regards.
    Toufik

    Is that a multi currency application? If so data entry is done in Local. After the data entry you can run the currency conversion script to move it to the reporting currency.
    Read the following
    http://docs.oracle.com/cd/E17236_01/epm.1112/planning_user_11122300/ch09s01.html\
    http://docs.oracle.com/cd/E17236_01/epm.1112/planning_user_11122300/ch09s03.html
    http://docs.oracle.com/cd/E17236_01/epm.1112/planning_admin_11122300/ch12s04s22s01.html
    http://docs.oracle.com/cd/E17236_01/epm.1112/planning_admin_11122300/ch04s08.html
    Regards
    Celvin
    http://www.orahyplabs.com

  • Error Exporting Single data form LCM

    Hi,
    When i try to migrate specific data form it gives me this error
    "EPMLCM-37061: Listing has no entries"
    Any help.
    Regards.

    Tools - Forms - More Form Options - Merge Data Files into Spreadsheet...
    On Fri, Sep 26, 2014 at 5:10 AM, adoberookie11 <[email protected]>

  • Using viable data form an Excel

    Will recive a start time and end time to monitor a singal of peaks. This is a execl file. how do I get that data in for my controls.

    loX2:
    Sorry, no offense, but your question is not clear to us.
    Are you acquiring time stamped signal (or is it Single as in float32)
    data from some sort of instrument or card and then trying to write
    that data to an Excel file?
    or
    Are you trying to read time stamped signal (or is it Single as in
    float32)data in from an Excel file?
    or
    Are you trying to do something else?
    Please explain more carefully what you are trying to do and we will
    try to help.
    Douglas De Clue
    LabVIEW developer
    [email protected]
    louX2 wrote in message news:<[email protected]>...
    > Will recive a start time and end time to monitor a singal of peaks.
    > This is a execl file. how do I get that data in for my controls.

  • I cannot export an IRS form to Excel

    I cannot export an IRS form to Excel

    Hi CEDESPAR,
    What is your workflow to do that. Are you trying to open the form in browser?
    Or you are downloading the form on your computer first and then trying to fill it.
    Which application of Adobe you are using?
    Regards,
    Ajlan Huda.

  • OBIEE11g GO URL Hyperlink exported in clickable form to Excel

    Hi,
    I've had to use a GO URL as a drill through on one of our dashboards. Normall we use Action Link (BI Navigation).
    When the Anlaysis with the GO Url is exported to excel the hyperlink is exported in a clickable form.
    Anyone know if it's possible to stop the exporting of the hyper link in its clickable form?
    Regards

    Hi,
    I've had to use a GO URL as a drill through on one of our dashboards. Normall we use Action Link (BI Navigation).
    When the Anlaysis with the GO Url is exported to excel the hyperlink is exported in a clickable form.
    Anyone know if it's possible to stop the exporting of the hyper link in its clickable form?
    Regards

  • Having trouble exporting one specific form to Excel! The rest works fine.

    I'm expecting up to 180 responses on one form, and when I was about to report the incoming responses so far I couldn't convert it to Excel.
    It just gets stuck with a box saying it is converting, but nothing happens. I left it like that for hours and have now tried everything,
    shutting down, duplicating the form including the answers, try to export from a different computer and not just the once.
    All my other active forms works just fine, they can export to excel with no delay.Can anybody see what's the problem here?
    Happy to share the form if it is to any help solving this, don't want to get stuck copying everything manually.

    Hi;
    Can you share your form with me and we can investigate?  Share with [email protected] and please include a reference to this Forum post so I know what we are looking for; instructions for sharing your form: http://forums.adobe.com/docs/DOC-2462
    Thanks,
    Josh

  • Decimal places when exporting HFM form to Excel

    Hi All,
    We are on HFM 9.3.1.3.
    From the web, when we export a data form to Excel, we lose the decimal places.
    In our data form we use 3 decimal places, however all exports to Excel deafult to 0 decimal places. We can reproduce in Excel 2003 and 2007.
    Is there a setting we can change so that an export to Excel picks up the decimal places used in the data form?
    Thanks for your help.
    Seb

    Hi,
    Thanks for the reply. I just checked and both settings are the same:
    decimal separator is a . in the server's regional settings and user preferences.
    I have tried changing the regional settings to no avail.
    The strange thing is that if I connect from my laptop to another 9.3.1 environment then I can export to excel with the correct decimal places.
    I'd say this is definitely an environment issue.
    Thanks again for your help.
    Seb

  • Reg: Exporting the data into excel in ADF 11g application.

    Hi All,
    We have developed an application in ADF 11g which retrieves the data from database in the form of table. Now we have a requirement to export that data into an excel sheet.
    Can anyone please help us regarding this.
    Thanks,
    Harsha

    Hi Harsha,
    you can use <af:exportCollectionActionListener /> component to do that. Set the exportedId property to point to of the table. You have options to export all rows or only selected rows.
    <af:commandToolbarButton text="Export All Rows to Excel" immediate="true"
                                                   id="exportAll">
    <af:exportCollectionActionListener type="excelHTML" exportedId="table"
                                                     filename="export.xls"
                                                     title="ADF Faces Export - All" exportedRows="all"/>
    </af:commandToolbarButton>
    <af:commandToolbarButton text="Export Selected Rows to Excel" immediate="true"
                                            id="exportSelected">
    <af:exportCollectionActionListener type="excelHTML" exportedId="table"
                                                     filename="export.xls"
                                                     title="ADF Faces Export - Selected Rows"
                                                      exportedRows="selected"/>
    </af:commandToolbarButton>Good Luck,
    Luc Bors

Maybe you are looking for

  • Calculator errors in German Leopard 10.5.x

    Hi, with Leopard the Calculator no longer works correctly: it won't let me type a "." (e.g. 27.5) during a calculus operation. It will not accept me typing neither a comma nor a dot. True, my Region settings for currency are set to "1234,50", meaning

  • No car power adapters work!

    I have have tried 3 power adapters sold at the Apple store and none work with the PowerBook G4. The saleperson was very helpful, but said that they have seen this before! (Green light comes and then it slowly blinks yellow or just stays green.) I ask

  • CRM Pricing authorization

    Hello All - We are working on CRM 2007 authorizations. We have a scenario: a user having authorization for creating sales order ( via. CRMD_ORDER t-code). He should not have access to modify values in u201CPricesu201D & u201CConditionsu201D tabs (mea

  • MacBook Pro is overheating in Windows 7

    My MacBook Pro is overheating with the public beta release of Windows 7. This never used to happen in XP. I'm at a loss as to why this is. Windows 7 32-bit on a MacBook Pro 2,2.

  • Overview of SM50

    Hi Friends,                Could u provide me with a complete overview of the T-Code SM50..I mean the technicality behind it and how to analyse the schedules from it.