Ftp connection and Dreamweaver

Hi everyone,
I was all day long reading the posts in this forum and Adobe's about ftp connection issues with Dreamweaver. Hope somebody else has a new idea or experience to help me.
I have been working and updating 3 websites (different servers) with Dreamweaver 8 with no problem until yesterday. I'm pretty sure I didn't change any settings of my firewall or dreamweaver. But since yesterday I couldn't connect to just ONE of my websites. I always get the message: "Dreamweaver could not connect to the server. User canceled. Operation time out".
It's odd because when I "test" the connection on "remote settings" it does work. But when I try to only upload any file it doesn't.
So, I report to the server and it was not a problem with them. I tried to connect by ftp in Firefox and worked. So I realize it could be something with my ftp connection.
I tried to turn off my firewall, but still not working.
I tried to test the TCP/IP port 21 (and it is open).
I tried to delete the site definitions from Dreamweaver and re-create again, but no luck.
I just didn't re-install Dreamweaver because I'm afraid to lose the connection with my other 2 sites.
Does anybody have any tip, or link with similar issue that I can get some turn around???
Please any help would be appreciated.
Thanks
Viv
MacBookPro2,2   Mac OS X (10.4.9)  

But I don't understand why I get ftp connection with
2 websites and just one is not working??? should this
be happening if it was a "port" problem???
I can help clarify this. With FTP, there are TWO connections. The first is the control connection, and that occurs on port 21. This is where the authentication takes place, and where commands are passed from cliet to server.
The second connection is the data connection. This is where the transfer of data takes place (including a directory listing). There are two basic ways of establishing this connection, active and passive. In an active connection the server attempts to open a socket from port 20 to a random port on the client. This is the connection which is blocked by firewalls.
In passive mode, the server sends back a port number that it (or rather a child) is listening on. The client connects to the server on that port, and receives data. The problem is, that while this is happening, the control connection is idle. This may cause the control connection (and thus the entire protocol) to time out.
So there are quite a few things that can go wrong. If your server only supports active mode and you have a firewall which blocks its incoming connection, eventually the control connection will time out. If your server is load-balancing, or your router tries to recylcle ide connections, the control connection may be shut down. I don't know what's happening in your case, but I can tell you what may be happening with your ports. HTH.

