How to create files into a NT authentication folder

Hi all,
I know how to create txt files on a local computer. But is it possible to create files into a NT shared folder on server machine which is user/password protected?
thanks,

Hi,
try it with SAPFTP.
look:
- sample RSFTP004
- <a href="/people/thomas.jung3/blog/2004/11/15/performing-ftp-commands-from-abap">FTP</a>
Andreas

Similar Messages

  • How to create file on application server?

    how to create file on application server?

    Hi,
    The following program illustrates the creation of ifle in app server and reading the file from appli server:
    DATA: ITAB LIKE vbakOCCURS 0 WITH HEADER LINE.
    PARAMETERS: P_VBELN LIKE VBAP-VBELN.
    START-OF-SELECTION.
      SELECT *
        FROM VBAP
        INTO TABLE ITAB
    WHERE VBELN = P_VBELN
        PERFORM WRITE_DATA.
        PERFORM READ_DATA.
    *&      Form  WRITE_DATA
          text
    -->  p1        text
    <--  p2        text
    FORM WRITE_DATA.
    OPEN DATASET 'VBAP_DATA' FOR OUTPUT IN TEXT MODE.
    LOOP AT ITAB.
    TRANSFER ITAB TO 'VBAP_DATA'.
    ENDLOOP.
    CLOSE DATASET 'VBAP_DATA'.
    CLEAR: ITAB, ITAB[].
    ENDFORM.                    " WRITE_DATA
    *&      Form  READ_DATA
          text
    -->  p1        text
    <--  p2        text
    FORM READ_DATA.
    OPEN DATASET 'VBAP_DATA' FOR INPUT IN TEXT MODE.
    DO.
    READ DATASET 'VBAP_DATA' INTO ITAB.
    IF SY-SUBRC <> 0.
    EXIT.
    ENDIF.
    APPEND ITAB.
    ENDDO.
    CLOSE DATASET 'VBAP_DATA'.
    LOOP AT ITAB.
    WRITE:/ ITAB-VBELN,
            ITAB-POSNR.
    ENDLOOP.
    ENDFORM.                    " READ_DATA
    If it is helpful rewards points
    Regards
    Pratap.M

  • How to create file menu in the swing?

    How to create file menu or any menu in the swing?
    Please help me.

    How to create file menu or any menu in the
    swing?
    Please help me.By file menu, do you mean where you can choose a file to open or save to? If so, have you had a look at the File Chooser component? If not, please click on the link in the previous sentence to the Sun tutorial.
    Good luck
    /Pete

  • How to create file with APDU

    Hello everybody,
    It's my first time using Java Card ^_^,I want to create a file and fill the fill with binary data.but i don't know how to create file with APDU commands,so I need help here.
    I think that there must be a Manual of the JavaCard's OS in this world,can someone tell me where to download it??
    Thanks.
    the fllowing is my card:
    Samsung S1
    Model:TiEx-32J
    EEPROM size:32k
    Platform Version:OP 2.0.1
    Card Manager Status:OP_READY
    KMC:40~4F/No derivation
    Message was edited by:
    AllenHuang

    If you look around the forum for a bit, you will see that there is no notion of file systems on JavaCards (lexdabear posted this information less than two hours ago :-)). To store files, you will have to write an applet to hold byte arrays of the required size and handle receiving and sending of these.
    As for documentation, you should have a look at the GP (General Platform) specification at http://www.globalplatform.org/, which defines communication between smart cards and other devices, as well as Sun's own JavaCard pages (http://java.sun.com/products/javacard/), which contain several useful resources on JavaCards.
    Message was edited by:
    Lillesand

  • How to create ringingtone into my iPhone using macbook?

    pls teach me how to create ringingtone into my iphone using macbook...

    Have you installed iOS 5 on your iPhone 3GS?
    If not - then connect it to iTunes, and prepare yourself for a very big download!
    It will give step by step instructions once iOS 5 is installed.
    Cheers,
    Rodney

  • How to create file system datagrid in flex web application

    how to create file system datagrid in flex web application

    Hi,
    Check this out:
    http://shigeru-nakagaki.com/flex_samples/FileReference/FileUploadExample2/FileUploadExampl e2.html
    Johnny
    Please rate answer.

  • How to convert files into DAT?

    Does anyone know how to convert files into DAT? Not The other way around please.

    This might do it:
    http://www.videoconverterformac.com/dat-converter-for-mac.html
    but can't imagine why you would want to!

  • Does anyone know how to convert file into a .png?

    Does anyone know how to convert file into a .png?
    Thanks

    I tried to give an answer with less steps. I know it's a Pages file & all you have to do is select & copy the content in your Pages file & then open Preview.app. Next time I'll include the exporting to PDF & opening that in Preview.app or in Pages go to File > Print > click on the PDF button in the lower left of the print window & choose Open in Preview.

  • I have 2 iphones syncing on one computer and on the same apple ID. Before i updatad my Itunes to the last available update and my Iphones to 5.01 i had no problem draging jpg. and mp3 files into my iphones DCIM folder (the picture folder that opens when c

    I have 2 iphones syncing on one computer and on the same apple ID.
    Before i updatad my Itunes to the last available update and my Iphones to 5.01
    i had no problem draging jpg. and mp3 files into my iphones DCIM folder (the picture folder that opens
    when conecting to Itunes). Since my updates Itune wont let me drag and drop any files' even pictures that
    were taken with my Iphone on 4.3.3.
    Please help as we have no itunes music in Israel, only apps and i cant copy any of my old music from my computer
    to my iphones.
    If it helps, i am using a pc with 32 bit windows 7.
    Other from the obove Itunes works fine and does sync pictures from my computer to my Iphone from "my pictures" folder.
    Thank you for your time
    Yoni Bliss
    [email protected]

    The title of my initial post is a bit misleading. I already took a chance deleting one of the iPhones, hoping if I deleted the wrong one, I can still reauthorize it (all with the same Apple ID acct, so not subject to 90-day waiting period, right?) The iTunes database just updated itself, and it says I have 4 "devices" "in the Cloud", but 5 "computers" associated w my account. How can I find out what computers are associated? Isn't there a list I can see? I dont have a clue what computers they might be. If I use the  "Deauthorize All" option, is it a pain to add them all back in. I assume I would have to log in from each computer to reauthorize each one. Would I have to be running the newest OS or version of iTunes to reauthorize? I think I have a PowerBook G4 Titanium with an older OS and iTunes. I'd like to keep that authorized, if possible.

  • How to store file into a directory?

    i want to save the file(text file) into the directory which i have created using File object in the codes below. how do i do it?
    public void saveString(String filename, String string)
              //declare textfile to be null
              PrintWriter textFile = null;
              String line = null;
              try {
                   // writes to write.txt
                   textFile = new PrintWriter (new FileWriter(filename,true));
                   line = string;
                   // save string in textfile
                   textFile.println(line);
                   textFile.close();
                   // create a directory (to store (output).xml file)
              File fobj = new File("Testing");
              fobj.mkdir();
              catch (IOException e) {
                   System.out.println("Error in opening file");
                   System.exit(0);
         }

    create the directory first and then create the file u want liek this
    File f = new File (fobj,filename);
    and then open the fiel to write like this
    textFile = new PrintWriter (new FileWriter(f,true));
    regards
    rohan

  • How to Import file into sap directory.

    Hi all,
    I need to import a .XML file into SAP-BW directory from my local pc.
    By tcod AL11 I can only display all the directories, but I cannot import/upload this file.
    How I Can create my own directory e.g /usr/sap/tmp123
    Help me please.
    thanks.
    Kaustubh.

    Hi Kaustubh,
    Use the FM ARCHIVFILE_CLIENT_TO_SERVER.
    Give Filename + path for both the source and destination and your file will get transferred to the specified directory in AL11.
    But I am not sure about creating your own directory in AL11.
    Reward if helpful.
    Regards
    Hemant Khemani

  • How Load swc file into component inspecter?

    I was Create .swc file that is like a component  how can i load into component inspecter

    hi
    component inspector is for displaying properties of a component on the stage, so just drag your component to the stage and select it

  • How to create files with read/write privileges for everyone?

    I have two iMacs 7,1 (one with Snow Leopard and the other with Mountain Lion) in a local area wireless network.
    I have shared the "documents" folder in the Snow Leopard iMac in order to have files available to the other iMac. The folder has read/write privileges for everyone.
    When I create a new file in the shared "Documents" folder (for example a new Open office document, or a Keynote presentation) this file is by default "read/write" for the Administrator but only "read" for all the other users, so when I try to open it from the other iMac, I am informed that the file is "read only".
    I can obviously change the privileges of the file in the information window, but I have to do on a file per file basis and this takes too long.
    Is it possible to change settings in order to create files which are always "read/write" for everyone?
    And, secondly, since I have several existing files whose privileges I should manually change one by one, is it possible to make global changes of their privileges?
    Thanks in advance
    Best regards

    couple of different changes - 1st, if you want to share folders, doing your whole documents folder is not the best way.  Since both your computers can handle AidDrop, that's what I would recommend - http://osxdaily.com/2011/11/14/how-to-use-airdrop-in-mac-os-x/ - as it create an instant Ad-Hoc network between the two computers and then let's it done. 
    A second possibility that may not be what you're looking for, is to use google drive or some similay cloud sharing app to sync the documents back and forth.  both of these solutions will transfer the files well, but the airdrop may be simplest

  • Import from DVDxDV created file into imovie HD with scene breaks

    I purchased the DVDxDV program and it is working fine importing files from my Sony mini-dvd handycam. When I import the movie file created by DVDxDV into imovie 08, the program seems to automatically create scene breaks (which I want it to do!) However, I would really prefer to use imovie. When I import the DVDxDV created movie file into imovie HD, it comes in as one big video file. I need many, little clips out of this one big file. Is there a way to either import it through DVDxDV with the original scene breaks? Or can I configure imovie HD to behave like imovie 08 and break this big file up? Any help is really appreciated.

    My guess is you'll see the same artifacts using other applications. I do recommend, however, MPEG Streamclip and Miraizon's Cinematize. Those let you select the portions of a video you want to convert so you save a lot of time and hard drive space.
    Also, recent versions of Toast (I don't know if this is true for Toast 7) can export individual chapters from a video DVD or VIDEO_TS folder as separate files. This is done via the Toast Media Browser. Put the VIDEO_TS folder on the desktop or insert the DVD, choose DVD with the top button of the Media Browser. When the item appears in the browser window use the button beneath "DVD" to access the chapter level. Select the chapters you want and drag them to the Video window with DVD video selected as the format. After Toast extracts the split MPEG files you can select them and export them to other formats. It's possible, though, that Toast 7 doesn't have the ability to access the chapter levels.

  • How to create File description in cost center planning (T Code -KE13)

    Hi,
    Experts,
    I am creating Cost center planning in KP06 and would like to create my own layout(File Description) using excel. e.g. 01_1P1_IDES1572_001IDES-1572 as this is the standard SAP file description. How to create my own this way as per my excel layout.
    Regards,
    Jagruti Collaco

    <b>Three steps:
    Identify or Create planning layout.
    Identify or Create planning profile.
    Create file description.</b>
    Next upload the data.
    Detailed Steps
    Identify or Create planning layout.
    Identify an existing standard layout or else
    Create planning layout through KP65 (you can also copy a standard and modify it)
    Identify or Create planning profile.
    Go to SPRO>Controlling>Cost Center Accounting >Planning>Manual Planning>Define user defined Planning Profiles.
    Create a new Profile. You will see nodes or folders on the left indicating General Controlling>Layouts for controlling> and Default parameters.
    <b>Choose the layout for controlling and enter the layout you chose in earlier step.
    Enable Integrated excel checkbox and overview (everything you can)
    Next, select the layout and double click on default parameters.</b>
    Enter a test data with cost center, elements, period, version, year. and save all. You may want to save the file as a model in your desktop with a different name say CCAPlan.csv. (You will notice, as you come out a new file description field that was blank earlier is now populated with a name like 01_1P1_(layout name)XXXXXX_Profile Name (XXXXX)
    Come out of the screens.
    Go to KP06, extras. excel upload via extras. or KE13

Maybe you are looking for

  • Subcontract PO

    Dear Friends, I need your help in solving the following strange issue in Subcontract procurement scenario. (item category L in PO) I am making a GR for the processed goods with out sending the child material to subcontractor. When I do so system shou

  • Table not displaying  headers

    The following jsf code isnt displaying my table headers. <h:dataTable rowClasses="list-row" headerClass="tableHeader"                                    width="60%" var="product" value="#{products.products}" border="1">                               

  • Install Leopard on iBook

    Is it possible to install from the Leopard DVDs that came with my Unibody MB on my PPC iBook G4? I have the tiger DVDs from the iBook, but would like to upgrade to Leopard without having to buy the retail DVDs. I don't want to start the erase and ins

  • Time Machine hung: a solution!

    I've just found a solution to a persistent Time Machine problem: at first doing incredibly large and time consuming backups (e.g. 16.8 Gb – twice in a row) each time even when there has been no activity, then taking forever Indexing Backup, then gett

  • Different optimization of audiofiles on different macbook Pros?

    Has anybody noticed a difference in optimization of the audio files (m4a) between different Macs? I did :-( I'm running IBA 2.1.1 on a mac book pro and noticed that a certain audio file get little artefacts  in the final ibooks file. If I unzip the i