Standard document interface is not available

Hi All,
I am using the method "get_spreadsheet_interface" from class "i_oi_document_proxy" to get the interface from an 2007 Excel File with multiple worksheets.  I have successfully opened the file using "open_document" but when I execute the "get_spreadsheet_interface" I got the error "Standard Document Interface is not available".  My gui is 710 and the patch level is 21.  I would like to ask is there any additional plugin which I have to install? 
Thanks.

Hi Madhu, I got stuck at the get_document_interface...   thanks
DATA:
oref_container   TYPE REF TO cl_gui_custom_container,
iref_control     TYPE REF TO i_oi_container_control,
iref_document    TYPE REF TO i_oi_document_proxy,
iref_spreadsheet TYPE REF TO i_oi_spreadsheet,
iref_error       TYPE REF TO i_oi_error.
DATA:
v_document_url TYPE c LENGTH 256,
i_sheets TYPE soi_sheets_table,
wa_sheets TYPE soi_sheets,
i_data        TYPE soi_generic_table,
wa_data       TYPE soi_generic_item,
i_ranges      TYPE soi_range_list,
AVAILABLE     TYPE I.
PARAMETERS:
p_file  TYPE  localfile OBLIGATORY,
p_rows TYPE i DEFAULT 100 OBLIGATORY, "Rows (Maximum 65536)
p_cols TYPE i DEFAULT 10 OBLIGATORY.    "Columns (Maximum 256)
INITIALIZATION.
  CALL METHOD c_oi_container_control_creator=>get_container_control
     IMPORTING
       control = iref_control
       error   = iref_error
     retcode =
  IF iref_error->has_failed = 'X'.
    CALL METHOD iref_error->raise_message
      EXPORTING
        type = 'E'.
  ENDIF.
  CREATE OBJECT oref_container
    EXPORTING
     parent                      =
       container_name              = 'CONT'
     style                       =
     lifetime                    = lifetime_default
     repid                       =
     dynnr                       =
     no_autodef_progid_dynnr     =
    EXCEPTIONS
       cntl_error                  = 1
       cntl_system_error           = 2
       create_error                = 3
       lifetime_error              = 4
       lifetime_dynpro_dynpro_link = 5
       OTHERS                      = 6.
  IF sy-subrc <> 0.
    MESSAGE e001(00) WITH 'Error while creating container'.
  ENDIF.
  CALL METHOD iref_control->init_control
    EXPORTING
     dynpro_nr                = SY-DYNNR
     gui_container            = ' '
       inplace_enabled          = 'X'
     inplace_mode             = 0
     inplace_resize_documents = ' '
     inplace_scroll_documents = ' '
     inplace_show_toolbars    = 'X'
     no_flush                 = ' '
     parent_id                = cl_gui_cfw=>dynpro_0
       r3_application_name      = 'EXCEL CONTAINER'
     register_on_close_event  = ' '
     register_on_custom_event = ' '
     rep_id                   = SY-REPID
     shell_style              = 1384185856
       parent                   = oref_container
     name                     =
     autoalign                = 'x'
    IMPORTING
       error                    = iref_error
     retcode                  =
    EXCEPTIONS
       javabeannotsupported     = 1
       OTHERS                   = 2
  IF iref_error->has_failed = 'X'.
    CALL METHOD iref_error->raise_message
      EXPORTING
        type = 'E'.
  ENDIF.
  CALL METHOD iref_control->get_document_proxy
    EXPORTING
    document_format    = 'NATIVE'
      document_type      = soi_doctype_excel_sheet
    no_flush           = ' '
    register_container = ' '
     IMPORTING
       document_proxy     = iref_document
       error              = iref_error
   retcode            =
  IF iref_error->has_failed = 'X'.
    CALL METHOD iref_error->raise_message
      EXPORTING
        type = 'E'.
  ENDIF.
AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
To provide F4 help for the file
  PERFORM sub_file_f4.
START-OF-SELECTION.
  CONCATENATE 'FILE://' p_file INTO v_document_url.
  CALL METHOD iref_document->open_document
    EXPORTING
      document_title   = 'Excel'
      document_url     = v_document_url
    no_flush         = ' '
      open_inplace     = 'X'
    open_readonly    = ' '
    protect_document = ' '
    onsave_macro     = ' '
    startup_macro    = ''
    user_info        =
    IMPORTING
      error            = iref_error
    retcode          =
  IF iref_error->has_failed = 'X'.
    CALL METHOD iref_error->raise_message
      EXPORTING
        type = 'I'.
    LEAVE LIST-PROCESSING.
  ENDIF.
  CALL METHOD iref_document->get_spreadsheet_interface
     EXPORTING
       no_flush        = ' '
    IMPORTING
      error           = iref_error
      sheet_interface = iref_spreadsheet
    retcode         =
  IF iref_error->has_failed = 'X'.
    CALL METHOD iref_error->raise_message
      EXPORTING
        type = 'I'.
    LEAVE LIST-PROCESSING.
  ENDIF.

