Can user select the download directory in a pop-up window ?

HI frndz,
My question is simple .
Is there any method or function which makes user select the download directory in a pop-up window ?
Thank you

HI,
check the following program
report Z_TEST2.
DATA: filename_str        TYPE string,
        window_title_str    TYPE string.
PARAMETERS: a(30) default 'PRESS F4'.
AT SELECTION-SCREEN ON VALUE-REQUEST FOR a.
  window_title_str = 'Select directory'.
  CALL METHOD cl_gui_frontend_services=>directory_browse
      EXPORTING
         window_title    = window_title_str
      CHANGING
         selected_folder = filename_str
      EXCEPTIONS
         cntl_error = 1.
  IF sy-subrc <> 0.
    EXIT.
  ENDIF.
  CALL METHOD cl_gui_cfw=>flush
       EXCEPTIONS
          cntl_system_error = 1
          cntl_error        = 2.
  IF sy-subrc <> 0.
  ENDIF.
  a = filename_str.

Similar Messages

  • Can we change the download directory update? (documents and settings)

    Hi
    I want to update my Ipad2 and I have downloaded the update with Iunes in "documents and settings" directory but my disk is full and I can't installe it.
    Can we change the path od the download directory???
    THX

    HI,
    1.a. cost center name: can be changed every time (=daily), the relevant fields are set in SAP-standard OKEG to "daily".
    1.b. Example: Start date is 01.01.2000, it is always possible to set it to a date before that date by creating the cost center for this new time interval.
    If the new start date should be 01.01.2001:As long as their is no posting made to this costcenter, you can delete the time interval that is not needed (01.01.2000 - 31.12.2000) to achive the new start date for the costcenter.
    2: I don't know the reason why its working fine for the first 5 cost elements and not for the second 5. Anyway, if the cost element does not contain a posting, change the cost element master record.
    Best regards, Christian

  • How do I select the download directory?

    When I download a file Firefox hides in in some obscure directory. I want to option to put the file <here>. And No, I don't want it on my C drive buried in some hidden users directory. How does the user instruct Firefox to down load this file and put it <here>.

    You can set your download preferences here:
    orange Firefox button (or Tools menu) > Options > General
    More info: [[Startup, home page and download settings]].
    If you choose "Always ask me," Firefox will suggest the last directory you used for that webserver, which can be confusing. If you decide you always want the last directory used for ANY site, you can turn off the per-site behavior with a hidden setting described [https://support.mozilla.org/en-US/questions/922886#answer-319214 in this post].

  • I can't get the download for LR 4.4 for windows to complete.

    Please help me or suggest another method to get the update.

    Try downloading from : http://www.adobe.com/support/downloads/product.jsp?product=113&platform=Windows

  • How to select the download location? its automatically downloading to users folder in c drive. i wanna change it..plz help me out......

    how to select the download location? its automatically downloading to users folder in c drive.. i wanna change to my desktop...plz help me out...

    Tools -> Options -> Save files to -> Click browse button and browse for folder where you want to save the file.

  • Hi all, i'm new and facing a problem while creating a new file for Xcode. I can't select the box "with XIB for user interface" if the subclass is "UIViewController".this problem happen after i upgrade Xcode to 4.6 version.Appreciate for any help rendered.

    Hi all, i'm new to Mac book & Xcode. I'm learning and facing problems while creating a new file for Xcode. Before i upgrade the software, i have no issue to create simple steps in apps. After upgrade Xcode to 4.6 version, i'm facing lot's of issue eg.
    1) "the identity "iphone developer" doesn't match any valid certificate/ private key pair",
    2) can't select the box "with XIB for user interface" if the subclass is "UIViewController"..
    Appreciate for any help rendered.

    Mikko777 wrote:So what is the best?
    I wouldn't judge. I've been to Arch for a week, you know? But as said, it's VERY close to it.
    What I dislike after a week is makepkg not handling dependencies automatically (which would be overhead, so probably not appropriate).
    Mikko777 wrote:Also theres KDEmod for modular kde, dunno if its for 64 bits tho.
    Don't actually need that as said ... I see no real benefit of having that other than not beeing a KDE user or having Gentoos useflags.
    Mikko777 wrote:PS:You produce a lot of text and welcome smile
    Yeah. Wonder why I'm still employed? So do I ...

  • I'm trying to install an update to itunes that downloaded but can't complete installation as its trying to install onto D: drive. I don't have a D drive and i'm not given option of selecting the drive to install on. How can i select the drive that i want

    I'm trying to install itunes but can't complete installation as its trying to install onto F: drive. I don't have a F drive and I'm not given option of selecting the drive to install on. How can I select the drive that i want to install on?

    Hi,
    How do you connect the printer to the XP machine ? If USB, you need to make that machine as a Print server. Please try this:
       http://techtips.salon.com/make-windows-computer-pr​int-server-11914.html
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • "File Dialog" Express VI returns the wrong path when the user selects the desktop

    In labview 8.0.1 with Windows
    XP, the File Dialog Express VI seems to return something other than the path
    selected by the user when configured to browse for folders (or files and
    folders) and the user selects the desktop.
    I can't determine exactly when it works and when it fails, but it always seems
    to fail if the user selects the desktop from the places bar (the shortcuts on
    the left side of the dialog) or from the drop-down menu at the top of the
    dialog and then clicks the "Current Folder" button to dismiss the
    dialog.  In this case it always returns whatever path is wired to the
    "Start Path" terminal.
    If the user navigates to the desktop with the "Up One Level" button
    or by selecting the actual desktop directory under Documents and Settings, the
    correct path is returned.
    If the user selects a file before clicking the desktop icon, then clicks
    "Current Folder" the correct path is returned.
    If the user clicks the desktop icon, clicks open, then clicks "Current
    Folder" the correct path is returned.
    It's possible to work around this bug in most cases by setting the start path
    to the desktop.
    Has anyone seen this behavior before?
    Can anybody verify this behavior by running the attached VI?
    In the past, when I've reported issues like this I've received responses from
    NI engineers that basically said "Thanks, but we already knew
    that".  Is there anywhere that users can search the list of known
    bugs and avoid wasting time tracking down issues that are already understood by
    NI?
    Thanks,
    Adam Brewster
    Attachments:
    File Dialog Test.vi ‏39 KB

    I'm on 8.2 and I can't get it to fail no matter how I select the desktop. I haven't tried it in 8.0, but I imagine that if this really is a bug, they did know about it and fixed it with 8.2. If this causes a real problem for you, I would suggest upgrading if you can.

  • HT5731 I have purchased an Audiobook, but can't find the download, where do I look?

    Purchased. an Audiobook, but can't find the download.  Audiobook is not an available selection to look for download. Where do i look?

    Click on the Finder (the blue, square face icon) in the Dock. A Finder window should appear (if it doesn't, just hit 'Command-N' on your keyboard).
    The window defaults to your home user folder. You can find all your various files in there.

  • How can I cancel the download of a movie on iTunes?

    How can I cancel the download of a movie on iTunes?

    Once an item enters the download queue, the user cannot remove it. Either let it complete the download (easiest) or contact the iTunes Store customer support department through the Contact page  (select the category and subcategory closest to the issue you're reporting and you'll find either an "Express Lane" button - just follow the instructions to get to the contact form - or an "Email Us" button)  and ask them if they'll remove the item(s) from your queue for you. 
    Regards.

  • Where can i found the download software of   oracle identity manager 9.1.0.

    where can i found the download software of oracle identity manager 9.1.0.1 Remote Manager
    . can any one help me.
    Edited by: user10545341 on Jul 29, 2011 8:19 AM

    And follow the steps to complete your task:
    Agents in Active Directory 9.1.0.2
    hope this helps,
    Thiago L Guimaraes

  • My MacBook Air lost mac os x. So I would like to reinstall mac os. But I can't select the disk to install mac os x. Only Recovery HD is shown and I can't select it. How can I reinstall my Mac os x.

    My MacBook Air lost mac os x. So I would like to reinstall mac os. But I can't select the disk to install mac os x. Only Recovery HD is shown and I can't select it. How can I reinstall my Mac os x? Thank you!

    you can download the mac os x recovery hd and run the setup to a flash drive using another mac computer running os x 10.7,(so that while installation the os x setup can varify your computer's serial no. and provide you the installation setup through internet)
    or the time machine backup(if you have)
    Now boot through the flash drive and follow the steps to install mac os x
    here is the link to download the recovery hd for flash drive
    http://support.apple.com/kb/DL1433
    see this before you download
    http://www.apple.com/macosx/recovery/

  • How can I select the existing worksheet while using OLE2 to open the template workboo

    Source:
    application:=ole2.create_obj('Excel.Application');
    workbooks:=ole2.get_obj_property(application,'Workbooks');
    args := ole2.create_arglist;
    ole2.add_arg(args, 'c:\RptTemplate.xlt');
    workbook:=ole2.invoke_obj(workbooks,'Open',args);
    ole2.destroy_arglist(args);
    worksheets:=ole2.get_obj_property(application,'Worksheets');
    args := ole2.create_arglist;
    ole2.add_arg(args, 'Sheet1');      
    worksheet     :=ole2.invoke_obj(worksheets,'Select',args);
    ole2.destroy_arglist(args);
    Problem:
    1. While executing the above code, error -305500 occurs after executing "worksheet := ole2.invoke_obj(worksheets','Select',args)". How can I select the sheet i wanted in the template ??
    2. As I refer to the forms on-line document, it stated that the ole2 programmers documentation can provide all object types and methods that can be used with the OLE2. Does any link can provided to download the specified documentation ??

    The error is probably that your Worksheets variable is actually empty. Looking at your code I think the problem is that you try and get the value of the worksheets collection from the application then you should try and get it from the Workbooks object.

  • How can we access the file/directory system in the server

    Hi friends,
    I have made a text editor attached with an audio player for my project.
    Both text editor and audio player are implemented in applet and put in to a
    jsp page using jsp:plugin. Text editor and player are separate applets running
    in the same page and from same server.A client who is using this editor may
    want to save the edited text files to the server as well as hear audio files from
    directories in the server.
    My question is how can we access the file/directory system in the server
    like we do in the local machine.When the user cliks save or openfromserver button
    in the editor, folder/files in the server must be displayed as we do with FileChooser.
    I am using Apache Tomcat 5,wiindows 2000 server, jdk1.5.
    manu

    You can't access it directly. But your applet can make net connections to the server, and the server can provide that kind of functionality. Generally this is easiest by making HTTP connections and having the server provide the functionality via the web server. (So in your case, JSPs or servlets on the server would list/deliver/create/modify/delete files, and the applets would invoke those JSPs and servlets.

  • I can't open the downloaded evaluation copy of Project Professional 2013. Asks me what program I want to use to open the file.

    I can't open the downloaded evaluation copy of Project Professional 2013.  Asks me what program I want to use to open the file.

    I think you have downloaded .img file. If you want to install that program follow the given instruction.
    download open source magic disc viewer software.
    http://www.magiciso.com/tutorials/miso-magicdisc-overview.htm
    After installation, right click on notification icon of magic disc, click Virtual CD/DVD ROM ->  No Media -> Mount,
    Select disc image file of project professional 2013.img.
    Open My Computer -> select mount drive and install that program.

Maybe you are looking for

  • Abend POALogging Process

    Hi all, Running GW8.0.2 on NW6.5.8. Have turned off logging in the .poa file (/logdiskoff option uncommented), as well as setting the logging level of the POA object to "Off". And yet we had a rash of abend GWPOA-Logging Process abends last night whe

  • Updated to maverick and my mac won't open

    I just updated my mac with maverick and now it won't open

  • Option to paste screenshots in the Forums

    Hello,         According to me, it would be really a great help if we can also insert some screenshots in the forum Question and answer. I also understand that this enhancement may take lot of server space .....but our bottom line for providing SDN F

  • Letters 'messed up' when InDesign CS4 file is exported to PDF - how to solve?

    I hope somebody has had this problem before and knows how to solve. Situation: Indesign CS4. Book file, with 130 linked documents. Everything is ready to go to Press. I exported the book to PDF. Once I opened the PDF, in some of the rows on the text,

  • Official release of data modeler is very slow on Linux (64bit)

    I was testing the beta version on Linux (64bit) and it was fast (reverse engineering from database for example), but I found out the official release of the data modeler is slower compared to the Beta version. The same JDK version, the same Linux 64b