Excel *.xls or *.xlsx for dimension sheet format in Admin Console?

Dear all:
We are in the process of upgrading BPC 5.1 to 7.0, and I was prompted a message about the Excel format (2007 or 2003) when I first opened up a dimension in Admin Console, after BPC 7.0 was installed.
My questions are:
1. What are the pros and cons?
2. Excel 2003 has the limitation of 65000 rows, so does that mean once I choose 2003 format, my dimension members can only have 65000 limitation? If not, what is the workaround?
3. If I select Excel 2007 as my default format, and want to switch to Excel 2003, is there a way to do so?
Thank you very much!
Sincerely,
Brian

Hi Brian Hsu,
Please refer to the SAP Note below:
SAP Note 1265872 - Excel 2007 format template supported in Admin console.
Summary
Symptom
Admin console does not support Excel 2007 format in previous versions.
Other terms
BPC 7.0 SP2 Microsoft, BPC 7M SP02, Excel 2007 format(xlsx), Admin console, dimension member sheet,
Reason and Prerequisites
The previous version of Admin console supported Excel 2003 file format only. Users could not use Excel 2007 file format ('xlsx').
Solution
Implemented in 7.0M SP2.
BPC Administration console will support both Excel 2003 and Excel 2007
file format for dimension member sheet. And the BPC Administration
console uses the value of 'MEMBERSHEET_VERSION' in tblDefaults table
internally to judge which file format is used for dimension member
sheet. The value can be "2003" or "2007" and be set by selecting the
value from popup window as below. Once the value is set via the popup
window, the value cannot be changed, so we recommend reading the below
explanation for each case first and then setting the value.
  KeyID and Value in tblDefaults;
    - [KeyID]: MEMBERSHEET_VERSION
    - [VALUE]: "2003" OR "2007"
Below is the behavior of the Excel version when users try to save a
dimension member sheet to server or process dimension with member sheet;
1. No record having MEMBERSHEET_VERSION in tblDefaults after installing
BPC 7M SP2 or later
   a)Excel 2003 users
     - Download 'xls' file and save to server without any message.
   b)Excel 2007 users
     - A popup window for selecting 2003 or 2007 will come up and if
       user selects 2007, a warning message that Excel 2003 users
       cannot usedimension member sheet file anymore will come up once
       again and then the file format will be changed to 'xlsx'
     - Create, Modify, Copy dimension: The file format of the member
       sheet will be 'xls'.
2. MEMBERSHEET_VERSION=2003
   a)Excel 2003 users
     - Download 'xls' file and save to server as 'xls'
   b)Excel 2007 users
     - Dimension member sheet file will be saved as 2003 file format by
       'SaveAs'
3. MEMBERSHEET_VERSION=2007
   a)Excel 2003 users
     - User cannot download dimension member sheet file so cannot use
       dimension member sheet any more.
   b)Excel 2007 users
     - Download 'xlsx' file from server and if there is only 'xls', the
       file will be downloaded from server and then it will be changed         to 'xlsx' when save to server.
     - Create dimension: The file format will be 'xlsx'
     - Modify, Copy dimension: The file format will be followed by the
       downloaded file format.
[Limitation]
If the value of MEMBERSHEET_VERSION is set to 2007, users who use Office 2003 cannot access and modify dimension member sheet file any more. Only users who use Office 2007 can access and modify dimension member sheet.

