<?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: PARAMETERS : fname type string. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-fname-type-string/m-p/2461313#M552232</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;After the &amp;lt;b&amp;gt;Type&amp;lt;/b&amp;gt; u must give:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The built-in ABAP types c, d, i, n, p, t, and x &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Otherwise,A non-specific data type from the ABAP Dictionary or a non-generic data type, from the same program, already defined using TYPES, and which is elementary and flat and not of the type f (with the exception of the use of NO-DISPLAY). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It won't accept the Predefined Data Type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jun 2007 06:47:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-25T06:47:32Z</dc:date>
    <item>
      <title>PARAMETERS : fname type string.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-fname-type-string/m-p/2461310#M552229</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;when i write the statement PARAMETERS : fname type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It says the " nested datatype string is not allowed".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wht  possibly cud be the problem ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 06:39:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-fname-type-string/m-p/2461310#M552229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T06:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETERS : fname type string.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-fname-type-string/m-p/2461311#M552230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data Type "String"  is not allowed for parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can go with type "C".&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, 25 Jun 2007 06:44:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-fname-type-string/m-p/2461311#M552230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T06:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETERS : fname type string.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-fname-type-string/m-p/2461312#M552231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define it as: PARAMETERS: fname(255) type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Kunjal Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 06:46:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-fname-type-string/m-p/2461312#M552231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T06:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETERS : fname type string.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-fname-type-string/m-p/2461313#M552232</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;After the &amp;lt;b&amp;gt;Type&amp;lt;/b&amp;gt; u must give:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The built-in ABAP types c, d, i, n, p, t, and x &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Otherwise,A non-specific data type from the ABAP Dictionary or a non-generic data type, from the same program, already defined using TYPES, and which is elementary and flat and not of the type f (with the exception of the use of NO-DISPLAY). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It won't accept the Predefined Data Type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 06:47:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-fname-type-string/m-p/2461313#M552232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T06:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETERS : fname type string.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-fname-type-string/m-p/2461314#M552233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt; You can define string in data element and refer it in parameters.&lt;/P&gt;&lt;P&gt;Like,&lt;/P&gt;&lt;P&gt;ZELE_STRING is your string and then&lt;/P&gt;&lt;P&gt;in paramaters write it like,&lt;/P&gt;&lt;P&gt;parameters: pa_bukrn type zele_string.&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 06:48:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-fname-type-string/m-p/2461314#M552233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T06:48:20Z</dc:date>
    </item>
  </channel>
</rss>

