How to write files to phweb share drive(phweb is nonsap system)

Hi all,
         Is there any way to write files directly to phweb share drive(phweb is Nonsap system).
Thanks,
Balalji

Hi Rob,
           Yaa I got .But how to use that function modules and when to use.I heard that first we have to write to presenation server and then we can use one of those function modules.Is it right?
Thanks,
Balaji

Similar Messages

  • How to download file from google share drive on Mac Minin

    Is there anyway that can download file from google share drive?

    What do you mean? Is it your Goolge Drive?
    You can download/install Google Drive on a Mac

  • How to write file at server end?

    Hi,
    I use a af:inputFile component to receive uploaded files. And want to write files to the directory of server. However, when execute java.io.File.createNewFile(), it throw exception. How to resolve it?
    import org.apache.myfaces.trinidad.model.UploadedFile;
    import javax.faces.event.ValueChangeEvent;
    import java.io.InputStream;
    import java.io.File;
    public class UploadFileHandler {
        public void doUpload(ValueChangeEvent event) throws IOException {
            File file = new File("C:\temp.txt");
            *file.createNewFile();* //Error happen here.
    }

    Hi Cheney,
    It is good practice to use System.getProperty("file.separator") instead of hardcoding "/" or "\" .
    Though your issue is resolved by using "//", you might want to consider changing to the above.
    -Arun

  • How to write file to server side?

    hello,
    Could anyone pls help me...
    I just want to see an example how can I write to a file that is placed at the server(save place as the applet).
    p.s. I have been successfully read a file from there...
    Suppose I have signed the applet (self-signed), anymore security problem I need to pay attention to?
    Thanks a lot!!

    hi mandy, from the applet u can send the file to be written into the server to a servlet running in server and the servlet can in turn write the file into the servlet. by applet - servlet communication, u can easily read and write files to the server.

  • Macbook screen cracked. How to transfer files from old hard drive to new computer?

    I had a 13" white macbook, but the screen cracked, and the computer wouldn't work anymore. I took it to be fixed, but they weren't able to fix it, so they gave me a macbook pro. I asked them to try and transfer the files from my old macbook to the old one, but they said that they couldn't, and gave my the hard drive and said I could have someone else try to fix it for me. How do I connect the old hard drive to my new macbook to see if I can get the files off of it? I don't have the old computer anymore, just the hard drive itself. Thanks!

    Sorry, I don't understand all of this stuff. Do I have to buy a certain one for Mac? Or will any enclosure work?  Would this one do what I need? http://www.bestbuy.ca/en-CA/product/startech-startech-external-hard-drive-enclos ure-with-integrated-usb-cable-sat2510scb-sat2510scb/10192449.aspx?path=9e9804b6f 287edbfe4f83d36c2a6aa71en02

  • How to transfer files from a faulty drive to a new mac?

    Hi, at the beginning of this year I experienced one of the worst things in my life: my 4 year old macbook air had a kernel panic attack, which resulted in me taking it in for repair at a local computer repair place (since it was out of warranty i took it there because I new apple support wouldn't cover it) anyway, after that the technician says that my hard drive was failing and that he would try to recover my files (I had previously erased all my photos from other computers and had them in this mac) which included about 10,000 pictures that sumed almost 8 years of my life, anyway, the technician did saved a couple of pictures but the iphoto file was no were to be found, he told me that it was too large and he couldn't access it (i believe he forgot about iphoto in the first place because he was able to retrive my documents and some pictures from my desktop) the thing is he returned my mac, which was not fixed and instead of having the kernel panic attack, it went straightly to a grey screen haveing the apple rotate for about 45 secs and then blank. I used disk utility to try and see what was going on and my macintosh HD had been greyed out unmounted without any luck of mounting it back. So my question is, is there a way I can access it without having it mount (i tried mounting it several time but got some error message saying unable to mount or no disk found to mount) I ordered a firewire cable to see if theres a chance i can access that disk and retrive all of my photos. Please help me!

    Try using a data recovery product such as the ones listed here. Don't write anything else to the drive until the files are recovered or you choose not to recover them.
    (108298)

  • How to write files to the filesystem with portal/plsql

    Hi,
    is there a way to write files to the filesystem via Portal?
    Or can i call an external programm (perl, php) to do so, while portal writes further information to database?
    thank you for the help
    Ralf Schmitt

    Hi Ralf,
    my primary task is to publish download-links to files stored ... somewhere as a linklist. I tried to store and download files to/from the database but i cant get it to run. Upload works, download doesn't.
    (i'm not talking about a single form-query-download-link! I need a report-like linklist)If you want to do this you'll have to write some code but sure it's possible - i did it myself.
    The links in the link list in your report should call a stored function retrieving the files from Wwdoc_document or whatever is the document table defined in your DAD. Simply select BLOB_CONTENT into a BLOB variable from the table, provided you know what file to read :-) The function would then read the BLOBs and send them to the client's browser via DBMS_LOB - it's poor design but it works just as smooth as it could and it's really performing. This would simply display the file into your browser or prompt for file save location, depending on what browser you are using and its client settings.
    I guess this is not so clear, if you want some more details feel free to e-mail me at [email protected]
    Another way would be to use wpg_docload to both download and upload files to/from the DB.
    Now i try to figure out if it is possible to store the files to the filesystem and write only additional info like description or path into db.Again, yes, it is. I can't recall exactly how I did it ^_^ but the trick is to create a virtual directory in the DB - pointing at a physical directory on the file system you want to write to, and you have to have full read-write permission on the directory itself, and its path must be included in the utl_file_dir database parameter. Then you use both COM Automation or UTL_FILE to write files.
    would it be possible to let a portal-form write info to the db and then pass the file to a php-script?
    regards,
    Ralf Schmitt

  • How to  write file excel format xlsx/xlsb to pl/sql?

    Dear supporter,
    I built the xml report output excel file. However, the reported data and about 30 columns, line 200000 write and loading file slow, large file size
    How can write data directly to the format xlsb / xlsx from pl / sql. quickly and efficiently.
    Please, help me!
    Tks,
    Mr.T

    Check this thread.
    Re: 5. How do I read or write an Excel file?

  • How to write files on Client Machine using JSP

    Hi,
    I am new to JSP. Please tell me how do i write files on Client machine thru a Browser.
    Please let me know at the Earliest.
    Thanks.
    Mehul Dave

    1) Well I find it rather convenient to deploy a web app as just one file rather than a bunch of files. For deployment it's much better. However I prefer using expanded files when developping (to use auto reload in Tomcat for example)
    2) It is a bad idea to upload files inside your webapp's context (ie: in it's deployment directory) because one day an uninformed system administrator might come and redeploy the web app and therefore delete all your uploaded files (believe me, I've already experienced this!)
    What i do usually is upload it in a completely different directory, something like /uploaded_files. Your uploaded files are therefore completely independant from your webapp
    However it is a bit trickyer to get those files back. Let's take the example of image uploads. You have 2 ways of proceeding:
    - the easiest : configure your web server (apache etc...) to redirect a certain url to your external directory. For example the /upload url will point to a /uploaded_files directory. This is easier to do and the fastest way to serve images but not always the best solution: you are dependant on the web server's configuration and you can't control the visibility on your files (no security constraints, anyone can see your uploaded files if they know the url).
    - you can also write a servlet which will load the file as an array of bytes and send it back in the response.
    You can call it this way :
    <img src="/serlvets/showmyimage?path=uploaded.gif">
    in this way you can control your uploaded files better: you may want to define security constraints on the visibity or not of uploaded files depending on the user which has logged on the site.

  • How to install Creative Cloud on any drive other than my System drive...

    You are now chatting with 'Bhagawan'
    Bhagawan: Hello. Welcome to Adobe Technical Support.
    Bhagawan: Hi Steve
    Steve: It appears CC installs on my system drive without asking me. The way I manage my system - this is not acceptable. So, how do I install on the drive I install all my other apps?
    Bhagawan: I understand that you want to install Creative Cloud desktop app. Am I correct?
    Steve: On a particular drive - not my system drive.
    Steve: CC, Photoshop, etc.
    Bhagawan: I will be glad to check and help you with this issue.
    Bhagawan: Steve, creative cloud desktop app can be install only on C drive, but other apps you select for other drive.
    Steve: My C: drive is dedicated to my OS only.
    Steve: It is a special drive that will not work for very long if software companies put their programs on it till it fills up and then everything stops.
    Steve: Didn't Adobe think of this?
    Steve: I have one computer that only has a few MBs left of C:. What do I do on that computer?
    Steve: "left on C:"
    Bhagawan: Give me a minute.
    Bhagawan: Thank you.
    Bhagawan: Steve, I'm really sorry, creative cloud desktop app will be installed on C Drive, since the operating system is installed, but other Creative Cloud apps can be installed other Drive and depends on file size.

    I had the same problem and finally solved it.
    It is "funny" that CC doesn't ask you where to install apps. Or better to say, it asks you but doesn't care. In Creative Cloud desktop app/Preferences there is option to choose where you want apps to be installed, but they are still installed in C:/Program Files/....
    How to install apps on secondary drive in just 3 steps:
    1. Go to page Adobe CC 2014 Direct Download Links – Creative Cloud 2014 Release | ProDesignTools and download all apps that you will need.
    2. Once downloaded, install it. During installation you will be asked where you want app to be installed (just like in any other "normal" installation)
    3. Be happy
    Hope I helped
    Marko

  • How to load files from a hard drive to my mac?, How to load files from a hard drive to my mac?

    I just got my first macbook a few days ago because my windows pc crashed. I have all my documents on the original hard drive, which I can plug into my mac. Is plugging in the hard drive just like plugging in a USB drive? Will I be able to chose the files I want on this mac, and which ones I don't? I'm very new to macs and I don't want to do anything that will potentially "mess up" my new computer.
    Some of the word docs are OpenOffice files (which I shouldn't have a problem saving onto my mac because I'm downloading openoffice), but some are also MS Office files as well. I currenlty can't afford to buy the MS Office software for my mac, so I'm going for pages. Will I be able to save my MS files to Pages without any format issues? Do I need to change the format of the docs so I can open and edit them in Pages? Thanks for the help!

    Checkout the below posts which are bit similar to ur requirements
    UPLOADING FILES:*
    http://forum.java.sun.com/thread.jspa?threadID=5217444&messageID=9881977#9881977
    DOWNLOADING FILES:*
    http://forum.java.sun.com/thread.jspa?forumID=45&threadID=5207674
    Hope this might give you some idea...of how to go about:)
    REGARDS,
    RaHuL

  • How to write file in Applet

    I have a code:
    URL url = new URL("http://hostname/file.txt");
    URLConnection con = url.openConnection();
    con.setDoOutput(true);
    OutputStream out = con.getOutputStream();
    String s = "Test";
    byte[] b = s.getBytes();
    out.write(b);
    out.close();
    But it does not create or save into file.
    Please tell me how to solve it.
    Thanks.
    Nghianh

    URL url = new URL("http://hostname:80/cgi");
    URLConnection conn = url.openConnection();
    conn.setDoOutput(true);
    OutputStreamWriter wr = new OutputStreamWriter(conn.getOutputStream());
    wr.write(data);
    wr.flush();

  • How to write file in user's local desktop

    Hi,
    Using the WriteFile action, i can write the file in inetpub/wwwroot in server.
    Is there any way to write the file in user's local drive folder?
    Although now i am writing the file to server and allowing the user to access it through URL but I suspect that there could be user concurrent issue or file contamination issue.
    Constraint - The file should open with the default name.
    If i try to open a local copy to the user (thru SaveasCSV() or URL)  and allow the user to save the copy then the default name appear as Illumniator.
    Regards,
    Anil

    I think your current approach of saving to the web location and providing the user access via URL is the best approach.  From a security standpoint I can't see that writing directly to a user's desktop/laptop would be a good idea.
    If you are worried about naming or concurrency issues, then create sub folders that match their user name, or devise a naming convention that allows the objects to be unique between users and purpose.

  • How  applet write file in local system by URL instead of FileOutputStream()

    hi,
    how can applet write a file in local system through URL instead of FileOupStream()
    plz.....plz.....plz......
    URL url = new URL(" file://c:/temp.txt");
    in this url how applet can write
    plz....

    URL uses http to cummunicate, this means you can send and receive data using the http
    protocol.
    The OS doesn't do anything with this, you need a http server to interpret these messages
    and take appropriate action (with server side script or CGI).
    So if the client has a http server installed and has server side script thad does
    something with your http request (that's what a url does) than it is possible.
    Since both having a http server , server side script and or CGI have nothing to do with
    signed applets I will not answer your question here.
    But the mail reason I won't answer it is because it makes no sence to use a URL to write
    to the local file system.

  • Word 2010 freezes when opening a file from a share drive

    Issue: 
    In our office, one user who is opening up a document from a share folder will experience Microsoft word freezing. 
    It doesn't display a not responding message
    It doesn't lock up and close out automatically
    It doesn't show any behavior typical of an issue, however doesn't allow any user input.
    Can not type, select anything on menu bar, can not minimize, or close out without using task manager.
    You can move the mouse around, however it appears to be frozen. 
    Everything else works, and nothing shows up in event viewer. 
    Issue is intermittent
    I have been able to duplicate it with different documents, multiple times, and the only variable I can determine is that the files open in Compatibility mode. 
    For troubleshooting currently I've:
    Repaired Office
    Deleted the Word Data Registry Key
    Deleted the Word Options Registry Key
    Deleted the Normal.dot file 
    Restarted the Computer
    Disabled Add-ons
    Not sure what I am overlooking and appreciate any help and support. 
    Some additional information: 
    Office 2010 32-bit
    Windows 7 32-bit

    Hi,
    How long does Word 2010 “freeze”? I guess it may cost too much time when you open Word 2010 in a shared folder, so that you think it “freeze”. Please wait for a few more minutes to check if Word 2010 can respond. Maybe it just delay of
    response.
    A similar case is here:
    http://social.technet.microsoft.com/Forums/en-US/ba5114e0-98dd-4b44-a078-373df8899048/word-2007-issue-slow-opening-files?forum=word
    http://withinwindows.com/2008/08/31/taming-microsoft-word-2007s-file-associations-and-document-windows-part-one/
    Then you can download this file to local disk and open it again. Able to launch Word 2010 quickly, there may exist anything wrong in communication with this shared folder. You may change path of shared folder. If it doesn’t work, we can
    try to disable SMBv2.
    How to disable SMB 2.0 temporarily:
    http://support.microsoft.com/kb/2696547
    If Word crash still appears on local disk, we can analyze crash file. To further help you, please upload this file into Onedrive and shared the link here. Also, you can try to analyze dump by yourself if you would like to:
    How to analyze app crash dump file:
    http://blogs.technet.com/b/askperf/archive/2007/05/29/basic-debugging-of-an-application-crash.aspx
    Feel free to post back.

Maybe you are looking for