<?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: string variable - within parameters statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-variable-within-parameters-statement/m-p/1573508#M258909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Parameters , Only types C, N, X or P are allowed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can declare that as C and give some more length&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT YCHATEST.

data  v_str(200).

parameters : p_str like v_str.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Oct 2006 08:42:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-12T08:42:35Z</dc:date>
    <item>
      <title>string variable - within parameters statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-variable-within-parameters-statement/m-p/1573507#M258908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;is it possible to define a string variable like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
   PARAMETERS: var_xxx type string, 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;It doesnt works. Why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 08:36:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-variable-within-parameters-statement/m-p/1573507#M258908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T08:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: string variable - within parameters statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-variable-within-parameters-statement/m-p/1573508#M258909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Parameters , Only types C, N, X or P are allowed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can declare that as C and give some more length&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT YCHATEST.

data  v_str(200).

parameters : p_str like v_str.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 08:42:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-variable-within-parameters-statement/m-p/1573508#M258909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T08:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: string variable - within parameters statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-variable-within-parameters-statement/m-p/1573509#M258910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;     For patameters you can only use FIXED-LENGTH types' Since String is a data type of variable length you can not use it for declaring parameters. Both string and Xstring cannot be used as both are variable lengths. This only for releses before ERP 2005. From ERP 2005 onwards you can type using string but not using xstring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create your own type with  &lt;/P&gt;&lt;P&gt;TYPES: param_type(200) type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: input type param_type.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 09:10:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-variable-within-parameters-statement/m-p/1573509#M258910</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2006-10-12T09:10:27Z</dc:date>
    </item>
  </channel>
</rss>

