<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error FUNCTION F4_DXFILENAME_4_DYNP Matchcode route serve in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-function-f4-dxfilename-4-dynp-matchcode-route-serve/m-p/8521158#M1655761</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This function does not help me because it exceeded the number of popups, the search directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Do you know someone a way to use a matchcode, to start the search for the directory on a specific path in the host?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jan 2012 11:58:10 GMT</pubDate>
    <dc:creator>former_member304173</dc:creator>
    <dc:date>2012-01-24T11:58:10Z</dc:date>
    <item>
      <title>Error FUNCTION F4_DXFILENAME_4_DYNP Matchcode route serve</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-function-f4-dxfilename-4-dynp-matchcode-route-serve/m-p/8521155#M1655758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a z report, to download files from a server, which works correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is when you press the matchcode, download the path to the server, a strange case seleccíonar... I detail:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. From the default route navigate backward in the directory with ".."&lt;/P&gt;&lt;P&gt;2. Keep going backwards with ".." to get to the root directory.&lt;/P&gt;&lt;P&gt;3. Then I advanced forward directory eg. / INTERFACES /&lt;/P&gt;&lt;P&gt;4.-Up there everything perfect, might even select a file.&lt;/P&gt;&lt;P&gt;5. But when you try to move forward, another folder forward, for example. / out /:&lt;/P&gt;&lt;P&gt;Skip the following error: "Error." "Selection of file cancelled" &lt;/P&gt;&lt;P&gt;and leaving the matchcode and not allow to select a file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function that is associated with the matchcode for the selection of the route is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4_DXFILENAME_4_DYNP'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;dynpfield_filetype = 'V_FILETYPE_APX'&lt;/P&gt;&lt;P&gt;dynpfield_filename = 'V_FILENAME_APX'&lt;/P&gt;&lt;P&gt;dyname = 'ZBX_TRASLate_FIlename'&lt;/P&gt;&lt;P&gt;dynumb = '0600'&lt;/P&gt;&lt;P&gt;location = 'A'&lt;/P&gt;&lt;P&gt;server = v_server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 12:50:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-function-f4-dxfilename-4-dynp-matchcode-route-serve/m-p/8521155#M1655758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-23T12:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error FUNCTION F4_DXFILENAME_4_DYNP Matchcode route serve</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-function-f4-dxfilename-4-dynp-matchcode-route-serve/m-p/8521156#M1655759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The failure takes place because the function f4_dxfilename has a limit of 8 levels of popup. The matchcode that calls to the function is in a popop, for what incia from the level 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION F4_DXFILENAME&lt;/P&gt;&lt;P&gt;LINE 28:&lt;/P&gt;&lt;P&gt;call 'DY_GET_MODAL_LEVEL' id 'ACT_UI_MOD_LEV' field l_count.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if l_count &amp;lt; 8.   " zählt ab 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    gt_params_120-rec_level = g_rec_level_120.&lt;/P&gt;&lt;P&gt;  gt_params_120-dirname   = i_path.&lt;/P&gt;&lt;P&gt;  gt_params_120-filemask  = filemask.&lt;/P&gt;&lt;P&gt;  clear gt_params_120-o_path.&lt;/P&gt;&lt;P&gt;  insert table gt_params_120.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call screen 120 starting at 4 4&lt;/P&gt;&lt;P&gt;                  ending   at  86 22.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  abend_flag = g_abend_flag_120.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if abend_flag = c_true.&lt;/P&gt;&lt;P&gt;    o_path          = i_path.&lt;/P&gt;&lt;P&gt;  else.&lt;/P&gt;&lt;P&gt;    read table gt_params_120&lt;/P&gt;&lt;P&gt;               with table key rec_level = g_rec_level_120.&lt;/P&gt;&lt;P&gt;    o_path = gt_params_120-o_path.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  else.  " &lt;/P&gt;&lt;P&gt;    message i509.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;There is some solution to be able to omit this validation in the levels?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 17:40:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-function-f4-dxfilename-4-dynp-matchcode-route-serve/m-p/8521156#M1655759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-23T17:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error FUNCTION F4_DXFILENAME_4_DYNP Matchcode route serve</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-function-f4-dxfilename-4-dynp-matchcode-route-serve/m-p/8521157#M1655760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the solution: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note 1080499 - SXDA: F4 help recursion GUI error: Too many dialog boxes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 17:51:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-function-f4-dxfilename-4-dynp-matchcode-route-serve/m-p/8521157#M1655760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-23T17:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error FUNCTION F4_DXFILENAME_4_DYNP Matchcode route serve</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-function-f4-dxfilename-4-dynp-matchcode-route-serve/m-p/8521158#M1655761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This function does not help me because it exceeded the number of popups, the search directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Do you know someone a way to use a matchcode, to start the search for the directory on a specific path in the host?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 11:58:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-function-f4-dxfilename-4-dynp-matchcode-route-serve/m-p/8521158#M1655761</guid>
      <dc:creator>former_member304173</dc:creator>
      <dc:date>2012-01-24T11:58:10Z</dc:date>
    </item>
  </channel>
</rss>

