<?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: Function Module GUI_DOWNLOAD: Type String Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-gui-download-type-string-issue/m-p/3205863#M764273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just define your parameter as : fname TYPE string as well. (string is generic type, you will not find in the dicationary!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Dec 2007 14:10:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-07T14:10:24Z</dc:date>
    <item>
      <title>Function Module GUI_DOWNLOAD: Type String Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-gui-download-type-string-issue/m-p/3205862#M764272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working in 4.6C. I have used this Function Module many times in the past without issue, but not at this site. It abends and gives me the error message: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The call to the function module "GUI_DOWNLOAD" is incorrect:                                                                                &lt;/P&gt;&lt;P&gt;The function module interface allows you to specify only fields           &lt;/P&gt;&lt;P&gt;of a particular type under "FILENAME". The field "FNAME" specified here   &lt;/P&gt;&lt;P&gt;has a different field type.                                               &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the field declaration in the code:&lt;/P&gt;&lt;P&gt;PARAMETER: fname type rlgrap-filename DEFAULT 'C:/New_PO_Format.xls'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The import parameter in GUI_DOWNLOAD for FILENAME is type STRING. When I double click on STRING in the FM I get "Unable to find a tool to process request". And, TYPE STRING does not exist in the system? I started making a Z version of GUI_DOWNLOAD, but it started giving me headaches because I had to start copying other SAP function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing something? Or, is there a new and improved version of GUI_DOWNLOAD to use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 14:07:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-gui-download-type-string-issue/m-p/3205862#M764272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-07T14:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module GUI_DOWNLOAD: Type String Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-gui-download-type-string-issue/m-p/3205863#M764273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just define your parameter as : fname TYPE string as well. (string is generic type, you will not find in the dicationary!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 14:10:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-gui-download-type-string-issue/m-p/3205863#M764273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-07T14:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module GUI_DOWNLOAD: Type String Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-gui-download-type-string-issue/m-p/3205864#M764274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data : v_file type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETER: fname type rlgrap-filename DEFAULT 'C:/New_PO_Format.xls'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_file = fname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use v_file in gui_download parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 14:26:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-gui-download-type-string-issue/m-p/3205864#M764274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-07T14:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module GUI_DOWNLOAD: Type String Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-gui-download-type-string-issue/m-p/3205865#M764275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did this:&lt;/P&gt;&lt;P&gt;PARAMETER: fname type string&lt;/P&gt;&lt;P&gt;              DEFAULT 'C:/New_PO_Format.xls'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get syntax error The nested data type string is not allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      ?     Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 14:26:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-gui-download-type-string-issue/m-p/3205865#M764275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-07T14:26:51Z</dc:date>
    </item>
  </channel>
</rss>