Similar Messages

  • Custom colours for  - Content Repositry Tree in Admin Console

    Hi All ,
    I am using weblogit 10.2 and MySql 5.0.
    I am usng default workflow for the content.
    Is it possible to display custom colours in the content repository tree, for the content based on the workflow status.
    and also in the tree , left side of content will have small image. This image also should be cusomizable based on workflow state of the content.
    I have changed images present in following location:
    servers\AdminServer\tmp\_WL_user\wlp-tools-common-web-lib\4z3u4s\framework\skins\wlp-tools\images
    But the changes are not reflected in the admin console tree view ,after redoplying the application.
    Srinvias

    Are you sure that the connection pool and datasource deployed
    successfully? (Check the logs for an error.)
    Also, I suspect that you want a TxDataSource instead of a
    JDBCDataSource.
    -- Rob
    Weblogic NewsGroups wrote:
    Summary of problem: Get a javax.naming.NamingNotFoundException when
    selecting the DataSource (see the configuration below) in server JNDI
    tree in Admin Console
    TheConnection Pool and a corresponding DataSource are configured as
    follows:
    <JDBCDataSource
    JNDIName="jdbc.PNStoreDB"
    Name="PNStoreDB"
    PoolName="PNStorePool"
    Targets="serverA"
    />
    <JDBCConnectionPool
    CapacityIncrement="2"
    DriverName="weblogic.jdbc.oci.Driver"
    InitialCapacity="2"
    LoginDelaySeconds="1"
    MaxCapacity="10"
    Name="PNStorePool"
    Properties="user=rms;password=rms;server=ora81"
    RefreshMinutes="10"
    Targets="serverA"
    TestTableName="dual"
    URL="jdbc:weblogic:oracle"
    />
    Can't figure out why this is happening. The following is output to
    the Admin Server command prompt:
    <May 18, 2001 10:20:02 AM EDT> <Error> <HTTP>
    <[WebAppServletContext(6233000,console)] exception raised on
    '/console/panel
    javax.naming.NameNotFoundException: Unable to resolve jdbc. Resolved:
    '' Unresolved:'jdbc' ; remaining name ''
    <<no stack trace available>>
    I tried using a different JNDI name for the DataSource (e.g. just
    PNStoreDB) with no success.
    The weird thing is that it messes up other resources bound in the JNDI
    tree. For e.g. I have some EJB's bound under ejb/XXXX that I can
    click on and view in the Admin Console (JNDI tree) before I add the
    pool and DataSource. After I add them though, I see the same
    NameNotFoundException for these as well.
    Thanks in advance for your help.--
    Coming Soon: Building J2EE Applications & BEA WebLogic Server
    by Michael Girdley, Rob Woollen, and Sandra Emerson
    http://learnweblogic.com

  • Using NPOI to open both XLS and XLSX for reading

    I am having an issue opening an Excel 2007 (xls) Workbook.  I receive the following error:
    The supplied data appears to be in the Office 2007+ XML. You are calling the part of POI that deals with OLE2 Office Documents. You need to call a different part of POI to process this data (eg XSSF instead of HSSF)
    My code for reading xls file is:
    // Workbook object
    HSSFWorkbook hssfworkbook;
    // create workbook object using file stream
    using (FileStream file = new FileStream(path, FileMode.Open, FileAccess.Read))
    hssfworkbook = new HSSFWorkbook(file);
      Please tell me the solution for above issue.
    Thank you.
             

    Hi Vani d,
    I am afraid that NPOI is third-party dll. This is out of our support. So i will move to off-topic forum.
    But here are some useful info as below
    Please note the following code, When opening a workbook,  a .xls using HSSFWorkbook,  a .xlsx using   XSSFWorkbook. Please refer to
    http://poi.apache.org/spreadsheet/quick-guide.html for more information.
    Workbook wb = new HSSFWorkbook();
    FileOutputStream fileOut = new FileOutputStream("workbook.xls");
    wb.write(fileOut);
    fileOut.close();
    Workbook wb = new XSSFWorkbook();
    FileOutputStream fileOut = new FileOutputStream("workbook.xlsx");
    wb.write(fileOut);
    fileOut.close();
    Have a nice day!
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Unable to open .xls and .xlsx files from windows explorer or from Microsoft outlook using MS Office 2007

    When I double click on an .xls or .xlsx file Excel will open up, but I never see the file open up.
    If I right click on the excel file and say open with excel I then get the following error:
    "Windows cannot find file c:\test\test.xls.  Make sure you typed the name correctly, and then try again...."
    Everywhere I looked seems to indicate the file associations was messed up so per a technical document I deleted the .xls and .xlsx association and then ran the Office 2007 repair and rebooted.  Still not working even after office puts the .xls and .xlsx
    file associations in.
    Here is what I see the in .xls and .xlsx for the &Open action:
    Application: "C:\Program Files\Microsoft Office\Office12\EXCEL.EXE" /e
    UseDDE: Checked
    DDE Message: [open("%1")]
    Any guidance would be appreciated!
    Greg

    In the ened I had to go into Excel Options, Advanced, General, and uncheck the "ignore other applicaitons....".  BUT this only worked after doing the Office 2007 repair.

  • "File not Found" error in the admin console for dimension

    Hi All,
    We are onto the BPC7 MS version and recently we have started facing an error "File Not Found" while trying to access the dimension members from the admin console.
    I have checked the "adminapp" folder where all the dimension files should be placed in the system, the files are present in the folder.
    The mbr<DIMENSION>  tables are also present in the database and have the members intact.
    I have also tried with processing the dimensions (NOT processing from the membersheet) and it goes successful, but still face the same "File Not Found" Error.
    We have a single appset and a single application.
    Regards
    Raghav

    Hi Sorin,
    Where can I check the File path if it is set incorrect?
    I am recieving this message for all the dimensions, even when I click on the "maintain dimension members", try to process or even try to copy them i have this pop up showing "file not found".
    I have the dimension tables intact at the DB servers and they have the members in them.
    Regards
    Raghav

  • How to  send ALV output data into Excel sheet format via Mail to the user?

    Hi friends,
    I have a doubt ie,
    How to  send ALV output data into Excel sheet format via Mail to the user?
    regards
    Moosa

    Hi,
    Provide the output internal table to the objbin in the below FM
    Send Message
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
           EXPORTING
                document_data              = i_docdata
                put_in_outbox              = c_x
           TABLES
                packing_list               = i_objpack
                object_header              = i_objhead
                contents_bin               = i_objbin
                contents_txt               = i_objtxt
                receivers                  = i_reclist
    and specify the document type
      i_objpack-doc_type   = 'XLS'.
    and try.
    Regards,
    Nandha

  • I created a spreadsheet using Microsoft office 2010 Excel.  When I open the sheet using Numbers, the formatting changes.  How do I fix this?

    I created a spreadsheet using Microsoft office 2010 Excel.  When I open the sheet using Numbers, the formatting changes.  How do I fix this?

    If you plan to share or work with people who regulary use MS Excel you should not try to use this in Numbers.  You will have constant problems with how each program translates the formatting.
    If you want to use Numbers, use it exclusively.  If it is for your job use the tool your company uses.

  • Excel cannot open the file 'file.xlsx' because the file format

    Every now and then, when I try opening an Excel file, I get a message saying that "Excel cannot open the file 'file.xlsx' because the file format or the file extension is not valid. Verify that the file has not been corrupted and that the file extension
    matches the format of the file.

    Hi,
    Which Excel version are you using? As far as I know, this issue is caused by malware on the affected machine.There are now two known variants of malware which causes this problem: Win32/Crilock.A and
    Win32/Buma!rts. They have both been identified as a new family of ransomware.
    We'd better clean your machine, run Microsoft Safety Scanner (http://www.microsoft.com/security/scanner/en-us/default.aspx).
    For more detail information, please refer to the following link:
    http://blogs.technet.com/b/the_microsoft_excel_support_team_blog/archive/2013/09/07/quot-cannot-open-the-file-because-the-file-format-or-extension-is-invalid-quot-opening-office-files.aspx
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Upload data from excel( XLS/xs format) in SAP CRM

    Upload data from excel( XLS/xs format) in SAP CRM  7.0 as there is no *ALSM*EXCEL*ITAB* like FM there unlike ECC 6.0...?

    hello Buddy,
    plz go through below links
    http://wiki.scn.sap.com/wiki/display/CRM/CRM+Web+UI+-+Uploading+data+from+Excel+files
    http://scn.sap.com/docs/DOC-50732
    http://scn.sap.com/docs/DOC-31985
    Hope This will Help You...

  • Regarding conversion of PDF Reports into .XLS or .XLSX format report in SAP MII

    Hi,
    Is there any way out within the scope of SAP MII to convert PDF Reports into .XLS or .XLSX formatted output.
    It is possible to convert PDF Reports into .CSV format through SAP MII, but I am not sure about .XLS format.
    Can anyone help me doing this?

    Hi Sue,
    I would like to assist! I just reached out to you directly. It will come from: [email protected]
    Let's see what we can figure out!
    Kind regards, Stacy

  • Excel xls spreadsheets no longer open from links in Firefox 3.6.8 for Mac OS 10.6.4

    My website contains links to MS Excel xls documents. In the past, I have always been able to open those Excel docs from within Firefox. But after I got a new Mac Mini with Mac OS 10.6.4 and MS Office 2008, my links no longer worked on the Mac OS platform.

    You need to use the command line switch -safe-mode in the Terminal to start Firefox 3.6 versions in Safe Mode.
    *https://support.mozilla.org/kb/Safe+Mode
    *http://kb.mozillazine.org/Safe_Mode
    The last Firefox version that runs on Mac OS X 10.4 is Firefox 3.6.28.
    For an unofficial Firefox 17.0.5 ESR compatible version (TenFourFox) that runs on PowerPC Macs with OS X 10.4.11 or OS X 10.5.8 you can look at:
    *http://www.floodgap.com/software/tenfourfox/
    *http://www.macupdate.com/app/mac/37761/tenfourfox
    *http://code.google.com/p/tenfourfox//wiki/ReleaseNotes1705
    *http://code.google.com/p/tenfourfox//wiki/PluginsNoLongerSupported
    *http://code.google.com/p/tenfourfox//wiki/QuickTimeEnabler
    *http://code.google.com/p/tenfourfox//wiki/AAATheFAQ

  • How to prepare the Format of Flat file(Excel or Text file) for sales order

    Hi All,
    My requirement is to prepare the Flat File formats(Excel or Text file) for sales order Conversion using BAPI by COB.
    Needed Sample Excel or Text flat file .
    Thanks for all.
    Regards,
    Chowdary
    Moderator message : Search for available information. Thread locked. 
    Your similiar question [Flat files formats|Flat files formats] has been already locked for similiar reason.  Read forum rules before posting.
    Edited by: Vinod Kumar on Jul 8, 2011 9:36 AM

    Hi,
    You can use something like this:
    switch(cell.getCellType()) {
      case Cell.CELL_TYPE_STRING:
        System.out.println(cell.getRichStringCellValue().getString());
        break;
      case Cell.CELL_TYPE_NUMERIC:
        if(DateUtil.isCellDateFormatted(cell)) {
          System.out.println(cell.getDateCellValue());
        else {
          System.out.println(cell.getNumericCellValue());
        break;
        case Cell.CELL_TYPE_BOOLEAN:
          System.out.println(cell.getBooleanCellValue());
          break;
        case Cell.CELL_TYPE_FORMULA:
          System.out.println(cell.getCellFormula());
          break;
        default:
          System.out.println();
    Hope it helps,
    Daniel

  • Want to write some data into xls or cvs  in defferent sheet

    Hello,
         I want to write some data into xls or cvs in defferent sheet (under one xls or csv file).
         suppose i have 3 StringBuffer i want to to write one StringBuffer into one sheet1 another one in sheet2 and last one in sheet3.
         Please suggest me somthing.

    First of: csv files don't have sheets. Only Excel files have that.
    Second: for Excel you'll have to find a library that implements that format for you. Apache POI is one possible choice, jExcelAPI is another one.

  • .xls and .xlsx file upload in webdynpro

    Hi All,
    Its very urgent.Tried for many options, Searched the scn. But no result. None of them are consistent while uploading xls and xlsx file.
    Sometimes the same file is working garbage value and sometime is working fine.
    Even I tried using CL_FDT_XL_SPREADSHEET , but its always been caught by cx_fdt_excel_core.
    Could anyone suggest me what to do in this case, as my client is not agreeing to any other kind of file .

    Hi Prabhati,
         i had a similar requirement  but i was able to persuade my clients to use tab delimeted file(saved as xls).
    XLS and XLSX excel upload in WDA - webdynpro
    Thanks & Regards,
    Tashi

  • How to Read data from excel file without converting a excel file into .csv or any other format

    Hello,
    Can somebody suggest me how to read from an excel file (consisting of 10 work sheets) to an array?
    Thanks,
    She

    You have to be careful when using the spreadsheet-files vi's.  They are located in the Functions Palette under File IO, you will find "Write To / Read From Spreadsheet File.vi"s. 
    Here is what the Context Help says about the vi function:
    "Reads a specified number of lines or rows from a numeric text file beginning at a specified character offset and converts the data to a 2D, single-precision array of numbers. You optionally can transpose the array. The VI opens the file before reading from it and closes it afterwards. You can use this VI to read a spreadsheet file saved in text format. This VI calls the Spreadsheet String to Array function to convert the data. "
    This is quick & easy when the spreadsheet is all the same format.  You can set the format to string as well.  HOWEVER...  you do have to convert the Excel spreadsheet to text before using it.
    I haven't experimented with the Active-X, but it may look as the way to go if you have combination text / numeric values in the spreadsheet.
    If you did convert it to text, then you can use array functions as well and treating the file as an array of strings (see very brief example attached).  The example is to illustrate a point only  
    JLV
    Attachments:
    starting point for spreadsheet.vi ‏28 KB

Maybe you are looking for

  • Can i use Creative cloud on a PC and a MAC

    I have creative cloud which i use o my PC but i recently bought an Apple PowerMAC and i want to know if i can use my same subscription on this too, along side the PC?

  • How do I fix a 1439 error on iPod Classic

    iPod Classic not working at all.  Tried resetting with no luck.  Tried to restore - comes up with [The iPod "iPod" could not be restored. An unknown error occurred (1439).]  How do I fix a 1439 error?

  • Where is the highlight pop up search gone?

    With the older version when you would hi lite a word on a web page, a box would pop up with a 1/2 " which included google and when you clicked on it, a new page of the item would pop up. It doesn't seem to work with beta 4 . CAN SOMEONE HELP ME FIND

  • I-tunes wont start just a message "i-tunes has encounter a problem"

    Could someone please help everytime i start i-tunes i keep getting a message "i-tunes has encounter a problem and needs to close" ive tried to reinstall but no joy, my system seem to be fine has no problem anywhere else. Thanks in advance skylog.

  • How do I reduce the width of UIPicker element

    I am using a UIPicker in my app but my app is in landscape mode and am not able to reduce the width and height of the UIPicker. Can anyone let me know the solution.