Similar Messages

  • Error message: "the previously selected audio interface is not available"

    HELP?!?!?!?!?
    I'm stuck, and I can't go forward. Here's my issue:
    I've bought a Focusrite Saffire LE, a simple firewire audio interface, for use with my Logic Express 7 (with all the latest updates). I run the setup assistant and select my saffire as the audio interface to use, and then when logic runs I get the message "the previously selected audio interface is not available" and it defaults to my Macbook Pro's internal microphone and speakers.
    Just for sanity I've tested the audio interface with garageband and it's fine. My other audio apps aso run fine using the saffire as the audio interface. The setup assistant for logic has no problem finding the saffire, so why does it get rejected as soon as logic starts?!?!?
    Please - this is driving me crazy.

    I asked Focusrite for some help, and they said it should work (which I knew) and made some suggestions. Here's their email:
    "Saffire LE should work fine in Logic Express.
    Try resetting your logic preferences. Go to Logic > preferences > initialise all except key commands.
    Do you still have the same problem?
    Do you have any other firewire devices attached?
    Have you had any other interfaces installed in the past?"
    All good suggestions, but so far no luck.
    Has someone else got the same config as me? (15" Macbook Pro and focusrite saffire le)?

  • Interface IFGOSASERV not available

    hi to all,
             I am trying to use concept called Generic Object Services.  I used tcode SWO1 . we need to create  interface IFGOSASERV in swo1, this interface is not available. is there any option for that. I searched lot in sdn , but solution is not available. please tell me the solution. thank you.

    use IFGOSXSERV

  • Identity managent user interface is not available

    when i try to acces user administration i get following error.
    A required service for the identity management user interface is not available. Contact your system administrator.

    See OSS note 869852 - Central Note For UME Web Dynpro UIs (user Admin in Portal). Topic #5 Troubleshooting discusses some possible solutions. We have found that sometimes, a complete shutdown and restart of the server works.  Also, our Basis guys stopped and then restarted application com.sap.security.core.admin in the visual administrator and then the User Admin functionality was available for awhile until the portal was stopped/started for backup. Our Basis group is going to look into this further and I will post any additional info that we find.  Would appreciate it if you would do the same.

  • M Audio firewire solo with yosemite - 'The previously selected audio interface is not available'.

    Hi, I recently bought a new mac mini with yosemite OS. I plugged in my M-audio firewire solo and (after a bit of trouble) finally managed to see it appear in GB. then moments later a dialogue box appears with 'The previously selected audio interface is not available'.
    There doesn't appear to be any update drivers from M-Audio and the CD that came with the interface also does not work?
    I can't find any information with this problem. Can any one help?

    Oops. . . A loose lead connection may have been the problem, although still not receiving a signal?

  • Document alert me not available

    The Alert Me menu on a documents page is not behaving as I understood it.   When I select it, it correctly has the option "Set alert on this library", which works as expected..  However, when I check a single documents and select
    the icon, it does not contain the option "Set alert on this document".
    any suggestions to use this feature?
    Steve Feldman

    up everyone: I found that the option does not appear when the document is selected from a list, which I had seen in a video clip I had seen.  
    But when I viewed the properties of a the document, there Alert me option does permit tagging that document for alerts.
    Steve Feldman

  • Acrobat 9 Standard - Document Message Bar not shown in shared review

    A pdf file is "send for shared review" by Acrobat 8 or 9 on a network folder.
    The file is shared review enabled and is storred at the network folder correctly.
    If the file is opened by Acrobat 9 Standard the yellow
    Document Message Bar (DMB)does not show up.
    Opening using Acrobat 8 Standard or Pro works fine and presents the DMB.
    Doing a review without the Document Message Bar is really clumsy, so
    any help is very welcome.
    Tested so far:
    Registry key has no influence:
    ...FormsPrefs\bHideDocumentMessageBar
    Information from kb-entry is applied:
    http://kb2.adobe.com/cps/508/cpsid_50894.html
    Deleted the 3 Reg-Values:
        [HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\9.0\Workflows]
        "bEnableAcrobatHS"=dword:00000000\
        [HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\9.0\Workflows]
        "bEnableWorkflowPart"=dword:00000000
        [HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\9.0\Workflows]
        "bEnableRTCPart"=dword:00000000
    Created this 4 Reg-Values:  
        [HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\9.0\Workflows]
        "bEnableRTCAuth"=dword:00000000     
        [HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\9.0\Workflows]
        "bEnableHSLibrary"=dword:00000000         
        [HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\9.0\Workflows]
        "bEnableShareFile"=dword:00000000          
        [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Adobe Acrobat\9.0\FeatureLockDown]
        "bCreateBuzzwordDoc"=dword:00000000
    All Acrobats have actual versions (9.3.2  and  8.2.1)
    Message was edited by: walker81

    The answer:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Adobe  Acrobat\9.0\FeatureLockDown\cDocumentStatus]
    "bSuppressMessageBar"=dword:00000000
    Sometimes  IT-dept. customises without telling it and forgetting it immediately.

  • CreditWorthinessQuery_out service interface is not available

    Hello All,
    We are trying to connect SAP SD with SAP FSCM.
    Whenever we are trying to create Sales order, it giving error. Actually at this point system is trying to check customers credit worthiness.
    In sap system , sxmb_moni shows message into error as receiver is not found.
    This is the namespace and service interface.
    "http://sap.com/xi/PI/FIN/Operational/Global"  and  service interface "CreditWorthinessQuery_out"
    In PI7.1 ESR  FINBASIS_604 content is imported. I don't see above namspace and service interface  in given software component.
    Please let me know which software component need to be imported in ESR?.
    thanks,
    Sharada

    Thanks UDO,
    We need to integrate SAP SD with SAP FSCM.
    As per your suggestion, I have imported  following  xi contents in ESR,
    1.
         FINBASIS 603  as  SAP FSCM version is as given
         FINBASIS     603     0004     SAPK-60304INFINBASIS     FINBASIS 603     Component Supp. Pkg.
    2.SAP APPL 603 as logistics and Accounting patch level is as
       SAP_APPL     603     0004     SAPKH60304     Logistics and Accounting     APPL Support Package
    I have created a business system and have software product SAP ECC6.0 and SAP FSCM6.0.
    I cannot use interfaces from above software components as SAP ECC6.0 adds software component SAP APPL6.0  to that business system and  SAP FSCM6.0 adds software component to that business system.
    Latest version of software product of ECC available in SLD is  SAP ECC6.0
    Latest version of software product of SAP FSCM  available in SLD is  SAP FSCM6.0
    I want to add software components SAP APPL 603 and FINBASIS 603 to my business system. In this case which software product can be added to technical system?.
    Do I have to imprt latest CIM component in SLD?
    thanks,
    Sharada

  • Shared Component User Interface Templates not available for page use.

    Hello.
    I created a new User Interface Template using the wizard under shared components. All it's supposed to do is display a header image on the page. I can click on the title under User Interface Templates and it will display fine. If I try to use that template, it will not display as an option under Display Option use custom template LOV under the Main tab of page modifications. Shouldn't it be available here for selection? I couldn't find any access grant options under Shared Components that might have explained this problem.
    Thanks.
    Kurt

    Does anyone else have this problem? How did you fix it?

  • Add Document Link is not available

    Hi ,
    I have a site in which am having Read Access.
    I am creating a document library and a folder inside that document library(I am having Contribute access for that folder alone).
    Inside that folder i am unable to find ADD Document Link.I could upload document thorugh upload link in ribbon and not the usual way of using ADD Document.
    Can anyone tell me why this is happening so?

    Hello,
    I think, this is default behavior and i have tested from my side too. If you give only read permission to library and break the permission at folder level and give contribute access on folder, then user will not see add documents link. As per my research,
    you have to give contribute right at library level to view the add documents link OR use ribbon.
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Recurring Marketing Documents not available

    Although SBO contains recurring AP and AR documents, they are not available for most country localisations.  This is a very common requirement in Australia
    Regards
    Jeff

    Hi Jeffrey,
    there are 2 ways with which to achieve recurring marketing documents:
    1.) Use the 'Duplicate' functionality.
    2.) Use the 'Document Draft' functionality.
    Both can be used to easily work with recurring marketing documents.
    All the best,
    Kerstin

  • Why am I getting-"The ExternalInterface is not available in this container" in Flex Mobile Project

    I am using StageWebView to show an HTML page. I want to call a function in my flex mobile project to be called from a JS function. Using ExternalInterface, I have 
       in Flex - 
        ExternalInterface.addCallback("myFunction",myFunc);
       in JS -
            function thisMovie(movieName) {
               if (navigator.appName.indexOf("Microsoft") != -1) {
                 return window[movieName];
               } else {
                 return document[movieName];
           function showAlert()
                  alert("Going to call AS function");
                thisMovie("ShowLocalHTML").myFunction("Hello");
                  return false;
    I am getting "Error: Error #2067: The ExternalInterface is not available in this container. ExternalInterface requires Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 and greater, or other browsers that support NPRuntime." when trying to run the application.
    And my project targets Android platform. And  I have Mozilla, Chrome installed on my desktop - although I am not user if that is relevant to the problem.
    Please help in resolving this issue.

    Is there an alternative?
    I want to display a local HTML file and then allow for JS to Flex communication. I am new to Flex and AS. As per my understanding, StageWebView is the only way to
    show a local HTML file in a mobile project. If the script interface is not available - then I cannot achieve JS-to-Flex communication. So is there any other way to do this??
    Please help ...else I will have to abandon my foray into Flex, AS and go back to Android Java.

  • Query.setRange() not available on standard javax.jdo.Query interface?

    Hi Kodo people, I'm trying out Kodo 3.2.0, most specifically for the
    spiffy new setRange() functionality. However, I'm somewhat confused
    because while the docs clearly indicate that the setRange() method is
    available on the standard javax.jdo.Query interface, it's not available
    on the javax.jdo.Query class that ships with Kodo 3.2.0. I have to cast
    my query to a KodoQuery in order for this to work. Is this expected?
    Thanks,
    -Mike
    Michael Allen
    Technical Lead
    PGP Corporation

    I think you missed the note at the beginning of the query chapter in the docs:
    Much of the functionality we discuss in this chapter is new to JDO 2. Though
    Kodo supports all of the features defined in the following sections, many JDO
    implementations may not. Additionally, because official JDO 2 jars are not yet
    available, you will have to cast your query objects to kodo.query.KodoQuery to
    access any JDO 2 APIs. The UML diagram above depicts these APIs in bold. For
    simplicity, casts have been left out of the example code throughout the chapter.

  • Scan to pdf not available in Adobe Acrobat 7.0 Standard

    Hi,
    I have Adobe Acrobat 7.0 Standard installed on a PC with Windows XP Pro. The scan to PDF feature is not available anywhere in the program but should be as far as I am informed. Does anyone know what to do? Thanks.

    Do you have a scanner attached? Does it work in standard graphics packages? Is it set up with a Twain interface? Then again, I have Pro and it may be a feature that is not in AA7 Std -- can't answer that one, but the following link gives a hint that you may need Pro: http://www.adobe.com/products/acrobat/pdfs/acro7_matrix.pdf

  • Web service not available in F4 help of document template

    Hi ,
    I have created a web service using tool WS_DESIGN_TOOL. Its  active and status is productive. Now when I am creating document template , I am not able to see this web service in F4. Hence not able to create document template with my web service.
    I also tried by copying standard web service and then using it but even that web service is not available in F4.
    Do we need to any additional steps so that web service appears in F4 help of document template.
    Thanks,
    Madhura

    Hi,
    The service is active in SICF or in SE80 under package $WS_BOL_GEN.
    I have assigned Business Transaction . I have followed steps as per below thread.
    [Re: CRM 7.0 Document templates;
    Any more suggestions are welcome.
    Thanks,
    Madhura

Maybe you are looking for

  • Error in bapi_quotation_Createfromdata

    Hi, i am working on bapit_quotation_Createfromdata . I am passing followin value to bapi.   t_order_header-doc_type = 'QT'.   t_order_header-sales_org =   t_order_header-distr_chan =   t_order_header-division =   t_order_header-sales_off =   t_order_

  • URGENT HELP: Checklist of what to do on fresh MacMini?

    Hi everyone, I've had this issue where my Mac Mini mid2011 keeps giving me spinning beachballs and my whole system becomes unresponsive. To fix this issue I'm going to erase my Mac Mini's HDD and then install Yosemite. I just tried re-installing Yose

  • In I Tunes can´t change my song´s ratings

    I recently changed Mac Books and with my new one can´t change my song´s ratings, please let me know what to do.

  • Newly downloaded version i-tunes freezes up on windows xp, please help?

    have older hp pavilion laptop with older version of I-tunes.  Loaded newest version I-tunes so it would recognize my 3gs so i could put music on it.  Now when loading i-tunes it stops and reads "i-tunes has encountered a problem and has to close".  a

  • Harddrive for macbook pro

    hey guys, im new to this forum, so if this has already been discussed then please just direct me to the right site to find the clues... ive currently got an older model of the macbook pro with an 80GB harddrive. the programs i have installed use up a