<?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: Replacement for Underscore - Hexadecimal '1F' in Unicode System in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-underscore-hexadecimal-1f-in-unicode-system/m-p/1443816#M210884</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai&lt;/P&gt;&lt;P&gt;Check the following Statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data v_var1 type x value '1F'.&lt;/P&gt;&lt;P&gt;data v_len(5) type n.&lt;/P&gt;&lt;P&gt;constants:&lt;/P&gt;&lt;P&gt;c_ecc6_tab(1) type c value cl_abap_char_utilities=&amp;gt;horizontal_tab.&lt;/P&gt;&lt;P&gt;constants:&lt;/P&gt;&lt;P&gt;c1(3) type c value 333.&lt;/P&gt;&lt;P&gt;data: begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;line(20) type c,&lt;/P&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;P&gt;data: begin of itab1 occurs 0,&lt;/P&gt;&lt;P&gt;line1(20) type c,&lt;/P&gt;&lt;P&gt;line2(20) type c,&lt;/P&gt;&lt;P&gt;line3(20) type c,&lt;/P&gt;&lt;P&gt;end of itab1.&lt;/P&gt;&lt;P&gt;concatenate c1 c_ecc6_tab c1 c_ecc6_tab c1 c_ecc6_tab c1&lt;/P&gt;&lt;P&gt;into itab-line.&lt;/P&gt;&lt;P&gt;concatenate c1 v_var1 c1&lt;/P&gt;&lt;P&gt;into itab-line.&lt;/P&gt;&lt;P&gt;open dataset c1 for input in text mode encoding default.&lt;/P&gt;&lt;P&gt;describe field c1 length v_len in character mode.&lt;/P&gt;&lt;P&gt;do 5 times.&lt;/P&gt;&lt;P&gt;append itab.&lt;/P&gt;&lt;P&gt;enddo.&lt;/P&gt;&lt;P&gt;data xtab1 like itab1.&lt;/P&gt;&lt;P&gt;data v_newvar like itab1-line1.&lt;/P&gt;&lt;P&gt;do 10 times.&lt;/P&gt;&lt;P&gt;itab1-line1 = 'abc'.&lt;/P&gt;&lt;P&gt;itab1-line2 = 'def'.&lt;/P&gt;&lt;P&gt;itab1-line3 = 'ghi'.&lt;/P&gt;&lt;P&gt;append itab1.&lt;/P&gt;&lt;P&gt;clear itab1.&lt;/P&gt;&lt;P&gt;enddo.&lt;/P&gt;&lt;P&gt;v_tabix = sy-tabix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Sreenivasulu P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jun 2006 13:08:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-15T13:08:42Z</dc:date>
    <item>
      <title>Replacement for Underscore - Hexadecimal '1F' in Unicode System</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-underscore-hexadecimal-1f-in-unicode-system/m-p/1443810#M210878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone provide the replacement for hexadecimal value '1F' in a Unicode system? Is there any table available?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lijo Joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 12:44:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-underscore-hexadecimal-1f-in-unicode-system/m-p/1443810#M210878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T12:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Replacement for Underscore - Hexadecimal '1F' in Unicode System</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-underscore-hexadecimal-1f-in-unicode-system/m-p/1443811#M210879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lijo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this Link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.loc.gov/ead/practices/technical/unicode.html" target="test_blank"&gt;http://www.loc.gov/ead/practices/technical/unicode.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Joseph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 12:50:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-underscore-hexadecimal-1f-in-unicode-system/m-p/1443811#M210879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T12:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Replacement for Underscore - Hexadecimal '1F' in Unicode System</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-underscore-hexadecimal-1f-in-unicode-system/m-p/1443812#M210880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lijo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For special characters for unicode you can use attributes of class CL_ABAP_CHAR_UTILITIES. However there is nothing for underscore, so I guess underscore can be used in any codepage.&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>Thu, 15 Jun 2006 12:51:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-underscore-hexadecimal-1f-in-unicode-system/m-p/1443812#M210880</guid>
      <dc:creator>Peter_Inotai</dc:creator>
      <dc:date>2006-06-15T12:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Replacement for Underscore - Hexadecimal '1F' in Unicode System</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-underscore-hexadecimal-1f-in-unicode-system/m-p/1443813#M210881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter,&lt;/P&gt;&lt;P&gt;I have checked in the mentioned class. but didnt find anything. So you mean that we can use Undescore directly as a character itself?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lijo Joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 12:54:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-underscore-hexadecimal-1f-in-unicode-system/m-p/1443813#M210881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T12:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Replacement for Underscore - Hexadecimal '1F' in Unicode System</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-underscore-hexadecimal-1f-in-unicode-system/m-p/1443814#M210882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lijo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;1F&amp;lt;/b&amp;gt; is nothing but a unit seperator in Hexa decimal. I believe you are using this in excel file. If so you can use ','(comma) instead of that and make the outputfile extention as .csv. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So ',' will work as a unit seperator in .csv file which you can open as excel or txt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have any questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;TM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 12:55:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-underscore-hexadecimal-1f-in-unicode-system/m-p/1443814#M210882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T12:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Replacement for Underscore - Hexadecimal '1F' in Unicode System</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-underscore-hexadecimal-1f-in-unicode-system/m-p/1443815#M210883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check include LSCMS_APIF01 in form extract_data there is a constant defined:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; x1f        type x value '1F',&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it's used for statement:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*     check if character must be escaped
      if xstrlen( l_x ) &amp;gt; 1 or l_x(1) &amp;lt; x1f or l_x(1) &amp;gt; x7f or l_c ca unsafe.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 13:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-underscore-hexadecimal-1f-in-unicode-system/m-p/1443815#M210883</guid>
      <dc:creator>Peter_Inotai</dc:creator>
      <dc:date>2006-06-15T13:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Replacement for Underscore - Hexadecimal '1F' in Unicode System</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-underscore-hexadecimal-1f-in-unicode-system/m-p/1443816#M210884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai&lt;/P&gt;&lt;P&gt;Check the following Statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data v_var1 type x value '1F'.&lt;/P&gt;&lt;P&gt;data v_len(5) type n.&lt;/P&gt;&lt;P&gt;constants:&lt;/P&gt;&lt;P&gt;c_ecc6_tab(1) type c value cl_abap_char_utilities=&amp;gt;horizontal_tab.&lt;/P&gt;&lt;P&gt;constants:&lt;/P&gt;&lt;P&gt;c1(3) type c value 333.&lt;/P&gt;&lt;P&gt;data: begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;line(20) type c,&lt;/P&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;P&gt;data: begin of itab1 occurs 0,&lt;/P&gt;&lt;P&gt;line1(20) type c,&lt;/P&gt;&lt;P&gt;line2(20) type c,&lt;/P&gt;&lt;P&gt;line3(20) type c,&lt;/P&gt;&lt;P&gt;end of itab1.&lt;/P&gt;&lt;P&gt;concatenate c1 c_ecc6_tab c1 c_ecc6_tab c1 c_ecc6_tab c1&lt;/P&gt;&lt;P&gt;into itab-line.&lt;/P&gt;&lt;P&gt;concatenate c1 v_var1 c1&lt;/P&gt;&lt;P&gt;into itab-line.&lt;/P&gt;&lt;P&gt;open dataset c1 for input in text mode encoding default.&lt;/P&gt;&lt;P&gt;describe field c1 length v_len in character mode.&lt;/P&gt;&lt;P&gt;do 5 times.&lt;/P&gt;&lt;P&gt;append itab.&lt;/P&gt;&lt;P&gt;enddo.&lt;/P&gt;&lt;P&gt;data xtab1 like itab1.&lt;/P&gt;&lt;P&gt;data v_newvar like itab1-line1.&lt;/P&gt;&lt;P&gt;do 10 times.&lt;/P&gt;&lt;P&gt;itab1-line1 = 'abc'.&lt;/P&gt;&lt;P&gt;itab1-line2 = 'def'.&lt;/P&gt;&lt;P&gt;itab1-line3 = 'ghi'.&lt;/P&gt;&lt;P&gt;append itab1.&lt;/P&gt;&lt;P&gt;clear itab1.&lt;/P&gt;&lt;P&gt;enddo.&lt;/P&gt;&lt;P&gt;v_tabix = sy-tabix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Sreenivasulu P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 13:08:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-underscore-hexadecimal-1f-in-unicode-system/m-p/1443816#M210884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T13:08:42Z</dc:date>
    </item>
  </channel>
</rss>

