<?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: UCCHECK Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/uccheck-error/m-p/7101475#M1508499</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;I found  below code in SDN&lt;/P&gt;&lt;P&gt; class cs-abap_char_utilities defination load.&lt;/P&gt;&lt;P&gt;data: l_tab type c value cl_abap_char_utilities=&amp;gt;horizatal_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can i replace above code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pratap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jul 2010 11:49:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-14T11:49:21Z</dc:date>
    <item>
      <title>UCCHECK Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uccheck-error/m-p/7101471#M1508495</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 run uccheck, there are some objects having errors saying that " &lt;STRONG&gt;VARIABLE MUST BE CHARACTER -TYPE DATA OBJECT(DATA TYPE C,N,D,T OR STRING)&lt;/STRONG&gt;" in the UCCHECK output. But in the programe variable declared as L_TAB TYPE X VALUE '09'. Please tell me how to fix the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pratapvdl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2010 10:50:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uccheck-error/m-p/7101471#M1508495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-13T10:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: UCCHECK Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uccheck-error/m-p/7101472#M1508496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you doing with this variable L_TAB ?&lt;/P&gt;&lt;P&gt;Paste the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2010 11:07:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uccheck-error/m-p/7101472#M1508496</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-07-13T11:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: UCCHECK Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uccheck-error/m-p/7101473#M1508497</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;I have written code below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: L_TAB TYPE  X VALUE '09'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE L_T_DATA-DATA  L_TAB  L_TEXT  INTO  L_X_FIELDCAT-SELTEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pratap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 11:14:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uccheck-error/m-p/7101473#M1508497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-14T11:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: UCCHECK Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uccheck-error/m-p/7101474#M1508498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FAQ. Search for the term horizontal tab in SCN. You will get the replacement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 11:18:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uccheck-error/m-p/7101474#M1508498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-14T11:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: UCCHECK Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uccheck-error/m-p/7101475#M1508499</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;I found  below code in SDN&lt;/P&gt;&lt;P&gt; class cs-abap_char_utilities defination load.&lt;/P&gt;&lt;P&gt;data: l_tab type c value cl_abap_char_utilities=&amp;gt;horizatal_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can i replace above code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pratap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 11:49:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uccheck-error/m-p/7101475#M1508499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-14T11:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: UCCHECK Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uccheck-error/m-p/7101476#M1508500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you just try it out, now that you found a promising path? Please "do more" yourself rather than depending on the input of others.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 11:54:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uccheck-error/m-p/7101476#M1508500</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-07-14T11:54:11Z</dc:date>
    </item>
  </channel>
</rss>

