<?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: Type string not allowed in PARAMETERS? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-string-not-allowed-in-parameters/m-p/4795857#M1123174</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think ur sap version is 4.6 . In 6.0 this will work . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter : pa_file like rlgrap-filename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : gv_file type string . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gv_file   =  pa_file .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Nov 2008 09:46:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-18T09:46:46Z</dc:date>
    <item>
      <title>Type string not allowed in PARAMETERS?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-string-not-allowed-in-parameters/m-p/4795853#M1123170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to define a parameter type string to get a file path to upload a file and I receive the following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: var1 TYPE string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The deep data type "STRING" is not allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But then I use the same type to a DATA statement and I can use it with no problem, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA var1 TYPE string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got a code created by me the last year where I declare a TYPE string parameter and that code worked perfectly... The SAP version is 6.4...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 09:34:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-string-not-allowed-in-parameters/m-p/4795853#M1123170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-18T09:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Type string not allowed in PARAMETERS?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-string-not-allowed-in-parameters/m-p/4795854#M1123171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use char with the required length&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 09:36:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-string-not-allowed-in-parameters/m-p/4795854#M1123171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-18T09:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Type string not allowed in PARAMETERS?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-string-not-allowed-in-parameters/m-p/4795855#M1123172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marshall,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The older releases doesn't support the datatype &lt;STRONG&gt;string&lt;/STRONG&gt; for parameters as the newer releases wil take it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still want to achieve that you can use the datatype &lt;STRONG&gt;char&amp;lt;x&amp;gt;&lt;/STRONG&gt; for that and x being the number of characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Simha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 09:39:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-string-not-allowed-in-parameters/m-p/4795855#M1123172</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2008-11-18T09:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Type string not allowed in PARAMETERS?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-string-not-allowed-in-parameters/m-p/4795856#M1123173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok ok, I don't understand why isn't working because the release is new  (6.4) but doesn't matter... I will use the data type string to pass the string to char255 parameter as you told me and no more complications&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Marshal Oliveras on Nov 18, 2008 10:43 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 09:43:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-string-not-allowed-in-parameters/m-p/4795856#M1123173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-18T09:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Type string not allowed in PARAMETERS?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-string-not-allowed-in-parameters/m-p/4795857#M1123174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think ur sap version is 4.6 . In 6.0 this will work . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter : pa_file like rlgrap-filename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : gv_file type string . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gv_file   =  pa_file .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 09:46:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-string-not-allowed-in-parameters/m-p/4795857#M1123174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-18T09:46:46Z</dc:date>
    </item>
  </channel>
</rss>

