How get the the push button by viewing as the download option in sel-screen

dear sap gurus,
I have used the gui downlodad fuctional module  to down the master data which  i have developed for the download to excel sheet.
I have  given the path also in select-option.
C:\Documents and Settings\praveen_pc\Desktop\vendorMASTER.xls 
but i want the pushbutton with getting  other path by default.
how can i do it.

Hi
Use this fm
CALL FUNCTION 'KD_GET_FILENAME_ON_F4'

Similar Messages

  • How to get the download option in Firefox 3.6.13. Earlier it was showing in the Navigation Bar

    How to get the download option in Firefox 3.6.13. Earlier it was showing in the Navigation Bar just beside where we see the URL.

    You can find the connection settings in Tools > Options > Advanced : Network : Connection
    See "Firefox connection settings":
    *[[Firefox cannot load websites but other programs can]]

  • How do I get the downloaded music on my iphone to my new home pc and itunes, it took the info from the 1st device but not the 2nd

    how do I get the downloaded music on my iphone to my new home pc and itunes, it took the info from the 1st device but not the 2nd

    the appletv will not display your movies in folders.
    you could change the tags in itunes to include the genre in the "show" field in the "video" tab. this would replicate the view you want, but you will need to tag all your movies to do this.

  • How do I get the downloads popup/tab to go back to the old place (on the left side?) Now that I have the latest update of Firefox, it moved it over to the right

    I would like to get the downloads tab to go back to the way it was, before this most recent update. Now that I have the latest update of Firefox, it moved over to the right. The little hand won't budge it. And the download interface is different, now it is under something called 'library', I liked the old way much better - any way to restore it to that?

    Can you clarify what you mean with ''downloads popup/tab''
    Is this the pop-up that you see when finishing a download or do you mean the pop-up you see if you hover a link?
    When a download is in progress then you see a download progress bar on the Navigation Toolbar instead of the Download Manager button and that button is highlighted once the download has finished to make you aware the their are new downloads.
    You can view the new Download Manager in a tab by opening the about:downloads page and consider to open this page in a separate window.

  • When I click on my Yahoo bookmarks, I only get the download Yahoo toolbar page, I downloaded the toolbar again and I still get the same page when I hit bookmark icon - how do I get my bookmarks back - they still show on Microsoft Explorer

    Question
    When I click on my Yahoo bookmarks, I only get the download Yahoo toolbar page, I downloaded the toolbar again and I still get the same page when I hit bookmark icon - how do I get my bookmarks back - they still show on Microsoft Explorer

    julianscars wrote:
    I don't get a page, all I get is the player popping
    Click the green jelly button at the top left of the player.

  • How do I get the download window in iTunes 11?

    Hi there,
    Back in the iTunes 10 days (ie last week) there was an option for a download windowin the sidebar that popped up when you were downloading things - eg podcasts from the iTunes Store. If you clicked on it you got a new window showing what you were currently downloading or what was in the queue to be downloaded. This doesn't seem to appear in iTunes 11 - is there a setting that I can change to get this back?
    When you are downloading over 10 podcasts each day it is helpful to leave it on that list so you have an idea of what is coming through the feeds, and possibly delete a few episodes from an ongoing subscription if they didn't sound interesting. Now it seems that you have to hover by your PC to see what comes up at the top of the screen, which is a bit stupid.
    Any clues on how I can get the download page back, or whether there is some alternative way you can look at a list of recently downloaded podcasts by date (other than by looking at the "unplayed" list - I've got over 600 unplayed episodes).
    I suspect that this may  be a really stupid question with a really simple answer. Please, let me have it - I'm stumped!
    Any suggestions welcomed.
    Cheers, TF

    I found this article with the explanation on how to find this again.  In the upper right corner of itunes (only when an item is downloading) you will see a downward facing arrow inside a gray circle with a blue status bar type line below it.  If you click that it will show you your downloads progress.
    Link: http://www.cultofmac.com/204589/find-the-download-manager-again-in-itunes-11-os- x-tips/

  • How can I get the frame option that diffuses the edges of a picture in pages 5.2

    I recently updated to Pages 5.2 and have discovered that my favorite and most used framing option is no longer a choice.  How can I get the frame option that allowed you to diffuse the edges to soften a picture edges on 5.2? 

    That is called the vignette, and yes Apple has removed it from Pages 5 along with 100 other features.
    Pages '08/'09 should still be in your Applications/iWork folder so use that.
    Be aware that Pages 5.2 is not only short of features it is also buggy and prone to leaving you with files that won't open.
    Peter

  • I purchased the upgrade that enables me to convert  a pdf to a word document and after the last upgrade the Tool option does not appear only comments, how do i get the Tool option to return?

    How do i get the tool option to return so that i can convert a PDF to word

    First thing to try: uninstall, then reinstall the latest Reader version.
    If that does not solve the problem, provide some information on your operating system, Reader version, etc.
    B.t.w. did you sign in with Adobe Reader [Preferences | Adobe Online Services]?

  • HT201335 how to get the apple tv to fit screen when mirroring

    how do you get the apple tv to fit screen when mirroring from an ipad?

    Mirroring won't fill the TV screen. The iPad has an aspect ratio of 4:3 and the iPhone and aspect ratio of 3:2, neither of these will fit exactly into a TV screen which as an aspect ratio of 16:9. The Apple TV will not zoom the mirrored image, because it may well cut off information which is situated at the top or bottom of the screen.

  • How do I get the payment option back to "none?"

    I set the payment option for "none" when no originally creating my account. Then I bough a prepaid gift card by American Express for 25 dollars. The card ra out, and now it keeps asking me to confirm the payment option but it doesn't give me the option to switch back to "none." How do I get it back to "none?"

    If you aren't getting the 'none' option on your account then do you owe iTunes anything or have any pre-orders/subscriptions due : http://support.apple.com/kb/TS5366 ?

  • How to get the Swatch Options Color Type?

    How to get the Swatch Options Color Type name that is "Process Color" or "Spot Color" which shown in the Color Type via scripting..
    Thanks...

    Could you please provide any example for how to get the color type name that is process or spot. Thanks for looking into this.
    Advance thanks,
    Maria Prabudass

  • How get the user initiador in gp?

    hi all
    How get the user initiator of a process GP with a Web Dynpro Callable Object?
    because with this code I get the current user...
    IWDClientUser wdUser = WDClientUser.getCurrentUser();
    IUser user = wdUser.getSAPUser();
    String userid = user.getUniqueID();
    thanks!

    Hi,
    processId is the design time template id of the process. This you can find in the instantiation tab while designing the process.
    Code for getting user context:
    IWDClientUser wdUser = WDClientUser.getCurrentUser();
                   IUser user = wdUser.getSAPUser();
                   IGPUserContext userContext = GPContextFactory.getContextManager()
                             .createUserContext(user);
                   IGPRuntimeManager rtm = GPProcessFactory.getRuntimeManager();
    Hope it helps.
    Regards,
    Srinivasan Subbiah

  • How do I get Elements 13.1 to complete downloading?  It never goes beyond 8 percent then I get the "Download failed" and error u44m1i210.  Any way to either get it installed or stop trying?

    How do I get Elements 13.1 to complete downloading?  It never goes beyond 8 percent then I get the "download failed" and error code u44m1i210.  Any way to either get it installed or just disable the upgrade?

    U44M1I210 - Creative Cloud Help / Error U44M1I210 | Install updates :
    http://helpx.adobe.com/creative-suite/kb/error-u44m1i210-installing-updates-ccm.html

  • How to get the download for Adobe Digital Editions to work on PC?

    How to I get the download for Adobe Digital Editions to work on my PC?
    3-4 tries today on Adobe website and no results.

    If you are on Vista, see the announcement at the top of the forum,
    which points to http://helpx.adobe.com/digital-editions/kb/installing-digital-editions -20-windows.html
    Try an older version (1.7.2) of ADE, especially if you are on XP.
    Version 1.7.2, it is a little difficult to find, available on Adobe site for Windows and for Mac.
    http://helpx.adobe.com/digital-editions/kb/cant-install-digital-editio ns.html
    also for PC at http://www.tucows.com/preview/853736/Adobe-Digital-Edition-For-EBooks

  • I ordered Quicktime Pro. I have a serial number and and my ordered status shows that it was electronically sent. It is not in my download folder or in my list of applications. How do I get the download, if I have a serial number?

    I ordered Quicktime Pro. I have a serial number and and my ordered status shows that it was electronically sent. It is not in my download folder or in my list of applications. How do I get the download, if I have a serial number?

    I ordered Quicktime Pro. I have a serial number and and my ordered status shows that it was electronically sent. It is not in my download folder or in my list of applications. How do I get the download, if I have a serial number?
    There is no download as such. When you purchase QT 7 Pro, you are just purchasing a registration key that "unlocks" the QT 7 "Pro" editing features already built into the QT 7 Player but not activated without the key. Since you are listed as using the Lion OS, you need to check your "Applications > Utilities" folder to see if QT 7 is already installed there.
    If it is, then you will need to open the app, open the "Registration..." window under the "QuickTime Player 7" Menu and enter the "Registered To:" and "Registration code:" entries to activate the "Pro" features. Be sure to follow the instructions found on the web page I will post below.
    If it is not already installed in the "Applications > Utilities" folder, then you will have to first download and install the special QT 7 Player v7.6.6 software found on the download page which is linked to the web page containing both installation and registration instructions which is included below.
    http://support.apple.com/kb/HT3678?viewlocale=en_US&locale=en_US

Maybe you are looking for

  • How do I restore Groups to Contacts from time machine?

    How do I restore groups to Contacts using time machine?  I somehow managed to duplicate many groups and contacts in Contacts, so I deleted everything and tried to restore them using time machine backup  from a few days before.  It restored all my con

  • Incorrect operators in af:query component

    We have created a search popup using af:query component based on a view criteria. The view criteria uses two string[varchar2(60) in EO] attributes named "Name" and "Owner". TerritorySearchViewCriteria Group Name CONTAINS :BindTerritoryName -- String

  • Suggestions for video tutorials?

    Newbie with the mac and FCE HD 3.5. I have an excellent book, but I am interested in watching video instruction first. Any good training DVDs or training sites you can recommend? (lynda.com does not appear to have FCE training, only FCP) I found one

  • Os x firewall and little snitch firewall running at same time , can they collide or lead to system crash ?

    os x firewall is very good , but it does not manage outgoing connections ! if running the little snitch and the built in firewall at the same time , can i ensure security without system crash (os x yosemite ) ???? thanks

  • Splashy not working

    Hello to all! I've installed splashy-full from the AUR following the Wiki, changed rc.conf (SPLASH="splashy") and mkinitcpio.conf (splashy in HOOKS), installed the themes, run mkinitcpio -p kernel26 but still, I don't get splashy in my boot. I have a