<?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: upgrade error: type x variables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/upgrade-error-type-x-variables/m-p/4434657#M1052571</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CONSTANTS:
  con_cret  TYPE x VALUE '0D', "OK for non Unicode
  con_tab   TYPE x VALUE '09'. "OK for non Unicode
 
*"If you have Unicode check active in program attributes then declare  *"constants as follows
CLASS cl_abap_char_utilities DEFINITION LOAD.
CONSTANTS:
 con_cret TYPE c VALUE cl_abap_char_utilities=&amp;gt;cr_lf.  
                                       " Carriage Return and Line Feed
 con_tab  TYPE c VALUE cl_abap_char_utilities=&amp;gt;horizontal_tab, " tab
                                       " Horizontal Tab Stop&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Sep 2008 10:56:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-10T10:56:31Z</dc:date>
    <item>
      <title>upgrade error: type x variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upgrade-error-type-x-variables/m-p/4434655#M1052569</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;in unicode system type x variables are giving syntax error: i have found replacements for few type x variable with value 09, 7c, od etc.. but i couldnt find replacements for the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GCX_INTRO       TYPE X VALUE '0D',    " Enter&lt;/P&gt;&lt;P&gt;GCX_CR          TYPE X VALUE '10',    " Carriage return&lt;/P&gt;&lt;P&gt;GCX_VALIDATE(6) TYPE X VALUE '090D273B7C10'. " Invalid chars for field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly provide me with solutions &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;mano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2008 10:32:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upgrade-error-type-x-variables/m-p/4434655#M1052569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-10T10:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: upgrade error: type x variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upgrade-error-type-x-variables/m-p/4434656#M1052570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;type x is binary data and vlaues enclosed in apostrophes are string or chars.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the constants declared in CL_ABAP_CHAR_UTILITIES eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL_ABAP_CHAR_UTILITIES=&amp;gt;HORIZONTAL_TAB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GCX_INTRO = CL_ABAP_CHAR_UTILITIES=&amp;gt;HORIZONTAL_TAB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2008 10:37:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upgrade-error-type-x-variables/m-p/4434656#M1052570</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2008-09-10T10:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: upgrade error: type x variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upgrade-error-type-x-variables/m-p/4434657#M1052571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CONSTANTS:
  con_cret  TYPE x VALUE '0D', "OK for non Unicode
  con_tab   TYPE x VALUE '09'. "OK for non Unicode
 
*"If you have Unicode check active in program attributes then declare  *"constants as follows
CLASS cl_abap_char_utilities DEFINITION LOAD.
CONSTANTS:
 con_cret TYPE c VALUE cl_abap_char_utilities=&amp;gt;cr_lf.  
                                       " Carriage Return and Line Feed
 con_tab  TYPE c VALUE cl_abap_char_utilities=&amp;gt;horizontal_tab, " tab
                                       " Horizontal Tab Stop&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2008 10:56:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upgrade-error-type-x-variables/m-p/4434657#M1052571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-10T10:56:31Z</dc:date>
    </item>
  </channel>
</rss>

