How to launch application like word, excel, powerpoint or *.exe on client

Hi,
could anyone advise which iView or other portal application I have to use, to get an application like word, excel, powerpoint or *.exe on Clinet side (e.g. notepad.exe) working.
Solution should be: I will klick in the fine navigation on the link word. Word should be open. ALso it should work with other applications.
Is there any solution for this? Maybe even a standard solution (without coding).
I have created km document iView (.html page) to link to the applications via java scripts in the html code. But this solution ist not the one i am searching for.
Regards,
Eduard
Edited by: Eduard Günther on Jan 28, 2009 10:24 AM

Hi .
You can use these method in sequence as follow:
1)  CALL METHOD cl_gui_frontend_services=>file_open_dialog
     this method let the user choose a file form his computer ad return the file path (ex.: C:/..../file.txt)
2) CALL METHOD cl_gui_frontend_services=>gui_upload
     this method upload the file and return the file content.
After you got the content of the file you can store it inot a custom table .
There are similira merhod for the inverse problem (file download).
Regards,
Fabri

Similar Messages

  • How do I download office applications viz. word, excel & PowerPoint?

    How to download / purchase office applications viz. word, excel, powerpoint & outlook in my iPad 2?

    Welcome to the Support Communities. This Q&A may help:
    Microsoft Office on iPad

  • How to upload documents( like word, excel, pdf etc) into r/3 system

    Hi All,
               Does anyone have information on uploading and downloading documents like word, excel,pdf etc into R/3 system. Is there any function modules, classes, programs etc to do this.
        To give an example about what i mean by uploading documents, we can take the process of attaching documents in support of a SLM issue in solution manager.

    Hi Syed,
      Use the FM gui_upload to upload a file from presentation server and gui_download to download file to presentation server. see the code below and also read the documentation of the respective FM's.
    data:
        lw_file  type string,              " File Path
        lw_file1 type IBIPPARMS-PATH.      " File Path
      CALL FUNCTION 'F4_FILENAME'
       IMPORTING
         FILE_NAME            = lw_file1.
      lw_file = lw_file1.
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          filename                      = lw_file
          FILETYPE                      = 'ASC'
          HAS_FIELD_SEPARATOR           = 'X'
        tables
          data_tab                      = t_kna1
       EXCEPTIONS
         FILE_OPEN_ERROR               = 1
      IF sy-subrc <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.                               " IF SY-SUBRC <> 0
    data:
        lw_file  type string,              " File Path
        lw_file1 type IBIPPARMS-PATH.      " File Path
      CALL FUNCTION 'F4_FILENAME'
       IMPORTING
         FILE_NAME            = lw_file1.
      lw_file = lw_file1.
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
    *     BIN_FILESIZE                  =
          FILENAME                      = lw_file
          FILETYPE                      = 'ASC'
    *     APPEND                        = ' '
          WRITE_FIELD_SEPARATOR         = 'X'
    *     HEADER                        = '00'
        TABLES
          DATA_TAB                      = t_KNA1
      IF SY-SUBRC <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.                               " IF SY-SUBRC <> 0
      IF SY-SUBRC = 0.
        message 'file downloaded successfully' type 'S'.
      ENDIF.                               " IF SY-SUBRC = 0
    With luck,
    Pritam.

  • How do open document like word , excell or pdf ??

    hello
    on the application form , how do read (open) and print document like
    as (word , excell , pdf ) ??
    nots : we use oracle V. 10 g
    thank .

    Hello,
    I was trying to open word document from oracle 10g with below code.
    DECLARE
    AppID PLS_INTEGER;
    BEGIN
    AppID := DDE.App_Begin('d:\doc1.doc',
    DDE.App_Mode_Minimized);
    END;
    But it is showing me some error as below:
    ORA-06550: line 4, column 10:
    PLS-00201: identifier 'DDE.APP_BEGIN' must be declared
    ORA-06550: line 4, column 1:
    PL/SQL: Statement ignored
    2. AppID PLS_INTEGER;
    3. BEGIN
    4. AppID := DDE.App_Begin('d:\doc1.doc',
    5. DDE.App_Mode_Minimized);
    6. END;
    Could you please help me?
    Thanks

  • Launch application like "word"

    Hello all,
    I have build an intranet with resin2.0.16 and JDK1.3.
    And in this intranet i want to launch application on client PC.
    I can run any application for the moment but only in the web server.
    Is it possible to run application on the client pc ?
    Thanks for reply
    Ibouddha

    I suppose you could create an applet that launches a program on the client. You would have to sign it to get around the security restrictions.

  • How to install & use microsoft office (word,excel,powerpoint) in ipad?

    1.How to install & use microsoft office (word, excel, powerpoint) in ipad?
    2. How to delete applications in ipad once it is installed?

    Microsoft  Office won't work on iPad.
    Try Apps like:
    1. Documents To Go
    2. Quick Office Pro HD
    3. Office2 HD

  • Whenever I turn my MacBook pro on, all the other stuff is loaded (MS word/excel/powerpoint), Spotify, iCal, etc are automatically loaded, so in order for me to go to my desired website, I have to close (x) out all applications loaded. Please advise.

    Whenever I turn my MacBook pro on, all the other stuff is loaded (MS word/excel/powerpoint), Spotify, iCal, etc are automatically loaded, so in order for me to go to my desired website, I have to close (x) out all applications loaded. Please advise.

    If you are using Lion:
    Dealing With The Resume Feature of Lion
    Managing Mac OS X Lion's application resume feature.
    If you shutdown your computer you should get a dialog asking if you want applications to resume on the next startup. Simply uncheck the box to prevent that from occurring. Open General preferences and uncheck the option to Restore windows when quitting and re-opening apps. You can also install a third-party utility to control resume features on individual applications: RestoreMeNot or Application State Cleaner.
    It is possible to completely stop the Resume feature although I'm unconvinced that it is that annoying. Nevertheless see the following:
    If you have not yet done so you must first make your /Home/Library/ folder visible. Open the Terminal application in the Utilities folder. At the prompt paste the following command line:
    chflags nohidden ~/Library
    Press RETURN. Quit the Terminal application.
    In the Finder navigate to the /Home/Library/Saved Application State/ folder. Delete the contents of the folder. Back up to the /Home/Library/ folder. Select the Saved Application State folder. Press COMMAND-I to open the Get Info window. In the Sharing and Permissions panel at the bottom click on the lock icon and authenticate. Set each of the listed entries to Read Only. Close the Get Info window.
    Quit all open programs except the Finder (this is very important.) Next, navigate to the /Home/Library/Preferences/ByHost/ folder. Look for a .plist file with "com.apple.loginwindow." in the file name followed by some numbers in hexadecimal. Select the file. Press COMMAND-I to open the Get Info window and in the Sharing and Permissions panel click on the lock icon and authenticate. Set each of the listed entries to Read Only. Close the Get Info window. If you also find a file with the same filename but with a last extension of ".lockfile," then you should delete it.
    The above should eliminate the Resume feature system-wide. Note that any future system updates or upgrades will likely undo these changes. You will then need to repeat this procedure assuming there are no major changes in OS X related to it.

  • Whenever I start my mac some application like word, speech recognizer automatically open...how can I avoid that?

    Whenever I start my mac some application like word, speech recognizer automatically open...how can I avoid that?

    Dealing With The Resume Feature of Lion
    Managing Mac OS X Lion's application resume feature.
    If you shutdown your computer you should get a dialog asking if you want applications to resume on the next startup. Simply uncheck the box to prevent that from occurring. Open General preferences and uncheck the option to Restore windows when quitting and re-opening apps. You can also install a third-party utility to control resume features on individual applications: RestoreMeNot or Application State Cleaner.
    It is possible to completely stop the Resume feature although I'm unconvinced that it is that annoying. Nevertheless see the following:
    If you have not yet done so you must first make your /Home/Library/ folder visible. Open the Terminal application in the Utilities folder. At the prompt paste the following command line:
    chflags nohidden ~/Library
    Press RETURN. Quit the Terminal application.
    In the Finder navigate to the /Home/Library/Saved Application State/ folder. Delete the contents of the folder. Back up to the /Home/Library/ folder. Select the Saved Application State folder. Press COMMAND-I to open the Get Info window. In the Sharing and Permissions panel at the bottom click on the lock icon and authenticate. Set each of the listed entries to Read Only. Close the Get Info window.
    Quit all open programs except the Finder (this is very important.) Next, navigate to the /Home/Library/Preferences/ByHost/ folder. Look for a .plist file with "com.apple.loginwindow." in the file name followed by some numbers in hexadecimal. Select the file. Press COMMAND-I to open the Get Info window and in the Sharing and Permissions panel click on the lock icon and authenticate. Set each of the listed entries to Read Only. Close the Get Info window. If you also find a file with the same filename but with a last extension of ".lockfile," then you should delete it.
    The above should eliminate the Resume feature system-wide. Note that any future system updates or upgrades will likely undo these changes. You will then need to repeat this procedure assuming there are no major changes in OS X related to it.

  • Reg:: How to Integrate the RMS server to open source word, excel, powerpoint

    Hi Techys,
    Please help me,
    How to integrate the RMS server for opensource word, excel, powerpoint.... etc
    Many Thanks,
    Madhu

    Hi  Madhu,
    SharePoint 2010 supports AD RMS in the same manner as SP2007, check out the Windows Server AD RMS Deployment with Microsoft
    Office SharePoint Server 2007 Step-By-Step guide.  This is being updated for SP2010.
    Also you can have a look at the blog:
    http://www.sharepointindepth.com/integrating-ad-rms-with-sharepoint-2010/
    http://www.microsoft.com/en-us/download/details.aspx?id=8832
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Share Word, Excel & PowerPoint with other users

    I am the system administrator on my iMac (OSX - 10.5.6). I installed Word, Excel, PowerPoint and Entourage onto the iMac. I then created a Standard User Account for my wife. She however does not seem to have access to the Microsoft Applications.
    Any suggestions on how I resolve this?

    Matt - Thanks for responding so quickly. I found the MS apps in a folder called MS Office 94.. duh sorry. If she and I want to share certain documents, spreadsheet or even a data file from something like Quicken for Mac is there a specific directory that all Standard User accounts can view and share?
    Thanks

  • I thought apple is user friendly. That is why I bought it. I do not have a use to download my boot camp assistant for a compatible to microsoft words, excel, powerpoint. They told me I have iWork's for all of this products but mine is not working.

    To whom it may concern.
    I bought an apple product which is MacBook Air about 7 mths. ago . Anyway I would like to download a compatible words, excel, powerpoint. they told me that I do not need it since IWORKS is all I needed. I tried my keynote , numbers does not worked. Somebody emailed me sending me this mumbo jumbo for it to work. Well, if I was a computer wiz, I probably will not be asking for help.
    I followed the tutorials for windows for mac, followed every instructions, hold and behold another problem. I have to have a usb, when I bought this at Best Buy, I asked them what do I need , they said that I do not need anything else because it is all in there. So to make a long story short. I am just so frustrated .
    How can I download the windows for mac, I know I have to start in utilities , boot camp assistant, then the usb problem. Please I need help, it is much needed for my job. Ipages does not saved anything, I mean nothing it just disappeared , and you do not have any idea how much I have the long hrs. I have put in.
    Thank you so much for your help. I really appreciate this .

    You can buy Microsoft Office for Mac, it includes Word, Excel and Powerpoint. Or you can download a free copy of LibreOffice which contains substitutes (good ones) for the Microsoft Office programs.
    Do not even think of using Boot Camp unless you have a complete and current TM backup or a clone to restore if it goes wrong. You will also need to buy Windows and Microsoft Office for it. And you MUST read the directions very carefully.

  • Just download lion and my words/excel/powerpoint didn't work anymore

    Just download lion and my words/excel/powerpoint dont work anymore, any idea why?

    Office 2004 is a PPC (Power PC) based application.  That CPU stopped bing used more than 6 years ago, and there was a program called Rosetta which could run PPC apps.  But Lion does not support Rosetta, a fact which has been warned of for years.
    The only versions of Office supported in Lion are 2008 (if it was on already) or 2011 (new install).
    You can by Pages, iWorks, free Office-replacements like NeoOffice or Open Office or LibreOffice.
    Or pay $200 for Office 2011.

  • Generate documents(word,Excel,PowerPoint) from Document Templates with Security Markings programmatically

    Hi
    It is required to create office document (can be word, Excel, PowerPoint etc) from predefined template with security markings programmatically within SharePoint Document libraries..
    help with example source and references appreciated.
    Best

    Hi,
    According to your post, my understanding is that you want to create a document based on a predefined template.
    When we create a predefined template, actually the template is bound to the content type, we can retrieve it using its url.
    web.Lists[YourList].ContentTypes[yourContentTypeId].DocumentTemplateUrl
    Then we can retrieve the predefined template as an SPFile, and use the
    OpenBinary() method to get the byte[].
    There is an article about this topic, you can refer to it.
    http://nickgrattan.wordpress.com/2008/12/08/code-for-creating-new-documents-based-on-a-content-type-and-template/
    More reference:
    http://sharepoint.stackexchange.com/questions/22253/how-do-i-create-a-new-document-in-a-document-library-according-to-a-template-in
    http://sharepoint.stackexchange.com/questions/60506/programmatically-create-a-new-document-based-on-a-content-type-template
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • I am a new mac owner and want to purchase Office for Mac.  Thought I was told it could be purchased thru the mac store for approx $80 (word, excel, powerpoint).  It is priced at $150 at the mac store.  Any advice?

    I am a new mac owner & want to purchase Office for Mac.  Thought I was told I could get it through the mac store for approx. $80 (word, excel, powerpoint).  However, it looks like the cost is actually $150.  Is there a better deal?

    Here it is from a trusted vendor of Mac goodies for US$100:
    Microsoft Office 2011 Mac: Home/Student Edition. Single User License.
    I also see the Mac version offered about every other week at Staples for about the same price.
    Understand that the 2011 "Home/Student" edition does not come with a mail client.MS dropped Entourage with the 2011 version.
    I am running Office 2008 on a Late 2010  i7 Quad iMac and a Core 2 Duo MBP (both are at OS 10.6.8) and I have no complaints. If you want the Entourage Mail client, you can still get Office 2008 from the vendor I linked.
    I wonder if someone quoted the US$80 price thinking of Apple iWorks.

  • Confirm on - Scratch-resistant glass, oleophobic coating,Adobe Flash HTML,Radio Stereo FM,Java MIDP emulator,Scratch-resistant glass back panel,Audio/video player and editor,TV Out,Document editor (Word, Excel, PowerPoint, PDF)

    Kindly confirm on the following features of Iphone 4s..and advice me accordingly.
    Confirm on - Scratch-resistant glass, oleophobic coating,Adobe Flash HTML,Radio Stereo FM,Java MIDP emulator,Scratch-resistant glass back panel,Audio/video player and editor,TV Out,Document editor (Word, Excel, PowerPoint, PDF)

    You can easily compare any Nokia devices using the web sites, here is a comparison of the N8 from the Nokia UK site:
    http://www.nokia.co.uk/gb-en/products/compare/?action=productcompareaction&site=64060&products=23301...
    And similar from Nokia Developer:
    http://www.developer.nokia.com/Devices/Device_specifications/Comparison.xhtml?dev=Lumia_800,N8-00
    Some information may be incomplete at present, since some device details were kept secret until the final moment of the launch so the pages have been prepared withoug all of the data.
    Nokia Maps is available for Windows Phone at launch.
    Multi-Touch(TM) is the registered trademark of another company, however Windows Phone does feature the common touch features such as swiping, pinch-zooming and so on.
    If this or any post answers your question, please remember to help others by pressing the 'Accept as solution' button.

