I have a z report, to download files from a server, which works correctly.
The problem is when you press the matchcode, download the path to the server, a strange case seleccíonar... I detail:
1. From the default route navigate backward in the directory with ".."
2. Keep going backwards with ".." to get to the root directory.
3. Then I advanced forward directory eg. / INTERFACES /
4.-Up there everything perfect, might even select a file.
5. But when you try to move forward, another folder forward, for example. / out /:
Skip the following error: "Error." "Selection of file cancelled"
and leaving the matchcode and not allow to select a file.
The function that is associated with the matchcode for the selection of the route is:
CALL FUNCTION 'F4_DXFILENAME_4_DYNP'
EXPORTING
dynpfield_filetype = 'V_FILETYPE_APX'
dynpfield_filename = 'V_FILENAME_APX'
dyname = 'ZBX_TRASLate_FIlename'
dynumb = '0600'
location = 'A'
server = v_server.
Working properly, except for the specific case that I've detailed above, the error generates a function that is within this function, the debuggear the bug comes standard, but I failed to find any note associated with this bug!
Can someone advise me on other possible solution? It is not possible to change the root directory by default because it is a requirement of user.
Thanks!