<?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 lenghth calculation. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805906#M1125089</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi peter and avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; the data type string is not allowed with parameters,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;it is giving error of deep data type.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Nov 2008 10:45:34 GMT</pubDate>
    <dc:creator>former_member841898</dc:creator>
    <dc:date>2008-11-24T10:45:34Z</dc:date>
    <item>
      <title>string lenghth calculation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805899#M1125082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i want to pass the data through parameters and return it will give length, for e.g if i&lt;/P&gt;&lt;P&gt; give &lt;STRONG&gt;sapabap&lt;/STRONG&gt;  in parameters the o/p will be 7 , for this i m using follwing piece of code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ycompute   NO STANDARD PAGE HEADING  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:   n TYPE i,&lt;/P&gt;&lt;P&gt;            word1 type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; parameters:  p_word1 like word1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; n = STRLEN( p_word1 ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;WRITE:/ n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on activation it sends error&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;the reference field 'WORD1' has an invalid nested data type.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to proceed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i m using 4.7 version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 10:32:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805899#M1125082</guid>
      <dc:creator>former_member841898</dc:creator>
      <dc:date>2008-11-24T10:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: string lenghth calculation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805900#M1125083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Data type C instead of STRING for WORD1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 10:33:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805900#M1125083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T10:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: string lenghth calculation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805901#M1125084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try using Datatype of Char instead of string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it solves out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 10:35:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805901#M1125084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T10:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: string lenghth calculation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805902#M1125085</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; Try this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ycompute NO STANDARD PAGE HEADING .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: n TYPE i,&lt;/P&gt;&lt;P&gt;word1 type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: p_word1 type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;word1 = p_word1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;n = STRLEN( p_word1 ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE:/ n&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 10:35:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805902#M1125085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T10:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: string lenghth calculation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805903#M1125086</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;use this instead...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: p_word1 type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 10:35:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805903#M1125086</guid>
      <dc:creator>peter_ruiz2</dc:creator>
      <dc:date>2008-11-24T10:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: string lenghth calculation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805904#M1125087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Basically the parameter field to be displayed on screen must contain certain defined length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you take parameters type string it takes 256 char length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to best of my knowledge &lt;/P&gt;&lt;P&gt;parameters p_word type char40.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data n type i.&lt;/P&gt;&lt;P&gt;n = strleng( P_word ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 10:38:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805904#M1125087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T10:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: string lenghth calculation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805905#M1125088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i use data type c and give a data which has bigger length say 150 or more,&lt;/P&gt;&lt;P&gt;for e.g. wwwwwwwwwwwwwwwwwwwwwwwwwwwaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa&lt;/P&gt;&lt;P&gt;jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkklllllllllllllllllllllllllllll&lt;/P&gt;&lt;P&gt;mmmmmmmmmmmmmmmmmmmmmm &lt;STRONG&gt;in parameter&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;the o/p always will be 132&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 10:39:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805905#M1125088</guid>
      <dc:creator>former_member841898</dc:creator>
      <dc:date>2008-11-24T10:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: string lenghth calculation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805906#M1125089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi peter and avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; the data type string is not allowed with parameters,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;it is giving error of deep data type.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 10:45:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805906#M1125089</guid>
      <dc:creator>former_member841898</dc:creator>
      <dc:date>2008-11-24T10:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: string lenghth calculation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805907#M1125090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA: a TYPE char200 VALUE 'wwwwwwwwwwwwwwwwwwwwwwwwwwwaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaajjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkklllllllllllllllllllllllllllllmmmmmmmmmmmmmmmmmmmmmm'.&lt;/P&gt;&lt;P&gt;DATA: n(3) TYPE n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;n = strlen( a ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: n.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 10:47:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805907#M1125090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T10:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: string lenghth calculation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805908#M1125091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ramchander ,&lt;/P&gt;&lt;P&gt; here u r fixing the length only upto 40.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what for length greater than 40?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 10:47:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805908#M1125091</guid>
      <dc:creator>former_member841898</dc:creator>
      <dc:date>2008-11-24T10:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: string lenghth calculation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805909#M1125092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi amit ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is what which i have already done ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;i want a parameter on screen&lt;/STRONG&gt;  &lt;STRONG&gt;in which data whose length to be calculated is to be passed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 10:50:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805909#M1125092</guid>
      <dc:creator>former_member841898</dc:creator>
      <dc:date>2008-11-24T10:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: string lenghth calculation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805910#M1125093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, it seems to be a restriction with parameters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 10:53:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805910#M1125093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T10:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: string lenghth calculation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805911#M1125094</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;As per my knowledge in 4.7c, we cann't declare string in the selection screen. Its the data type which cann't be used for the parameters or select-options. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you got to use char with the restricted length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If wrong please correct me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ECC6.0 your declaration is valid and you can directly declare even "TYPE STRING" in the parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Krishna Adabala on Nov 24, 2008 11:59 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 10:57:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805911#M1125094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T10:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: string lenghth calculation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805912#M1125095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a workaround for this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let ZTEST be your program in which parameter is defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open this program in se51 with screen no 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click input/output box of parameter in screen layoout. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change defined  from 132 to any value u like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Donot activate ztest in se38 again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 10:59:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805912#M1125095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T10:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: string lenghth calculation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805913#M1125096</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;Try this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: n TYPE i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: p_word1 type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;n = STRLEN( p_word1 ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE:/ n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;N M Poojari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 11:00:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805913#M1125096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T11:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: string lenghth calculation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805914#M1125097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may try using inline editor on Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will capture data in lines, you can add up string length of all lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohaiyuddin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 11:04:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805914#M1125097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T11:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: string lenghth calculation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805915#M1125098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnks all for ur valuable inputs...........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;as one of the frnds suggested that string declaration is not allowed with parameters in 4.7,,&lt;/STRONG&gt;i also think so................&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;string declaration with parameters may work in ecc 6.0...&lt;/STRONG&gt;if any one of frnds finds its solution then please leave a reply ,&lt;/P&gt;&lt;P&gt;this thread for length calculation remains open..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards &lt;/P&gt;&lt;P&gt;pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 12:00:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805915#M1125098</guid>
      <dc:creator>former_member841898</dc:creator>
      <dc:date>2008-11-24T12:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: string lenghth calculation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805916#M1125099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Dec 2010 06:41:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-lenghth-calculation/m-p/4805916#M1125099</guid>
      <dc:creator>former_member841898</dc:creator>
      <dc:date>2010-12-23T06:41:36Z</dc:date>
    </item>
  </channel>
</rss>

