Pop up coming twice while using CL_GUI_FRONTEND_SERVICES= FILE_OPEN_DIALOG

Hello All,
  I am calling the method FILE_OPEN_DIALOG of the class CL_GUI_FRONTEND_SERVICES to display the pop up to select the file from the desktop.After i select the file and execute the program it displays the report and when i clcik the back button it gives me the pop up again.I have used  CALL METHOD CL_GUI_CFW=>FLUSH.Inspite of this it is not working properly.
Thanks,
Rakesh.

Try This.....
AT SELECTION-SCREEN ON VALUE-REQUEST FOR F_PATH.
CALL METHOD cl_gui_frontend_services=>file_open_dialog
  CHANGING
    file_table              = file
    rc                      = rtrncode
  EXCEPTIONS
    file_open_dialog_failed = 1
    cntl_error                   = 2
    error_no_gui               = 3
    not_supported_by_gui = 4
    others                        = 5

Similar Messages

  • Is 'InstallSecurityCentral_787.exe really a Mozilla file or a trojan or virus carrier. It has popped up twice while using Firefox stating I have viruses but Comodo does not agree!

    A window purporting to be a 'Firefox security alert' has popped up twice when opening websites (not the same site each time) stating I have viruses performing a scan stating there are 98 viruses but listing only 9 and stating I should download a program called InstallSecurityCentral_787.exe from http:// swocmod. ce. ms.
    I am suspicious that this is a ploy to get me to load a trojan or virus and would appreciate advice on the subject.
    I have run a Comodo virus test on the file and it came up clean but as it is a link loader and not the actual program this is not surprising.
    A Comodo scan on Sunday 05/06/2011 did not find the files listed by the alert?
    Regards astralcc
    ''Edited to disable the link - TonyE''

    That is not from Mozilla, it will be malware, do not install it.
    There are many sites that will present you with a fake security alert trying to get you to install software. The genuine Firefox security alert will just warn you about a malicious site, it will not perform a scan or warn you that you have viruses installed and will not tell you to download any software.

  • Cracks and Pops noises coming out while recording on garageband using Boss gt-10

    Hi
    since I downloaded the new Garageband v.10 (Oct. 2013) and OS X Mavericks i have a problem now recording my guitar thro garageband using the boss GT-10, during recording, the sound comes out some Pops and Cracks.
    i did turn off the noise sound and i been setting up in a clean sound.
    does anyone else have this issue? does anyone know how to fix

    i figured out that i need a new usb driver for my gt 10, it hasn't been released yet, and i'm not sure it will remove the noises that will resolve my problem, let's hope so, i've been waiting for the driver for a week. it's taking long!
    http://www.bossus.com/gear/productdetails.php?ProductId=941&ParentId=248
    press downloads
    it should have GT-10 USB Driver v1.0 for Mac OS 10.9

  • Getting error while using cl_gui_frontend_services= gui_download

    Hi Experts,
    I am using class method cl_gui_frontend_services=>gui_download for downloading a file and i getting an error that of type compatible of internal table with formal parameter DATA_TAB of class cl_gui_frontend_services. My code is as follow -
    DATA: filename_string TYPE string VALUE 'c:\data\testdw.txt'.
    TYPES : BEGIN OF y_citibank,
                  data(1028) TYPE c,
                  END   OF y_citibank.
    DATA : t_citibank TYPE STANDARD TABLE OF y_citibank.
    CALL METHOD cl_gui_frontend_services=>gui_download
      EXPORTING
        filename                  = filename_string
        FILETYPE                  = 'ASC'
      changing
        data_tab                  = t_citibank
      EXCEPTIONS
        FILE_WRITE_ERROR          = 1
        NO_BATCH                  = 2
        GUI_REFUSE_FILETRANSFER   = 3
        INVALID_TYPE              = 4
        NO_AUTHORITY              = 5
        UNKNOWN_ERROR             = 6
        HEADER_NOT_ALLOWED        = 7
        SEPARATOR_NOT_ALLOWED     = 8
        FILESIZE_NOT_ALLOWED      = 9
        HEADER_TOO_LONG           = 10
        DP_ERROR_CREATE           = 11
        DP_ERROR_SEND             = 12
        DP_ERROR_WRITE            = 13
        UNKNOWN_DP_ERROR          = 14
        ACCESS_DENIED             = 15
        DP_OUT_OF_MEMORY          = 16
        DISK_FULL                 = 17
        DP_TIMEOUT                = 18
        FILE_NOT_FOUND            = 19
        DATAPROVIDER_EXCEPTION    = 20
        CONTROL_FLUSH_ERROR       = 21
        NOT_SUPPORTED_BY_GUI      = 22
        ERROR_NO_GUI              = 23
        others                    = 24.
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
               WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Please let me know, how can i overcome this error.
    Thanks in advance,
    Akash Sawant

    Hi,
    Pass t_citibank[] instead of t_citibank in the CALL METHOD.
    CALL METHOD cl_gui_frontend_services=>gui_download
    EXPORTING
    filename = filename_string
    FILETYPE = 'ASC'
    changing
    data_tab = <b>t_citibank[]</b>
    EXCEPTIONS
    FILE_WRITE_ERROR = 1
    NO_BATCH = 2
    GUI_REFUSE_FILETRANSFER = 3
    INVALID_TYPE = 4
    NO_AUTHORITY = 5
    UNKNOWN_ERROR = 6
    HEADER_NOT_ALLOWED = 7
    SEPARATOR_NOT_ALLOWED = 8
    FILESIZE_NOT_ALLOWED = 9
    HEADER_TOO_LONG = 10
    DP_ERROR_CREATE = 11
    DP_ERROR_SEND = 12
    DP_ERROR_WRITE = 13
    UNKNOWN_DP_ERROR = 14
    ACCESS_DENIED = 15
    DP_OUT_OF_MEMORY = 16
    DISK_FULL = 17
    DP_TIMEOUT = 18
    FILE_NOT_FOUND = 19
    DATAPROVIDER_EXCEPTION = 20
    CONTROL_FLUSH_ERROR = 21
    NOT_SUPPORTED_BY_GUI = 22
    ERROR_NO_GUI = 23
    others = 24.
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Sri
    Message was edited by:
            Sri Tayi

  • What can I do with offensive ads that pop up on Facebook while using Firefox?

    I have several problems with Firefox. When I am on Facebook there are several adds popping up on the sight for adult web sites. This is very offensive and what if a minor was using Firefox the same ads would appear. I also can be on any web site and and the page jumps to a new page for and ad. I do have a anti virus and malware remover so I know this is not my computer.

    Do a malware check with some malware scanning programs.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    * "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • I use my I-phone with a parrot handsfree device in my car. My I-phone has crashed twice while using the i-pod!

    I listen to music and all of a sudden everything is dead. I get the apple sign and that I have to connect to I-Tunes on my computer. Not handy in a car and also leaves me without mobile!!!!
    Once connected a reserve copy is installed.
    All recent (unsaved) data is lost!
    My I-phone is a 3G!
    Hoe knows how I can avoid this?

    Fustbariclation wrote:
    Thank you for that. How does bridging work in this case? If there's an article I can read that'd be great.
    How to extend apple wireless networks.
    http://support.apple.com/kb/HT4145
    http://support.apple.com/kb/PH5077
    http://support.apple.com/kb/HT4260
    Roaming network.
    http://support.apple.com/kb/HT4260
    I'm wondering what speed advantage I'll get from a new TC. Even my new macbook pro doesn't support 802.11ac.
    Some people get major improvement due to the better antennas.. some people get none.. Suck and See.

  • Does anyone have any suggestions for Ad blocking? I'm getting a lot of pop up ads while using Facebook from Safari.

           I'm getting a lot of pop up ads. mostly while using  Facebook. I'm running Safari on a Macbook Pro running Yosemite. Does anyone have any suggestions for an Ad blocker. I don't see anything in the App store.
          I can't swear to it but I don't recall this being a problem pre-Yosemite. I could be wrong. I haven't been real active on Facebook until recently. I see some third party apps out there but am alway wary of non approved software.
         Thanks
         Ron

    You may have installed the "VSearch" trojan. Remove it as follows.
    Malware is always changing to get around the defenses against it. These instructions are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data before proceeding.
    Step 1
    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including any that have the word "Spigot," "Trovi," or "Conduit" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    Reset the home page and default search engine in all the browsers, if it was changed.
    Step 2
    Triple-click anywhere in the line below on this page to select it:
    /Library/LaunchAgents/com.vsearch.agent.plist
    Right-click or control-click the line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item named "com.vsearch.agent.plist" selected. Drag the selected item to the Trash. You may be prompted for your administrator login password.
    Repeat with each of these lines:
    /Library/LaunchDaemons/com.vsearch.daemon.plist
    /Library/LaunchDaemons/com.vsearch.helper.plist
    Restart the computer and empty the Trash. Then delete the following items in the same way:
    /Library/Application Support/VSearch
    /System/Library/Frameworks/VSearch.framework
    ~/Library/Internet Plug-Ins/ConduitNPAPIPlugin.plugin
    Some of these items may be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    The problem may have started when you downloaded and ran an application called "MPlayerX." That's the name of a legitimate free movie player, but the name is also used fraudulently to distribute VSearch. If there is an item with that name in the Applications folder, delete it, and if you wish, replace it with the genuine article from mplayerx.org.
    This trojan is often found on illegal websites that traffic in pirated content such as movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect more of the same, and worse, to follow.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the Internet criminal behind VSearch has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing has not done so, even though it's aware of the problem. This failure of oversight has compromised both Gatekeeper and the Developer ID program. You can't rely on Gatekeeper alone to protect you from harmful software.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • Regarding CL_GUI_FRONTEND_SERVICES= FILE_OPEN_DIALOG

    I'm using CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG to replace WS_FILENAME_GET which is an obsolete function module in ECC6.
    WS_FILENAME_GET was making use of the file mask -
    ',.csv  ,.csv ,.txt ,.txt.'
    When I use the same string in the file_filter parameter of FILE_OPEN_DIALOG, it doesn't work.
    Can somebody tell me the correct string format? I would like *.csv & *.txt as the file mask in the open dialog.
    Thanks!

    Hi
    U can give like this |.csv| ,|.csv |,|.txt |,|.txt.|'
    i think it will work.
    Thanks

  • CL_GUI_FRONTEND_SERVICES= FILE_OPEN_DIALOG

    Hi Experts,
    I have a customized program with BDC. first My program will convert a .dbf file into .xls file. My second program executes the .xls file.
    The .xls file that I get from my first program will be transferred into a textbox in my second program.
    But my second program is using CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG to execute a command. If you just enter the directory/path in the textbox it wont execute but if you use f4 the program will successfully be executed.
    I have put my method in AT SELECTION-SCREEN. so that when I use the bdc it will automatically read the path BUT the dialogbox still appear.
    How can I make the dialog box disappear but still it will execute the method ?
    CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG
        exporting
          default_filename        = cv_fname "'C:\USERS\Asd\DESKTOP\RATRA.XLS'
        CHANGING
          FILE_TABLE              = t_files
          RC                      = v_rcode
        EXCEPTIONS
             file_open_dialog_failed = 1
             cntl_error              = 2
             error_no_gui            = 3
             OTHERS                  = 4.

    Hi Jepoy,
    You can set the result of the save button which is action_ok in a variable. So when u execute the same code again, just pass this below method call.
    IF lv_result = cl_gui_frontend_services=>action_OK.
             RETURN.
           ENDIF.
    Regards,
    Sivaganesh

  • Error when using the method cl_gui_frontend_services= file_open_dialog

    Hello Experts,
    I am currently practicing BDC and I think the first step is to locate where my text file is. Now based on my code below, after selecting my text file nothing happens.
    Also, what will be my next after getting the file from a specific location? Thanks guys!
    REPORT  z_aris_practice_bdc_0
            NO STANDARD PAGE HEADING
            LINE-SIZE 255
            LINE-COUNT 64
            MESSAGE-ID zz.
    *BDC Data
    DATA: BEGIN OF bdc_tab OCCURS 0.
            INCLUDE STRUCTURE bdcdata.
    DATA: END OF bdc_tab.
    *Internal Table
    DATA: BEGIN OF it_input OCCURS 0,
             user     TYPE usr02-bname,
             title    TYPE sza5_d0700-title_medi,
             lname    TYPE addr3_data-name_last,
             fname    TYPE addr3_data-name_first,
             initials TYPE addr3_data-initials,
             nickname TYPE addr3_data-nickname,
             function TYPE addr3_data-function,
          END OF it_input.
    DATA: gt_lines TYPE sy-tabix,
          gt_file  TYPE filetable,
          wa_file  TYPE filetable,
          gt_subrc TYPE i.
    *CONSTANTS
    CONSTANTS: c_mask(60) TYPE c  VALUE ',..'.
    *Selection Screen
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    PARAMETERS: p_input LIKE rlgrap-filename.
    SELECTION-SCREEN END OF BLOCK b1.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_input.
      CALL METHOD cl_gui_frontend_services=>file_open_dialog
        EXPORTING
       WINDOW_TITLE            =
       DEFAULT_EXTENSION       =
       DEFAULT_FILENAME        =
       FILE_FILTER             =
          initial_directory       = 'C:\Temp\'
          multiselection          = 'X'
        CHANGING
          file_table              = gt_file[]
          rc                      = gt_subrc
       USER_ACTION             =
        EXCEPTIONS
          file_open_dialog_failed = 1
          cntl_error              = 2
          error_no_gui            = 3
          OTHERS                  = 4.
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
               WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    *START-OF-SELECTION
    START-OF-SELECTION.
      PERFORM put_in_itab.
      PERFORM process_records.
    *&      Form  get_files
          text
    FORM put_in_itab.
      DATA: lv_file TYPE string.
      lv_file = p_input.
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          filename                      = lv_file
        FILETYPE                      = 'ASC'
         has_field_separator           = 'X'
        HEADER_LENGTH                 = 0
        READ_BY_LINE                  = 'X'
        DAT_MODE                      = ' '
        CODEPAGE                      = ' '
        IGNORE_CERR                   = ABAP_TRUE
        REPLACEMENT                   = '#'
        CHECK_BOM                     = ' '
        VIRUS_SCAN_PROFILE            =
        NO_AUTH_CHECK                 = ' '
      IMPORTING
        FILELENGTH                    =
        HEADER                        =
        TABLES
          data_tab                      = it_input
       EXCEPTIONS
         file_open_error               = 1
         file_read_error               = 2
         no_batch                      = 3
         gui_refuse_filetransfer       = 4
         invalid_type                  = 5
         no_authority                  = 6
         unknown_error                 = 7
         bad_data_format               = 8
         header_not_allowed            = 9
         separator_not_allowed         = 10
         header_too_long               = 11
         unknown_dp_error              = 12
         access_denied                 = 13
         dp_out_of_memory              = 14
         disk_full                     = 15
         dp_timeout                    = 16
         OTHERS                        = 17
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ELSE.
        DESCRIBE TABLE it_input LINES gt_lines.
      ENDIF.
    ENDFORM.                    "get_files
    *&      Form  process_records
          text
    FORM process_records.
      LOOP AT it_input.
      ENDLOOP.
    ENDFORM.                    "process_records

    Hii viraylab,
    go throgh this link..This sample code solves ur problem....
    /people/milind.upasani/blog/2007/03/07/step-by-step-approach-to-ceate-simple-bdc-session-program-using-reusable-template
        U are new to BDC it seems...
        first u read the sap help ... then u will come know what to do after wards....
        http://help.sap.com/saphelp_47x200/helpdata/en/fa/097720543b11d1898e0000e8322d00/frameset.htm
    Be familiar with the structure BDCDATA.
    <b>Data transfers</b>  In this page..
    Next u need to know about the <b>transaction RECORDER the tcode is SHDB.</b>
    Nothing is difficult in this ..
    For example When u r creating a data element in SE11 u go through some screens in a flow, by clicking some pushbuttons and by generating some function codes manually, and entering values manually...
    But here u wont do it manually, these values will be populated from file into an internal table...
    Before calling a transaction into which u r going to populate the data is to be filled into a table with structure <b>BDCDATA.</b>
    <b>U need to use CALL TRANSACTION 'SE11' using BDCDATA or
    the session method..</b>
    Reward points for helpful answers...
    sai ramesh

  • Pop up while using firefox "URL type file is not compatible"

         This box appears to me now and then, with an "ok" button to dismiss it while using my firefox. It does not crash but it´s surely very annoying. Never happened until Lion was installed. Anyone with the same problem? Solutions?

    Yes, I've had the same message popping up randomly since the upgrade. Can't trace it though,  I've tried matching it with "Little Snitch" network monitor lists, but no luck.  I'd be really pleased to find a solution to it as it is highly annoying, though I haven't found anything that doesn't work because of it.

  • While using Firefox, a window will start popping up asking me to type in my Kerberos password.

    While using Firefox, a window will start popping up asking me to type in my Kerberos password.'''bold text'''

    I have the same setup, and the same issue. I've gotten to the point where I don't use Firefox for anything anymore if I can help it, because I can't get rid of the popup. Clicking "Cancel" will only stop it for a while, but it'll eventually come back.
    It's happening to my coworker as well, also on the same setup. Both of our issues started on the same day, maybe 3 weeks ago?

  • The app store keeps popping up (with an app to download) while using other apps. It is getting incredibly annoying. I am currently using the QR reader app. How do I get it to stop?

    The app store keeps popping up (with an app to download) while using other apps. It is getting incredibly annoying. I am currently using the QR reader app. How do I get it to stop?

    you can try a soft reset, or u can try to turn it off and then back on. Or take it to the apple store and see what they say about it. Hope this helps

  • While using Firefox, a site popped up and said it was Firefox scanning for viruses. It then said I had dangerous viruses and should download a security program. Is this for real? The site was update32.escmce.ce.ms

    While using Firefox, a site popped up and said it was Firefox scanning for viruses. It then said I had dangerous viruses and should download a security program. Is this for real? The site was update32.escmce.ce.ms I googled this site and it does not exist. Now, I am worried about the security on my computer.

    If you're running under Windows, I suggest you download and install Microsoft's Security Essentials. It protects against these types of attacks and tends to find stuff that other anti-virus scanners don't find. You're system could be infected because of that bogus, evil anti-virus scan. Install and run the software while in safe mode.

  • While using fire fox with windows 7. and you hit the back arrow. random pages start to pop up.

    while using firefox with windows 7 every time i click the back arrow it will load a random page behind what i am looking at. any thing from gamevance to home refinancing to some mozilla pages.
    == This happened ==
    Every time Firefox opened
    == i installed firefox

    Do you still have the Bookmarks Toolbar visible with the bookmarks on it?
    If that is the case then see:
    *https://support.mozilla.org/kb/Restore+the+default+Smart+Bookmarks+Folders
    Otherwise check this:
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible:
    *Firefox > Options
    *"View > Toolbars"
    Open the Customize window to set which toolbar items to display:
    *View > Toolbars > Customize
    *Firefox > Options > Toolbar Layout
    *Check that the "Bookmarks Toolbar items" is on the Bookmarks Toolbar
    *If the "Bookmarks Toolbar items" is not on the Bookmarks Toolbar then drag it back from the toolbar palette in the customize window to the Bookmarks Toolbar
    *If missing items are in the toolbar palette then drag them back from the Customize window on the toolbar
    *If you do not see an item on a toolbar and in the toolbar palette then click the "Restore Default Set" button to restore the default toolbar set up
    *https://support.mozilla.org/kb/How+to+customize+the+toolbar
    *https://support.mozilla.org/kb/Back+and+forward+or+other+toolbar+items+are+missing

Maybe you are looking for

  • Wifi connected, but no internet until wifi turned off and on...

    hello. I just got a new macbook air, 2012. Running mountain lion. while connected to the internet via wifi, suddenly the internet disconnects. The only solution has been to turn off wifi, and then back on. Then, its fine for a while. I thought it was

  • Is Edge Animate intended to replace Flash?

    Is Edge Animate intended to replace Flash?  I have worked with Flash for almost 15 years and love it, what is its future?

  • Windows xp on macbook pro

    what do I need in order to install windows xp for autocad on my macbookpro

  • Can't open behaviors or Filters and Browser window is not available

    I have reinstalled Motion 3.0.2 twice now for Final Cut Studio pro and I get a screen that comes up for the workspace but no browser window, no access to behaviors or filters. Has anyone ever had this issue and resolved it.

  • Merging multiple Rows

    I have a table structure as follows Student(Id,First_Name, Last_Name, email, Contact, Address1,Address2,City,Edit_Date,Create_Date,Archived) Now if there is more than one row with same email the one with the latest edit date should be updated with mi