Similar Messages

  • FTP Connection Issues Dreamweaver CS5.5

    I can't ftp into the top level directory of any of my hosting accounts with dreamweaver cs5.5
    This is becoming a major issue and I'm aware now of other users with the same issue.
    First  log in to an ftp server works fine - the test case directory is created  and deleted - and I think it is this which is causing some odd  permissions issue.
    Second time you try to log in, the connection is made,  but then any directory listing times out. However if I define a  directory such as /public_html/images/ then it will connect and display  directory listings just fine.  Clicking "Test" in the server definition dialog results in an OK message.
    If i FTP in using a different FTP Client (in this case  Transmit) and upload a single file, the issue goes away, and  dreamweaver can again connect - one time only, until I perform this odd  "reset".
    This happens on all FTP connections across multiple  hosting companies (all of the hosting companies my clients sites are  stored at).
    FTP log is below:
    < 257 "/www"
      < 220 Welcome to Proweb Server FTP service (JubJub).
      > USER winfo
      < 331 Please specify the password.
      > PASS
      < 230 Login successful.
      > PWD
      < 257 "/"
      > CWD /
      < 250 Directory successfully changed.
      > CWD /www
      < 250 Directory successfully changed.
      > PWD
      < 257 "/www"
    Then it waits for a while before  giving me the following error message (I've extended timeout to anything  up to a couple of minutes, no difference):
    Toggling the "USE Passive FTP"  checkbox may help you establish a connection. -Select or de-select the  checkbox and click Test to tray again.
    -if you are connecting  using an IPv6 enabled server, please select the "USE IPv6 transfer mode"  checkbox in the Advanced site definition dialog.
    If  the problem persists, check you network settings, including the local  firewall settings on your computer, or consult your network  administrator.
    I have tried PASV checked and unchecked, performance optimisation, and every other combination available to me. I am not connecting through a proxy.
    The  settings on ALL of my sites worked before the cs5.5 upgrade. The  settings on NONE of my sites with a root directory specified work since  the upgrade.  The only thing that has changed is the move to dreamweaver  cs5.5.  I can connect with other ftp clients.  my ftp server settings  are correct. My server and network settings are unchanged. The settings on ALL my sites on other FTP clients continue to work fine.
    Am on an i7 2.8GHz Intel iMac running 10.6.7 with 8 gigs of RAM. I have quit all software except dreamweaver and tried running my mac firewall both on and off.
    Really running out of ideas, and know of other people with the same issue since the upgrade - what's going on Adobe?!

    Same for me, in that I had an unreliable and effectively unusable FTP connection with CS5.5 . I've reverted to CS5, because even though I'll miss a couple of the new features I need to have a working connection to the site when working with PHP - because otherwise I can't see my site at all other than via Firefox. I also suspect that at least a couple of times I've had some sort of corruption occur as a result of the FTP hanging. All was okay before CS5.5, and I may have slagged off a different hosting provider than my present one when it was in fact (at least in part) a DW issue. If it isn't fixed in CS6 then CS6 is unusable for me and I'd definitely be happier with 'unenhanced' CS5 FTP functionality. The theoretical performance gains with the CS5.5 implementation are trivial by comparison with the problems. If all else fails, please revert to CS5 code for the FTP side of things.
    UPDATE!!!!!!!!!!!!!!!!!!!!!!! This is now fixed for me. The problem was that I did not have a proper web url entered in my site definition for the remote server. I'm not sure how that was placing any limitation on FTP access - after all, the need for a full site definition was removed a couple of software issues ago - but the fact is that with the correct web address entered I have working FTP on CS6 (and seemingly on CS5.5 too). I had a simple forward slash entered for the web address, probably as a result of some earlier investigation of the local server/remote server relationships for file upload on a PHP site. I was running CS5 with the correct Web Url entered, so that was working and the CS5.5, without the correct Web Url, was not. I vaguely remember reading that the Web Url was connected with DWs management of absolute/relative links and not much else, but it seems that is not the case. The new FTP is MUCH faster and I'm a happy guy. Site menu>>>Manage sites>>>[select your site]>>>Edit>>>Servers>>>[2-click your server]>>>Web URL:    Put in the full URL e.g. http://www.somesite.com . Not sure if you need a trailing / after, but I have one.
    UPDATING AGAIN: Through all of that I had turned on the  'IPv6 protocol' and 'Passive FTP' options in an attempt to get working. The result of that was FTP that worked well once transferring files but often took a while to hook up. Deselecting those, and using CS6, I'm happy with my FTP.

  • Problems with FTP connection in Dreamweaver 4

    I hope someone can help me with the following:
    Since recently I can only connect to the FTP host within
    Dreamweaver once a day.
    I have two defined sites in my Dreamweaver 4 and before I
    could connect several times a day both sites - no problem.
    But now it connects once and then when either trying to
    connect to the other defined site or perhaps a while later to the
    first site again (where I connected well on the same day already) I
    am getting the error message: 'FTP error - connection to the host
    cannot be madet'.
    Basically it will now always only connect daily once.
    Anyone any idea what is causing this?
    Many thanks for your help.

    These issues are most often associated with your firewall.
    Please try
    disabling it altogether.
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14834&sliceId=2
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "NicknamecomputerABC" <[email protected]>
    wrote in message
    news:g5f3d6$4p1$[email protected]..
    >I am using Windows XP.
    >
    > Am using passive FTP (this is ticked, when the
    connection works)
    > but also tried unticking it, still the same error
    message.
    >
    > Yes, contacted my host.
    > Actually just changed hosts and the previous one, where
    the same problem
    > started a while back, didn't help, mentioned something
    like, that's the
    > 'limitation in Dreamweaver' --- though this doesn't make
    any sense, I
    > think,
    > as it did work before for years?
    > Contacted also my new host, slightly more willing to
    help, had me check
    > several things (also running "command" to see whether I
    connect to their
    > server, and I did.
    >
    > Am using a AVM FritzBox (but also used that one when it
    all worked without
    > problems), it has also now FTP enabled i.e allowing port
    21.
    >
    > What I find so strange is that it does connect, just not
    more than once
    > a
    > day any longer,
    > so the settings must be right.
    >
    > I am using AVG antivirus, but also tried to not using
    it, or not using
    > their
    > shield (firewall) but still the same.
    >
    > I have also tested a third party FTP client (FileZilla)
    but there I am
    > getting
    > the following message:
    > Status: Connection established, waiting for welcome
    message...
    > Error: Could not connect to server
    >
    > So cannot even connect with FileZilla once.
    >
    > Not sure where I can see the FTP log window? (Or is this
    the message above
    > from FileZilla?
    >
    >
    > Many thanks for your assistance.
    >
    >

  • Broken Ftp Connection and big files problem

    I have a problem with big-files downloading.
    Does anybody know how to resume downloading using FTP-connection?
    Or how can I get bytes from FTP connected file using something like random access to avoid the restart of downloading the file?
    "InputStream" does not support "seek"-like methods.

    From RFC 959
    RESTART (REST)
    The argument field represents the server marker at which
    file transfer is to be restarted. This command does not
    cause file transfer but skips over the file to the specified
    data checkpoint. This command shall be immediately followed
    by the appropriate FTP service command which shall cause
    file transfer to resume.
    You should also be aware of RFC 959 Section 3.4.2 on BLOCK MODE transfers which is what allows FTP to REST a connection and "skip" n-bytes of a file.

  • I tested the FTP connection and says good, but nothing shows up on my domain name address?

    I have a 3 page website built in iWeb. Tested the connection after entering my domain and FTP user info, said "test successful". I go to my domain name and all it says in "coming soon" for the past 36+ hours. I contacted GoDaddy to ensure it wasn't them, they assured all was well.
    How can I get this website PUBLISHED???
    I even tried save to folder and it doesn't show up in the folder. Also, now the "Publish" button and "Visit" button are greayed out?
    Please help, I open my diner Saturday and have a radio ad driving traffic to a non-existent website!!
    Thanks!!

    Set the publish destination to the Desktop and use the File ➙ Publish Entire site menu option to publish the site.  It will result in your site folder, an index.html file and an asset file on your Desktop.
    You can always publish your site to a designated folder on your hard drive and use the free FTP client  Cyberduck to upload the site folder and index.thml file to your server. With CD you can see your root folder on the server as if in a Finder window.  With iWeb you're shooting blind.
    What's the URL of your site so we can check there first hand?
    OT

  • FTPS connection error in the adapter monitoring

    Hi people,
    I make a FTPS connection and the adapter monitor give me this error:
    Error: Error connecting to ftp server 'ithppbd0':  
    ConnectException: Connection timed out (errno:238)
    I use a certificate to make this connection.
    Is obligatory the use of the private key? or I can use a public key and how?
    Thanks!

    You may verify the URL, Login ID and Password with logging in via a browser or command prompt.
    Some FTP sites allow only a limited number of connections, so check with the FTP site administrator. In the adapter, make sure that you have specified the correct Connection Security and the Command Order.
    FTPS does not need the keys, unless you have specified the X.509 Cetificate for Client Authentication.
    Lastly, Make sure that the connect mode is per File Transfer.
    Hope this helps,
    Bhanu

  • Use of function module 'FTP connect'

    when we use the function module 'FTP connect', and 'FTP_R3_TO_SERVER'

    Hi,
    The Function module GUI_DOWNLOAD is used to download the data into presentation server and Dataset concepts to download the data into Application server. Sometimes we may require to download the data from other system (3rd Party System) to SAP and Vice Versa. In such scenarios, the concept of FTP commands comes into picture.
    the various FTP commands are:
    HTTP_SCRAMBLE, FTP_CONNECT, FTP_R3_TO_SERVER, FTP_DISCONNECT, RFC_CONNECTION_CLOSE function modules.
    FTP_CONNECT : This is used to connect to other system from SAP with the help of Userid & amp; scrambled password & Host string & destination (default 'SAPFTP').
    FTP_R3_TO_SERVERThis is used to transfer the internal table data as a file to other system in the character mode.
    for more details refer to link:
    Transferring Data from SAP to Other Systems
    Thanks
    Rajesh Kumar

  • Pblm with FTP connection

    We have a process which exchanges files between UNIX and NT server. We are exchanging the files using FTP connection. But, this FTP transfer is hanging at random times. This behaviour is happening at only few times and if we start the process again immediately, it is competing successfully.
    We thought that the problem will be with FTP connection and we are checking the ftp connection using ftpClient.isConnected(). If this call returns false, we are skipping without transfering the files. But, this funtion is returning "true" and the process is still hanging.
    I have an assumption like.... the connection will be active and it may not be successful connection. can it be possible? If it is possible, can u pls let me know how to overcome this type of problems.
    I have an idea as below:
    After calling ftpClient.connect(inetAddress, ftpPort), can we verify the successful connection by using
    FTPReply.isPositiveCompletion(ftpClient.getReplyCode()) ???
    This should return "true" if the connection is successful connection and should return "false" if the connection is failure.
    Can there be case like getting false for the above call (FTPReply.is.....) and getting "true" by calling ftpClient.isConnected() function !!!??
    One more update here is..... after using ftpClient.Connect(...), we are logging into the FTP server using
    ftpClient.login(user,pwd) -> this is returning "true" all the times. :-(

    FTPClient.isConnected() just returns Socket.isConnected(), which is always true once it's first gone true. It doesn't (can't) report the state of the connection, only the history of what APIs have been called on the Socket. See http://archives.devshed.com/forums/java-118/help-ftpclient-isconnected-does-not-work-2084258.html
    Can you set a read timeout on the FTPClient?

  • Adobe Dreamweaver FTP connection doesn't work with german "Umlaut" like "ö" in the severadress

    Hi
    Today I tried to establish a FTP connection to the serveradress "ftp.möbelverwandlung.com", but I get the error message that the program couldn't connect to the host. As Dreamweaver works perfectly with other serveradresses and I managed to establish a connection to "ftp.möbelverwandlung.com" with other programs, I think that the problem is the german "Umlaut" "ö". Did anyone recognize the same problem and does someone know a solution?
    Thank you very much for your help

    Here is the English translation of your previous post -
    Hello Maximilian,
    I got a even looked at my provider. Usually there must pay the original domain for the agreed period and agree a new. However, they show a accommodating for so short "duration" of a few hours like you. Try to contact your ISP phone support.
    MfG
    Hans-Günter
    Anyhow, I think you have covered the options!

  • FTP Broken in Dreamweaver CS6 and CC

    I have been unable to ftp into 1 of 3 websites that I maintain ever since upgrading to Dreamweaver CS6 (and now CC). The problem appears to be that the site's root directory name as reported by a PWD command is shorter than the name required to be issued by the CWD command after logging into the FTP server. CS5.5 logs into the website's FTP server without any trouble and the script looks like this:
    < 220 Service Ready for new User
    > USER .myusername
    < 331 Password Needed for Login
    > PASS
    < 230 User HUBING Logged in Successfully
    > PWD
    < 257 "/EH05/users/hubing" is Current Directory
    > PWD
    < 257 "/EH05/users/hubing" is Current Directory
    > CWD //gs16/gs16/share/web/cvel
    < 250 Directory successfully changed to "/gs16/SHARE/web/cvel"
    > PWD
    < 257 "/gs16/SHARE/web/cvel" is Current Directory
    > CWD /gs16/SHARE/web/cvel
    < 250 Directory successfully changed to "/gs16/SHARE/web/cvel"
    > PASV
    < 227 Entering Passive Mode (130,127,239,114,143,84)
    > TYPE A
    < 200 TYPE Command OK A
    > LIST
    Dreamweaver CS6 and Dreamweaver CC start out correctly, then suddenly issue a QUIT command:
    < 220 Service Ready for new User
    > USER myusername
    < 331 Password Needed for Login
    > PASS
    < 230 User HUBING Logged in Successfully
    > PWD
    < 257 "/EH05/users/hubing" is Current Directory
    > CWD /EH05/users/hubing
    < 250 Directory successfully changed to "/EH05/users/hubing"
    > CWD //gs16/gs16/share/web/cvel
    < 250 Directory successfully changed to "/gs16/SHARE/web/cvel"
    > PWD
    < 257 "/gs16/SHARE/web/cvel" is Current Directory
    > QUIT
    < 221 Closing Session
    Any suggestions?

    Bhawna,
    Yes. I can establish a connection without defining the site root folder. The directory that I login to by default is /EH05/users/hubing. One of the other sites that I maintain is in a subdirectory of that folder and Dreamweaver CC connects to that site without any problem. It just isn't able to switch to //gs16/gs16/share/web/cvel. Dreamweaver CS5.5 and WSFTP don't seem to have any problem with this.
    Unfortunately, I can't send you the .ste file, because the password can't be shared. I appreciate your help though!

  • Can Dreamweaver do explicit SSL/TLS FTP Connections?

    Hi,
    I posted this before, but never got a clear answer. Then again, my question wasn't phrased very clearly.
    I am currently unable to connect to our testing server via Dreamweaver (but can via CuteFTP) because :
    "The FTP settings for the server are explicit SSL/TLS (sometimes called Auth/TLS) and port 500."
    That's what the tech guy at the other end emailed me. So while I am able to specify the port via ":" prefix in the FTP host name, I am unable to find anything that allows me to select explicit SSL/TLS encryption. This is what's preventing me from connecting with Dreamweaver CS4.
    Does anyone know of a way for me to connect via explicit SSL/TLS? Perhaps a Dreamweaver extension, even?
    Thanks!

    I just sent the following request in to the engineers.
    *******Enhancement / FMR*********
    I'm webmaster for a new client, and couldn't connect to their servers properly with Dreamweaver. When I asked their tech people on the other end why I'm having such difficulty, they wrote back :
    "The FTP settings for the server are explicit SSL/TLS (sometimes called Auth/TLS) and port 500."
    According to Adobe Forums community expert David Powers, "FTP is not the strongest of Dreamweaver's features. It supports Secure FTP (SFTP) and the IPv6 protocol, but not SSL. I suggest that you submit a feature request to Adobe through the official form."
    Because of this, I will more than likely have to find other software than Dreamweaver to execute my tasks.
    Please include the necessary encryption methods in a future update, or even an extension.
    Thanks!

  • Unable to connect to the remote ftp server using dreamweaver.

    For the last one week I have been trying to connect to the remote ftp server using dreamweaver. I spoke to the technical support agency who manage our remote server but they are saying that there is no problem with the server adn they dont know anythign about dreamweaver so cant assist me.
    I was suggested to check with adobe team directly and i spoke to a technical support person on the live chat but they said since the version is CS4 - education version, they cant assist me at all!! This is just ridiculous...I am constantly being sent from one place to the other without anything getting resolved!!
    Please help somebody!!

    I am having a similar problem... maybe.  I was connected to my remote site all day yesterday, then out of the blue I tried to "put" an edited file... as I had been doing all day, and I received an FTP error:  Cannot make connection to host. Your login or password is incorrect.  That's odd, I've been connecting all day.  So I went into my sites > manage sites and clicked the Test button on my remote server information and it returned Adboe Dreamweaver CS connected to your webserver successfully.  I went back to my file and tried once more to "put" it on the remote server... again FTP Error: cannot make connect to host...  So I reboot my computer and start Dreamweaver CS3 again.  I reenter my remoter server information and click the Test button.  "... connect to your webserver successfully".  I try to put any file, FTP error again.  So I call my server administrator, he checks the servers logs and says there are no errors and you've connected successfully several times today.  I went through the trouble shooting steps listed here, though my FTP Logs are empty.  I cannot stay connected or even see the remote folders to try to drag and drop.  I tried to run ftp from a windows command prompt and it seems to connect me.
    I downloaded an installed an SFTP client and was able to successfully connect to my remote server and upload the files.  It's definately a Dreamweaver problem.  Any suggestions?

  • FTP Connection Issue in Dreamweaver CS4

    I just reinstalled Windows 7 Home Premium 64 bit and of course had to reinstall Design Premium CS4. Up until now Dreamweaver CS4 (Version 10.0 Build 4117) has connected to ftp flawlessly, however ever since I reinstalled I have been receiving the "An FTP error occurred - cannot make connection to host. The remote host cannot be found" error message.
    What I have tried so far:
    I have double checked that my login information is correct
    I have successfully logged in to the ftp server using another ftp client and through a browser
    Through Dreamweaver I have tried using passive FTP, secure FTP, firewall and none of those settings make a difference.
    I receive the error message whether I click "test" or try to connect through the files panel .
    I have checked my firewall settings and Dreamweaver is an allowed program.
    I don't have access to another ftp server to check if would work in that situation.
    I have uninstalled and reinstalled both Dreamweaver and the entire suite.
    Is there anything else that I need to do?
    Thanks in advance for any help.

    This is a maddening issue that's getting press in various forums, here and on Adobe's site, and all sorts of third party blogs, etc. I spent days wrestling with this with no luck, because in CS3, which I"ve been using for years under OS X, Extension Manager is broken (under Mountain Lion, at least). Installed CS4, CS5—nothing worked. The ""can't connect" error message appears instantly, suggesting that DW wasn't even trying to make the FTP connection, which led me to suspect Little Snitch or some other firewall issue, but this wasn't the case. I isolated login items, repaired permissions, booted in Safe Mode—all with no luck. Finally, I tried opening DW from a different user login and FTP connected. This, at least in my case, pointed to something in the user folder. I narrowed it down to the User/Library folder. Creating a new user and copying the Library folder over copied over the problem, as expected. New user was deleted, and I wen tinto the troublemaking User/Library folder to see what I could see. There were old files and folders there from previous installs, including CS3—speciifically in the User/Library/Application Support folder and, of course, in User/Library/Preferences. After deleting thiese, I found no further problems connecting via FTP in DW CS4. I presume that CS5 also would connect now, but I'm not keen to put it to the test. Under CS4, Extension Manager works fine, which is what I was looking to accomplish in upgrading from CS3. Moral of the story: Adobe CS installations do not like legacy files and folder either in User/Library/Application Support or User/Library/Preferences. Deleting these may work for you, too—at least it's another string to the troubleshooting bow, and this one can be a real bear. Good luck to all who have run into this.

  • Dreamweaver FTP connection settings (CS5)

    I am wondering if anyone can help me with my issue I am having. I am running a big website and have been using Dreamweaver CS4 in the past and that worked like a charm so I decided to upgrade to CS5 and some things got weird. When entering in my servers I enter in all of my settings that I had on my past version using ftp then my domain and port 21. I enter in the correct username and password but when it tries to connect it says it fails.
    Any suggestions??
    Am I supposed to use sftp now??
    -Tim

    Without knowing your FTP login credentials (Don't give them out here of course) it's hard to say. It's more likely a user error.
    The best thing to do is login to your hosting provider's control panel and look for your FTP login and campare the info.
    The obvious woud be
    User error - missing something when typing in crendtials ex: server, path or no path to dir example htdocs/html/
    password/user login
    Server down try again
    Internet connection down try again

  • The FTP function in Dreamweaver CS5 has suddenly stopped working. My ISP just had to upgrade their FTP servers and they said it was no longer compatible with the FTP in Dreamweaver CS5! Help!!

    Is there any update to Dreamweaver CS5 that will allow the FTP function to be compatible with the new FTP server protocol? Please help. Will I need to upgrade to CS6?

    Ask in the DW forum and be much more specific about the requirements for your FTP connection like its ports, TLS settings and so on.
    Mylenium

Maybe you are looking for

  • URGENT:Income Tax Problem in Payroll

    Hi dear friends, when India payroll is run the Conveyance Allowance is not considering for Income TAX Exemption. I had assigned the TAX Code correctly with limit 800 per month. When i check the technical Wage Type /130 ,it contains only HRA amount wh

  • Issues with WMV HD Editing & Newbie Questions

    Hi, I am new to PE7, so apologies if some of these have been asked b4, I searched but couldn't come up with direct solutions. I mainly edit HD WMVs, raw HD videos and MPEGs, to be used on PCs and on the internet. Most used output would be HD 1280x720

  • Photo Booth jams and won't quit

    Here is the issue: At first, when running a photo kiosk type application such as Photo Booth or a similar 3rd party app (I also have had FunnyPhotographer installed, which works under Rosetta), it all seems to work fine. But after a period of time wo

  • How to slove the rule resoultion

    hai, I have to find the users invloved in the process. I am using the function module 'RH_GET_ACTORS' to get the users. Input is the plant and rule number   swc_set_element ac_container 'plant' plant.   CALL FUNCTION 'RH_GET_ACTORS'     EXPORTING    

  • BEX problem: F4 help to filter values of F4 value list at query execution

    Hi all, description of the problem we face: at query execution the selection pop-up appears and "ask" for values. To select those values I try the F4 button and receive a long list of e.g. vendors. (Our vendors are compounded to a special characteris