Writing files in your local hard disk with SAP GUI for HTML

Hello SAP Experts
We have a problem with the SAP GUI for HTML, we create a program in ABAP that writes a file into your local machine, and it works just fine when we test it directly in the SAP GUI for Windows, but if we use the SAP GUI for HTML implementend in a SAP Portal 7.0 the same program doesn't run, it just freeze in the moment that the program must create the file, so my question is if it's possible to use that functionality in the GUI HTML, or do you have another suggestion???
Thanks a lot,
Ricardo Pineda

Thank you experts,
Your answers have been really helpfull, we have to try another method, by Studio Program or ABAP code, unfortunely we have to implement this in so many computers, so is impossible to configure one by one.
Thanks to both, and have a nice 2009!
Ricardo Pineda
Edited by: Ricardo Pineda on Jan 13, 2009 2:09 AM

Similar Messages

  • Problem with SAP GUI for HTML

    Hi SDN
    I am creating a SAP transaction iView with SAP GUI for HTML. I have give the Transaction code VA01 but when i execute the the iView it is displaying the  SAP Easy Access screen in html. Can any one suggest me how to rectify this error and display the required transaction in html.
    Thanks in advance.
    Regards
    Basha

    Hi Basha,
    Try this in the browser:
    http://<host>:<port>/sap/bc/gui/sap/its/va01?sap-client=100(XXX)
    1) It will ask for the username and password
    2) Enter the credentials and it should directly take you to the VA01 transaction
    If it fails again, try this:
    http://<host>:<port>/sap/bc/gui/sap/its/vl31w?sap-client=100(XXX)
    This should display the "Create Inbound Delivery NotificationTitle Create Inbound Delivery Notification " sreen."
    If it faisl again, there is some problem with the way the ITS has set up. Check with your basis.
    Thanks,
    Sathya

  • Accessing local clipboard with SAP GUI for HTML - alternatives?!?

    I need some creative suggestions (PLEASE!!!) to a problem that weu2019re having replicating functionality that works in SAPGUI but which we canu2019t get working in SAP GUI for HTML.
    In SAPGUI we are able to open an external browser and pass a URL for the page we want to open.  Once the page is open the user enters some data and receives a response which we then copy to the local workstation clipboard.  From within ABAP we then read the clipboard contents and then copy them in to a field in the SAP screen.  It works BRILLIANTLY! 
    However, Iu2019m not able to get the same functionality to work in SAP GUI for HTML with method CLIPBOARD_IMPORT of CL_GUI_FRONTEND_SERVICES.  Apparently this class and the methods can not be used in SAP GUI for HTML u2013 however OSS note 314568 seems to suggest otherwise with this statement:
    Clipboard access
    In SAP GUI for HTML it is not possible to:
    - read or write the clipboard using ABAP Objects class CL_GUI_FRONTEND_SERVICES.
      This limitation no longer exists with ITS 6.20 Patch 23, SAP Netweaver 2004 SP 19 and SAP Netweaver 2004s SP 10.
    Has anyone been able to use the class CL_GUI_FRONTEND_SERVICES to read from the Clipboard since this statement was made in this OSS note?
    And my bigger question u2013 does anyone have a creative idea for a solution that will work?

    Thank you experts,
    Your answers have been really helpfull, we have to try another method, by Studio Program or ABAP code, unfortunely we have to implement this in so many computers, so is impossible to configure one by one.
    Thanks to both, and have a nice 2009!
    Ricardo Pineda
    Edited by: Ricardo Pineda on Jan 13, 2009 2:09 AM

  • Problem With SAP GUI for HTML iView

    Hi All,
    I have created a transaction iView(SAP GUI for HTML) for the T code SE12, when I view the iview, it get loaded for the first time and if I log out and when i again login to the portal and view the transaction iview it is not getting loaded. If I clear the cache(By pressing Ctrl+F5) the same iview get loaded.
    Could any one help me in solving this problem
    Regards
    Sivaprasath

    Hi Shiva,
    For SAP transaction iViews better to use SAP GUi for Windows option instead of SAP GUI for HTML.
    Hope it helps for you..
    Cheers
    Phani

  • In case of problems with SAP GUI for Java  ...

    Hello all,
    in case of having problems (errors, ABAP dumps etc.) with SAP GUI for Java, please create an OSS message on component BC-FES-JAV with information described in OSS note 326558
    http://www.service.sap.com/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700010521522001.
    This makes sure our official support channels get aware of your problem.
    Thanks and best regards
    Rolf-Martin

    Hello Rolf-Martin,
    i don't have access to this website to view the note.
    The version of the Suse libc is:
    GNU C Library stable release version 2.3.2, by Roland McGrath et al.
    Copyright (C) 2003 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
    Compiled by GNU CC version 3.3 20030226 (prerelease) (SuSE Linux).
    Compiled on a Linux 2.4.20 system on 2003-03-13.
    Best Regards,
    Piotr Brostovski

  • WebDynpro proxy page with Webdynpro iView and SAP Gui for html iView

    Hello,
    I have a requirement to have a page that has at the top of it a webdynpro for java iView screen with several links that when pressed pop-up various data pulled from the back-end. This part is fine and presents no problem. Beneath this the requirement calls for a SAP Gui for HTML iView to be displayed. Which is no problem either. The problem occurs when one of the links in the java webdynpro application at the top of the screen is pressed it causes the SAP Gui for HTML portion to refresh and come back to the beginning. So for example you first navigate to this screen and you go into the sap gui for html portion and drill into 2 or 3 screens in the sap gui for html transaction. If you then press one of the webdynpro links the sap gui for html (which is a separate iView) refreshes and you are taken back to the initial screen. This only occurs when using a web dynpro proxy page. If I use a standard page the SAP Gi for html does not refresh. Unfortunately there are other things not mentioned here that require us to use the webdynpro proxy page.
    Any help is greatly appreciated,
    Bert

    Use System admin -> System Config and find your system in the PCD (under portal content). Right click and open -> permissions. Find a user or group or role and give it the end user permission. I'd suggest the group Everyone.
    Cheers

  • WebDynpro with embedded SAP GUI for HTML transaction

    Hello,
    I have been given a requirement for a WebDynpro application that will have some links and figures at the top and underneath that there will be a SAP GUI for HTML transaction visible. What is the best method for handling this type of scenario? This is a 7.0 portal connecting to ECC 5.0 on the back-end.
    Thanks,
    Bert

    Hello Bert,
    I would have implemented your scenario in following way:
    1. Create a transaction iView in portal using SAP GUI for HTML.
    2. In the web dynpro application, you have multiple choices to use the transaction iview created in above step.
             a. Use a IFrame UI element giving it the portal based url for the transaction iview
             b. Use POrtal Navigation API to navigate to the transaction iview.
             WDPortalNavigation.navigateAbsolute(
             "ROLES://portal_content/com.sap.PageNavigationProject/com.sap.TargetPage",
                WDPortalNavigationMode.SHOW_INPLACE,
                (String) null,
                (String) null,
                WDPortalNavigationHistoryMode.NO_DUPLICATIONS,
                (String) null,
                (String) null,
                [<url params>]
    Hope this helps you.
    Regards,
    Prasanna

  • Instructions on the Apple site to do this but it didn't work. How do I revert back to the original set up? All files still on local hard disk

    I moved the itunes folder to an external hard drive but it didn't work, so I want to revert back to original set up. All the files are still on the local hard disk. I have tried to reverse the steps I used previously but when I try to play a track it says original file could not be found. If I navigate to the itunes music folder and select a track direct from there it opens itunes and plays so I know the music is still on the computer I just can't figure out how to get it to play direct from itunes.
    Any help or advice would be greatly appreciated.
    Cheers

    In case you use "Clear history when Firefox closes" or otherwise clear history:
    *do not clear the Browsing History
    *Tools > Options > Privacy > Firefox will: "Use custom settings for history": [X] "Clear history when Firefox closes" > Settings
    *https://support.mozilla.org/kb/remove-recent-browsing-search-and-download-history
    Clearing "Site Preferences" clears all exceptions for cookies, images, pop-up windows, software installation, passwords, and other website specific data.

  • Deleteing files on an external hard disk with finder

    lately i have been having problems deleting files on external hdd with finder cos the file doesn't appear to be deleted, it deletes them into the ext. hdd
    pls how do i make finder delete the files permanetely from the drive?

    When you delete a file on the Mac, you drag it to the trash can. What happens if you force empty trash after dragging the file on the external hard drive to the trash?

  • Why some files copy me on hard disk with 0 bytes?

    I try copy on hard disk video/photos and few files have 0 bytes? Why? On the Iphone 4S work, but not on the computer...

    Have you tried changing the file format of the external HD?
    Open Disk Utility and select the external HD's top icon (the one that comprises of letters and numbers and not the name you gave it). Click on the Partition tab. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed.

  • Error with SAP GUI for Java 6.40 rev6

    Hello,
    we have a problem with the print preview on SAPGUI for Java Version 6.40rev6.
    The problem occurs on Linux  (Ubuntu and Suse) but also on WindowsXP.
    So i guess it's a problem with the Sap Client?
    Instead of the print preview only the message:
    "No pilot configured for 'application/pdf'"
    On the  Ubuntu and WindowsXP systems we testet the SAPGUI for Java 7.10rev5 which works perfectly, but we can't use it on the Suse systems because their libc is too old.
    regards,
    Piotr

    Hello Rolf-Martin,
    i don't have access to this website to view the note.
    The version of the Suse libc is:
    GNU C Library stable release version 2.3.2, by Roland McGrath et al.
    Copyright (C) 2003 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
    Compiled by GNU CC version 3.3 20030226 (prerelease) (SuSE Linux).
    Compiled on a Linux 2.4.20 system on 2003-03-13.
    Best Regards,
    Piotr Brostovski

  • How to export the comp/interface to local hard disk

    hi all,
    can any one send me how to export the comp/interface to local hard disk
    thanks,
    viswa

    Hi Vishwa,
    It is not possible to export the project or comp/interface from a WDA project to your local hard disk.
    Also if you need more information on WD ABAP please post in WebDnpro ABAP forum. You will definitely get more information regarding your queries in that forum.
    I hope this answer helps you.
    Thanks and Regards,
    Pravesh

  • Problem in Transactional iView with SAP GUI Type

    Hi,
    I've one Transactional iView in which I'm opening one SAP report. This report can be downloaded using option Local File. Once I click on this option, one popup appear where format can be selected and afterward file can be downloaded.
    Problem: Once I choose SAP GUI Type in Transactional iView is SAP GUI for HTML then it wouldn't allow me to download file and just hanged, once I click on popup download.
    But same is working once I choose SAP GUI Type = SAP GUI for Windows.
    Can someone suggest me, what is the problem exactly?
    Thanks,
    Vikas

    Yeah Michael, you are absolutely right, it seems same problem, I'm getting some applet loading exception.
    But, I already have JVM installed version j2se1.6, same as colleague have.
    I couldn't understand solution properly suggested in Note, can you brief me, would be really great.
    The error I'm getting is..
    load: class Query.class not found.
    java.lang.ClassNotFoundException: Query.class
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.net.SocketException: Network is unreachable: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(Unknown Source)
         at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
         at java.net.PlainSocketImpl.connect(Unknown Source)
         at java.net.SocksSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at sun.net.NetworkClient.doConnect(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.net.www.http.HttpClient.New(Unknown Source)
         at sun.net.www.http.HttpClient.New(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at java.net.HttpURLConnection.getResponseCode(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 7 more
    Exception: java.lang.ClassNotFoundException: Query.class
    Please suggest.
    Thanks,
    Vikas

  • Help with SAP GUI on Trial VMWare Edition

    I currently have a trial version of NetWeaver installed (SAP NetWeaver 7.0.1 Java + ABAP Trial VMWare Edition), but having problems getting the GUI to work.  The VM is using GNOME 2.12.2.
    I'm currently having trouble with SAP GUI.  According to SAP help, a requirement to run SAP GUI for HTML is Windows NT 4.0.  Since I'm using GNOME, I tried to get the Java version to work.
    When I try to launch SAP GUI, it gives me the following error:
    http://i.imgur.com/0ZBVI.png
    I wasn't able to troubleshoot the error, so I'm in the process of uninstalling this version of SAP GUI, and try installing again.  However, I'm having trouble performing the uninstall.  I did some reading, and it says to either run the SAPsweep.exe utility or NWSapSetup.exe.  But I can't find either of them on my machine (tried doing a system search, no luck).
    I found this thread to be helpful: Re: sapsweep.exe for SAPGUI 7.10 ?, but I'm not running on Windows.
    Thanks in advance for any input

    Hello Anoop.
    The error occurs because you have selected OLE DB for OLAP Provider in the Business Explorer selection.
    You can tell this from the following line in your sapsetup
    00:43:58 NwSapsAtlC  1W  Marking package SAPGUI_7.30 ({57F4A687-AE41-4BEA-9553-F852C36F8C1E}) as disabled: selected node OLE DB for OLAP Provider ({5390360A-98D9-4377-BD41-9A147392D000}) has failing condition.
    Since you don't have Office installed,you cannot use the Business Explorer modules.
    Run the installation again only selecting the components you require.
    Jude

  • HT201250 i am using for first time the time machine and an external hard drive because I want to erase my macbook and start from zero files. do i keep my files in the portable hard disk when I connect it again with the macbook or the time machine will era

    i am using for first time the time machine and an external hard drive because I want to erase my macbook and start from zero files. Am i keeping my files in the portable hard disk when I will connect it again with the macbook or the time machine will erase all?
    I would like to know if after I erase all my data, empy hard drive inside the macbook, the time machine will erase all my files that I have saved in my "WD "My passport" external hard drive

    Welcome to Apple Support Communities
    Time Machine has to erase the external disk in order to make backups. Before setting Time Machine up, copy the files of your external disk to the hard disk of the Mac in order not to lose them, and then, set up Time Machine. The first backup will start automatically.
    If you want more information about Time Machine, read the Pondini's site > http://pondini.org

Maybe you are looking for

  • Solaris 8 on IA with Promise Ultra100

    Hello, i'm a newbie and i have an installation problem. How can i install Solaris 8 on IA with a promise ultra100 controller-card. Can everyone help me? T. Wrobel

  • "IN" operator in Case When statement

    Hi When I'm trying to use "IN" operator in the "Case When" statement , the following error is being displayed : " [nQSError: 27002] Near <In>: Syntax error [nQSError: 26012] " . Please let me know wether we can use "IN" oprerator in the Case When sta

  • Itouch is messed up

    I just got my touch about a week and a half ago. Whenever i start up an app there is about a 70% chance that my ipod automatically quits out of it. This also happens when i play music and pretty much everything else on my ipod. Lately my home button

  • Stolen phone, is it possible to purchase a replacement at the upgrade price?

    I purchased an iPhone 5 about 2 mo's ago, upgrading from my iPhone 3 (the new phone cost $200). The phone was stolen from a gym locker about a week ago; I shut it down with AT&T and have had Apple lock it if it's connected to the internet. I didn't h

  • WiFi problems in Windows 7 using bootcamp

    Hi I have a "new" 2011 27" iMac and are sometimes forced to use Windows 7 with Bootcamp. I installed the latest drivers using bootcamp assistant (and these seem to date back to 2011, so I guess that's what everybody else is using as well). The window