<?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 type-incompatible error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-incompatible-error/m-p/6649657#M1444770</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;am getting ''P" and "L" type-incompatible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT  ZTREE1.
      data: l,                         "leading  characters
            t,                         "trailing characters
            done.                      "done flag
      parameters p(25) default '    Vendor Number'.
      while done = ' '                 "the expression is evaluated first
          vary l from p+0  next p+1    "then vary assignments are performed
          vary t from p+24 next p+23.
         if l = ' ' and t = ' '.
             l = t = '-'.
         else.
             done = 'X'.
             endif.
         endwhile.
 write: / p.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls try 2 execute this code&lt;/P&gt;&lt;P&gt;it giving above error&lt;/P&gt;&lt;P&gt;how can i remove that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ketan..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Mar 2010 09:59:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-19T09:59:55Z</dc:date>
    <item>
      <title>type-incompatible error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-incompatible-error/m-p/6649657#M1444770</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;am getting ''P" and "L" type-incompatible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT  ZTREE1.
      data: l,                         "leading  characters
            t,                         "trailing characters
            done.                      "done flag
      parameters p(25) default '    Vendor Number'.
      while done = ' '                 "the expression is evaluated first
          vary l from p+0  next p+1    "then vary assignments are performed
          vary t from p+24 next p+23.
         if l = ' ' and t = ' '.
             l = t = '-'.
         else.
             done = 'X'.
             endif.
         endwhile.
 write: / p.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls try 2 execute this code&lt;/P&gt;&lt;P&gt;it giving above error&lt;/P&gt;&lt;P&gt;how can i remove that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ketan..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Mar 2010 09:59:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-incompatible-error/m-p/6649657#M1444770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-19T09:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: type-incompatible error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-incompatible-error/m-p/6649658#M1444771</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;PRE&gt;&lt;CODE&gt;
REPORT  ZTREE1.
      data: l type C length 1,                         "leading  characters
            t type C length 1 ,                         "trailing characters
            done.                      "done flag
      parameters p type C LENGTH 25 default '    Vendor Number'.
      while done = ' '                 "the expression is evaluated first
          vary l from p+0(1)
                 next p+1(1) RANGE P    "then vary assignments are performed
          vary t from p+24(1)
                 next p+23(1) RANGE P.
         if l = ' ' and t = ' '.
             l = t = '-'.
         else.
             done = 'X'.
             endif.
         endwhile.
 write: / p.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Mar 2010 10:11:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-incompatible-error/m-p/6649658#M1444771</guid>
      <dc:creator>StMou</dc:creator>
      <dc:date>2010-03-19T10:11:17Z</dc:date>
    </item>
  </channel>
</rss>

