How  to   download the file and delete the file

plz send me reply

Hi Nagalakshmi,
If you want to download a file on to the presentation server from your application then please have a look at the methods listed under the OO class CL_GUI_FRONTEND_SERVICES from transaction SE24 to perform similar operations as requested by you on files on presentation server.
However if u are considering downloading and then deleting a file on the application server, then u would need commands like OPEN DATASET, TRANSFER and CLOSE and eventually DELETE DATASET.
F1 on the commands should help you along.
Hope this helps.
Regards,
Aditya

Similar Messages

  • VBScript to read the content of a .csv file and delete old files mentioned in the .csv

    I have a Windows 2003 file server.
    I have generated a report in .csv format, about the files which are older than 1 year.
    I need a VBScript to read the .csv file and delete the files which are enlisted there.
    Can someone please help me with this?

    Look into the "Learn" link above.  There are resources and instructions on how to write VBScript code.  Look into how to use the FileSystemObject.
    ¯\_(ツ)_/¯

  • Cannot send or receive yahoo mail or gmail from iPhone . installed ios 6 recently. tried rebooting the phone and deleting the email account and adding again but nothing works ! can someone suggest a solution?

    cannot send or receive yahoo mail or gmail from iPhone . installed ios 6 recently. tried rebooting the phone and deleting the email account and adding again but nothing works ! can someone suggest a solution?

    Not sure about yahoo, but for gmail, I done the following:
    Set up using Exchange on iPhone, it'll keep prompting for password.  On PC use captcha option, log in to gmail account from PC after completingg captcha option, enter password on iPhone.
    See how that goes for gmail, let us know.
    Hopefully someone will have fix for yahoo.

  • I have a back up of the folder 'iTunes Media' on a Nas (LaCie CloudBox). I do a weekly update. Everything is cool.Now I would  love to keep the folder on the Nas and delete the one on my internal HD. What kind of trouble i may run into?

    I have a back up of the folder 'iTunes Media' on a Nas (LaCie CloudBox).
    I do a weekly update.
    Everything is cool.
    Now I would  love to keep the iTunes Mediafolder on the Nas and delete the one on my internal HD.
    What kind of trouble I may run into?
    Where are the hidden catches?
    What can go wrong, and how can i undo any mistake?
    I also have an iTunes Match acccount.
    Cheers
    rudy

    HI
    Read this user tip Make and keep a backup of your iTunes library, and only stream from the cloud.
    Problems? No hidden catches. Whilst streaming using match, you will need a wifi connection. You main worry is that if your NAS drives fails, you need to redownload your music from match but this could take time depending on how large your collection is. Personally I keep an additional backup of all my music as a matter of course.
    Jim

  • Finding multiple strings in a text file and deleting the entire line

    Get-Content c:\output-Copy.txt | Where-Object {$_ -notmatch 'something1', 'something2', 'something3', 'something4' } | Set-Content temp.txt
    Above is the program that when it has 1 argument in the -notmatch part will find the specific string and delete the entire line. I need to be able to use multiple strings for my search, I am totally drawing a blank on this and I know its something REALLY
    simple but my brain is fried. The above code will work IF i only leave 'something1' and delete the rest. I need to find MULTIPLE matches and remove them all at once, what is a good way to accomplish this.

    You can use an alternating regex, like this:
    Get-Content c:\output-Copy.txt |
    Where-Object {$_ -notmatch 'something1|something2|something3|something4' } |
    Set-Content temp.txt
    [string](0..33|%{[char][int](46+("686552495351636652556262185355647068516270555358646562655775 0645570").substring(($_*2),2))})-replace " "

  • How do you uninstall mail and delete associated files?

    I just find the mail application annoying and I never use it.  I'd like to clear out any application I dont use to free up space on my hard disk ... How do I do this?

    The mail app only takes up a very tiny amount of space - 60.4mb for the application itself.  I don't think it is worth deleting and I would advise against it.  But if you insist..
    I haven't tried this myself, but this is what I found while searching:
    Drag Mail.app to the trash and delete it.
    use AppZapper which will find everything related to Mail.app and delete it too.
    got to Home > Library > Preferences and delete the file "com.apple.mail.plist".
    Then go to Home > Library and delete the folder called "Mail". That should get rid of the last traces.

  • Need  a program to fetch the data from the package and delete the programs

    i need a program which uses the selection screen as input parameters which should accept as package and after execution it should show all the programs in the list and then the programs should be deleted from the package.

    Hi
    Use below query to fetch programs from the entered dev Class
    SELECT * FROM tadir into table itab
    WHERE pgmid = 'R3TR'
    AND object = 'PROG'
    AND devclass = p_class.
    In the program we can delete records from Tadir by looping ITAb,
    but other program related tables will have this entry .
    Hope this Helps.
    Praveen

  • Something wrong with my email it keep eat up my hard drive.  how can i get into the system and delete the mail folder

    how can I delete the mail folder in the hard drive.. it keep redownload the emails and eat up my hard drive

    If you have your mail set up as an IMAP account, then it will download everything that is in your Inbox (on the online site/server) again and again. You can move your emails to another folder online after you've read them or you can also delete them online after you've saved the ones you want to keep.
    If you have your mail set up as a POP account, emails are downloaded once and then reside on your hard drive; you can indicate in Mail Preferences > Accounts if you want the messages online deleted immediately or after one week, etc.

  • I am trying to delete duplicate photos from events in i=-photo but it deletes the photos entirely from all events including the one I want to keep.  How do I keep the original and delete the duplicates?

    I am trying to delete duplicate photos fron my events in i-photo but it deltes the photo entirely from all events.  How do I keep them in the original events and delte the duplicates without sending them all to the trash?

    Are you referring to Events or Albums?  A photo can exist in one Event only.  However, it can be in multiple albums, books, etc., which uses pointers to the original photo in the Event.  In those cases if you delete the photo from the Event all occurrences of it will be deleted from the library.
    OT

  • Retain last three file and delete the remain.

    Hi all
    I have on e folder that contain file for every Monday with name like 20140203-a-b
    I need to do task in which I need to delete a file thats name contains last three week value.
    Like my file name is .
    20140203-a-b
    20140127-a-b
    20140120-a-b
    20140113-a-b
    now I need to retain last three week file only and delete 20140113-a-b.
    Thanks

    BI_Group,
    Can be achieved using Script task
    check if the following help you:
    http://stackoverflow.com/questions/19495937/ssis-check-all-files-modified-date-and-move-only-those-older-than-2-weeks
    http://beyondrelational.com/modules/2/blogs/106/posts/11114/ssis-delete-files-in-a-folder-older-than-a-specified-number-of-days.aspx
    Thanks,
    Jay
    <If the post was helpful mark as 'Helpful' and if the post answered your query, mark as 'Answered'>

  • Delete the duplicate and delete the song??

    almost had it with itunes. please someone convince me that jriver isn't better than itunes if you actually have a collection!! Here's the latest in frustrations:
    Thought i would clean up the library the other day and deleted about 30 gigs in "display duplicates" view. Wow! I knew i had some duplicate songs but 30 gigs?
    hmmm...the brain starts to work now
    "let me see if i can play these" i thinks to myself---after the deed was done.
    gone.
    but the tags are still there! wheeee! at least i can still look at dumb ones and zero's display in algorithims on my screen that amount to nothing! cool!!
    and here's the best part: i have 289 albums left to go in duplicate mode!!
    HERE'S THE KEY PROBLEM:
    all the songs show as duplicate, but 99.99% are...the majority are duplicate song names pointing to the same file.
    any way to clean this up would be great!

    iTunes seems to work fine on fairly large collections. Haven't played with jriver media center much - isn't it a PC program? In my limited exposure it seemed counterintuitive sometimes, but, that might be because I'm more used to iTunes. Then the poor guy showing off his PC driven stereo to me had to reboot the PC part way through Probably a rare occurance, or so he says. On the other hand when I was showing what iTunes could do, I got the dreaded spinning beachball for about 30 seconds. So neither is perfect.
    Dealing with duplicates is tricky business. On my collection showing duplicates mostly shows different versions of the same song by the same artist. Only a very few are actual duplicates that I imported twice by mistake.
    You've learned the hard way that if you throw the "duplicate" song into the trash, then it goes into the trash. But wait, if you have not yet emptied your trash the music files may be sitting there and you can put them back where they belong.
    Like anything you have to take it slowly and easy with iTunes so you learn how it works as you go. . .
    It really is not a bad music player.
    There are two parts to iTunes; the iTunes Library file, and the iTunes Music folder. The actual music is in the iTunes Music folder - never trash anything from there unless you are sure you never want to have it again. The iTunes Library file is just a database that points to your music.
    If you somehow end up with multiple pointers in the iTunes Library file to the same music file in iTunes Music then when you delete the entry in iTunes Library you do not want to actually delete the music file in iTunes Music.
    I haven't tried TP2's tip to search out duplicate/dead/ghost entries in the database - it might work, but before I tried it I'd see what it does on a small sample of the library, and then only if I had a good current backup of both the Library file and the Music folder. A music collection usually represents lots of time and money, it should be backed up (one big advantage of a digital music collection is it is much easier to backup than in the old analog days).

  • Firefox is running really slowly, has been doing so for the last week or so, i have tried reseting the cache and deleting the cookies, this hasn't worked, i have the most updated version of firefox on my laptop, any suggestions?

    I have a mac laptop, it is using the most up to date version of firefox 3.6.10

    Please,  run the DirectX diagnostics tool. Go to Windows Start  and in the Run box type dxdiag.exe and press the OK button. This will start the DirectX diagnostics program. Run this diagnostics and save the results to a file. Please, attach this file to your post. Be aware that you will have to zip this file before attaching it here.

  • Does Time Machine replace changed files and delete old files?

    I haven't upgraded to Leopard yet, but my son is a NEW CONVERT to the Mac; has uses Dells for years. He has a new Macbook Pro with Leopard. I use SuperDuper! with my Tiger Mini Mac.
    I don't understand what Time Machine does. Does it continually update files on the target device, and if so how does it handle deleted and renamed files on the source device.
    Thanks.

    Time Machine takes a snapshot of the drive it is backing up every hour. If a file is new, renamed or modified since its last backup, Time Machine will make a physical copy of that file. To conserve drive space Time Machine will only make hard links back to its previously backed up files for files that exist on its source drive which remain unchanged. Hard links work in a somewhat similar fashion as aliases. If a file has been deleted Time Machine won't make a copy or hard link. You can read about how hard links work in Time Machine in this Ars Technica review.
    http://arstechnica.com/reviews/os/mac-os-x-10-5.ars/14
    If a file is not on the hard drive for over an hour and is deleted before Time Machine makes its hourly backup that file will not be in any of Time Machine's backups.
    Time Machine only retains the first hourly backup of the day as its daily backup. The other hourly backups get deleted in the course of the day. That means that to be retained in the daily backups a file must be on the hard drive for over a day or be physically present on the source drive for the first backup of the day.
    After a month, Time Machine retains the daily backup made on the same day of the week as the initial backup as its weekly backup. If a file is on the source drive for less than a week and is not in the daily backup retained as the weekly it will end up being deleted when Time Machine thins its daily backups.
    When the Time Machine volume fills up, Time Machine will start deleting its earliest backups to make room for new ones.

  • Test for System File and Delete System File

    I have about 300 different tests that I run using TestStand, each with a somewhat unique report output filename:
      Example:  0-RMC 80 Timer_Interface_MaxValue_Report.html
    The filename includes the
        Number of Errors
        Product Name
        Build Revision
          and a unique test name.
    I would like to add a step to an existing initialization routine to test for an existing report file name and if it exists, bypass the test sequence.
    The question is, how do I run a system command within TestStand to test for a file, for example:
      If (SystemCommand(dir Locals.ReportPath\0-RMC 80 Timer_Interface_MaxValue*.html) then
        Don't run this test...
    Similarly, I also need to know how to delete a file from within TestStand.
        SystemCommand(Del 9999*.*)
    Mike

    You can use the FindFile method in the TS API:
    FindFile Method
    Syntax
    Engine.FindFile ( fileToFind, absolutePath, userCancelled, promptOption = FindFile_PromptHonorUserPreference, srchListOption = FindFile_AddDirToSrchList_Ask, isCommand = False, [currentSequenceFile])
    The function itself returns a boolean which indicates if the file exists or not. 
    Then just use a Call Executable step to run command line string to delete the file.
    Hope this helps!
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • How do I remove the video and keep the audio in iMovie?

    How do I keep the audio and delete the video? I've seen several answers saying to go to "advanced" but I don't see where that is. I went to preferences and checked show advanced setings but I still can't figure it out. Please help! (: By the way I'm on a MAc computer.

    I've met the problem too before. but i solved it with  Audio Converter Mac instead of iMovie. If you have similar situation that just want to keep audio but not video, and if your file format is not workable in iMovie, you can use the Audio Converter for help too. it can easily help to extract audio soundtrack from any video format. Or if you need to convert one audio format to another, it is a good choice too, because it supports many common audio output formats.
    <Link Edited By Host>

Maybe you are looking for

  • Heeeeelp. charging after a month, now wont turn on.

    Heeeeeeeeeeeeeello, i have an ipod 4G, but my computer died so I haven't charged it in like a month. But today I plugged it into my new laptop and the apple sign/ the battery sign didn't come up after like 30mins. i have it still charging but there's

  • MBP 2012 has a blueish tint when switches to dedicated Graphics

    I have the 2012 15" MBP (not retina). I am also running OS X 10.8.2 and am up to date with every update. Everytime that my computer switches to the dedicated graphics card, The screen gets a blueish tint. I know this has happened in the past but it w

  • Java web services through SAML

    I have a clint application lets take swing. i need to access a web service through SAML single sign on. for that i will use another server as a mediator which will authenticate the web service. please respon with example. thanks in advance.

  • Using UCM for BPM Workspace attachments?

    Hi Does anyone know if it possible to integrade the attachment funcktionality in the BPM Workspace with Oracle Universal Content Manager? Best Regards :-)

  • How do I install flash player on my mini iPad?

    How do I install flash player on my mini iPad?