<?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: Problem while using the parameter statement with visible length Option in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-the-parameter-statement-with-visible-length-option/m-p/3579568#M861783</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;I find the solution. this is the problem with the GUI. I tried with a new version of GUI and it is working fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Mar 2008 09:59:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-24T09:59:20Z</dc:date>
    <item>
      <title>Problem while using the parameter statement with visible length Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-the-parameter-statement-with-visible-length-option/m-p/3579561#M861776</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;I am using the parameter statement with visible length Option. The parameter is defined for a fiel which is of 132 charecters and I defined the visible length as 10. Whenever I enter data into this parameter which is more than 10 charecters the data is automatically getting truncated to 10 charecters in the program. But I want to have the full value in the program what user enters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I defined the parameter as follows..&lt;/P&gt;&lt;P&gt;PARAMETERS : p_name(132) type c VISIBLE LENGTH 20 lower case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any inputs regarding this issue are highly appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kasinath Babu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 09:48:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-the-parameter-statement-with-visible-length-option/m-p/3579561#M861776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T09:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while using the parameter statement with visible length Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-the-parameter-statement-with-visible-length-option/m-p/3579562#M861777</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;it should not be truncated, the VISIBLE LENGTH is for the selection screen only. Probably in your program you use like: p_nam(10), which means, that only the first ten characters are used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 09:53:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-the-parameter-statement-with-visible-length-option/m-p/3579562#M861777</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-03-18T09:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while using the parameter statement with visible length Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-the-parameter-statement-with-visible-length-option/m-p/3579563#M861778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry but I think it's working fine for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 09:55:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-the-parameter-statement-with-visible-length-option/m-p/3579563#M861778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T09:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while using the parameter statement with visible length Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-the-parameter-statement-with-visible-length-option/m-p/3579564#M861779</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;data will not get truncated like that.may be u are assigning the value  of p_name to some other variable of length only 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 09:58:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-the-parameter-statement-with-visible-length-option/m-p/3579564#M861779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T09:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while using the parameter statement with visible length Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-the-parameter-statement-with-visible-length-option/m-p/3579565#M861780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IAs you said the VISIBLE LENGTH is for the selection screen only. I am not using anything like p_nam(10) in my program. I am facing this problem in a particular system which is running on 4.6C when I used the same code in other system which is on ECC 6.0 there I am not getting this problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kasinath Babu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 10:00:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-the-parameter-statement-with-visible-length-option/m-p/3579565#M861780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T10:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while using the parameter statement with visible length Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-the-parameter-statement-with-visible-length-option/m-p/3579566#M861781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;strange...&lt;/P&gt;&lt;P&gt;I have here 4.7, 5.0 and 6.0, unfortunately no 4.6C, so I cannot try...&lt;/P&gt;&lt;P&gt;I also checked the 4.6C Saphelp and it is clearly stated that it should not happen.&lt;/P&gt;&lt;P&gt;I think you have to contact OSS regarding this (if 4.6C is still supported)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 10:04:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-the-parameter-statement-with-visible-length-option/m-p/3579566#M861781</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-03-18T10:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while using the parameter statement with visible length Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-the-parameter-statement-with-visible-length-option/m-p/3579567#M861782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;running on a 4.6c system, this code works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAMETERS:
  p_view(132)  TYPE c VISIBLE LENGTH 20 lower case.

START-OF-SELECTION.

  write:/ p_view.
END-OF-SELECTION.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 10:39:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-the-parameter-statement-with-visible-length-option/m-p/3579567#M861782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T10:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while using the parameter statement with visible length Option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-the-parameter-statement-with-visible-length-option/m-p/3579568#M861783</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;I find the solution. this is the problem with the GUI. I tried with a new version of GUI and it is working fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 09:59:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-the-parameter-statement-with-visible-length-option/m-p/3579568#M861783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T09:59:20Z</dc:date>
    </item>
  </channel>
</rss>