Maybe you are looking for

  • How to find the OBIEE report  (Catelogue) path from BI enabled excel sheet

    Dear All, I have an excel sheet where the data is coming from BI server. How can I find the BI report name and path from the excel sheet. Regards Mustafa

  • IDVD 7.04 on Mac Mini (Late 2009) Connected HDMI to 46 Toshiba LCD

    I suspect that there is a video setting that is wrong, but has anyone been able to get iDVD to not crash with the hardware connection in the subject? iDVD keeps crashing right when I am ready to add videos to my project.

  • IMovie won't "skim"

    I also had this problem in iMovie '08. When I skim over the videofragments in the event pane, the preview pane on the upper right stays black. I can hear the sound from the video's though. The first video in the event pane doesn't have this problem,

  • Iphone wont sync

    So I had my iPhone 4 stolen and I had it replaced with an iPhone4s. I synced it with my icloud and everything came back perfectly. When I plugged it into itunes though, it at first said 'Disk cannot be found'. Now it is giving me no option to sync my

  • Automatic population of Order field in the Account Assignment tab in VA01

    Hi Experts, May i ask if the Order field in the Account Assignment tab in creating Sales Order ( VA01) will automatically populated when the Alt. Int. Ord field in the Additional Data B tab do have values? If YES, what are the needed configurations t