<?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: hexadecimal problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hexadecimal-problem/m-p/9295114#M1725554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;FIELD-symbols : &amp;lt;fs_x&amp;gt; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;X.&lt;/SPAN&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ASSIGN 'A' &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;&amp;lt;fs_x&amp;gt; casting.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;in 2 different system im geting 2 diferent values in &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&amp;lt;fs_X&amp;gt; = 0041 correct &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&amp;lt;fs_X&amp;gt; = 4100 in correct&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Either is it 0041/4100, The value of A will be the same.&lt;/P&gt;&lt;P&gt;For example,Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;FIELD-SYMBOLS &lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;&amp;lt;fs_x&amp;gt; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;any&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;DATA &lt;/SPAN&gt;a &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;string." &lt;SPAN class="L0S52"&gt;VALUE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'0100'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;ASSIGN &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'A' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;&amp;lt;fs_x&amp;gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;" CASTING.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;WRITE &lt;/SPAN&gt;&amp;lt;fs_x&amp;gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here for me &lt;/P&gt;&lt;P&gt;1) In one server,The hexa decimal value of A is 4100&lt;/P&gt;&lt;P&gt;2)In other,The hexa decimal value of A is 41.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here in both the cases,The value of &amp;lt;FS_X&amp;gt; = A irrespective of hexadecimal values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Katrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Feb 2013 13:36:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-02-26T13:36:32Z</dc:date>
    <item>
      <title>hexadecimal problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hexadecimal-problem/m-p/9295113#M1725553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;problme with hexadecial value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;FIELD-symbols : &amp;lt;fs_x&amp;gt; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;X.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ASSIGN 'A' &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;&amp;lt;fs_x&amp;gt; casting.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;in 2 different system im geting 2 diferent values in &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&amp;lt;fs_X&amp;gt; = 0041 correct &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&amp;lt;fs_X&amp;gt; = 4100 in correct &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Please advice.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Rgs,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Jayant.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 12:42:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hexadecimal-problem/m-p/9295113#M1725553</guid>
      <dc:creator>JayantkumarS</dc:creator>
      <dc:date>2013-02-26T12:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: hexadecimal problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hexadecimal-problem/m-p/9295114#M1725554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;FIELD-symbols : &amp;lt;fs_x&amp;gt; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;X.&lt;/SPAN&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ASSIGN 'A' &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;&amp;lt;fs_x&amp;gt; casting.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;in 2 different system im geting 2 diferent values in &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&amp;lt;fs_X&amp;gt; = 0041 correct &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&amp;lt;fs_X&amp;gt; = 4100 in correct&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Either is it 0041/4100, The value of A will be the same.&lt;/P&gt;&lt;P&gt;For example,Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;FIELD-SYMBOLS &lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;&amp;lt;fs_x&amp;gt; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;any&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;DATA &lt;/SPAN&gt;a &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;string." &lt;SPAN class="L0S52"&gt;VALUE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'0100'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;ASSIGN &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'A' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;&amp;lt;fs_x&amp;gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;" CASTING.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;WRITE &lt;/SPAN&gt;&amp;lt;fs_x&amp;gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here for me &lt;/P&gt;&lt;P&gt;1) In one server,The hexa decimal value of A is 4100&lt;/P&gt;&lt;P&gt;2)In other,The hexa decimal value of A is 41.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here in both the cases,The value of &amp;lt;FS_X&amp;gt; = A irrespective of hexadecimal values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Katrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 13:36:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hexadecimal-problem/m-p/9295114#M1725554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-26T13:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: hexadecimal problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hexadecimal-problem/m-p/9295115#M1725555</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;Debug in both systems step by step then where is the problem or difference we can find right &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1214/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(in mys sytem i getting 4100 &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1214/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Mahesh &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1214/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 13:43:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hexadecimal-problem/m-p/9295115#M1725555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-26T13:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: hexadecimal problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hexadecimal-problem/m-p/9295116#M1725556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Katrice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your comments. because that value is futher procesed in below code and it is not in ascii value range it is raplaced by '?'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i test with A is s being replaced by '?', which is wrong since ascii value is coming as 16440 not in 1- 127 range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lv_acsii type i.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ASSIGN 'A' &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;&amp;lt;fs_x&amp;gt; casting.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;if &lt;/SPAN&gt;&amp;lt;fs_x&amp;gt; &lt;SPAN class="L0S52"&gt;is &lt;/SPAN&gt;assigned.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;clear &lt;/SPAN&gt;lv_ascii.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MOVE &lt;/SPAN&gt;&amp;lt;fs_x&amp;gt; &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;lv_ascii. &lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S31"&gt;"Check if character lies in ASCII range&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;if &lt;/SPAN&gt;lv_ascii &amp;gt; &lt;SPAN class="L0S32"&gt;0 &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;and &lt;/SPAN&gt;lv_ascii &amp;lt; &lt;SPAN class="L0S32"&gt;127.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; o_text+lv_index(1) = &lt;SPAN class="L0S33"&gt;'?'&lt;/SPAN&gt;.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;4100 / 16640(lv-ascii) - in correct asci value &lt;BR /&gt;0041 / 65 (lv-ascii)&amp;nbsp; - correct ascii value &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Rgs,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Jay.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 04:13:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hexadecimal-problem/m-p/9295116#M1725556</guid>
      <dc:creator>JayantkumarS</dc:creator>
      <dc:date>2013-02-27T04:13:24Z</dc:date>
    </item>
  </channel>
</rss>

