<?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: Binary form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/binary-form/m-p/4680375#M1100616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The binary sum won't be guaranteed unique.  I.e. two variants could have the same binary sum.  Sum for AB = sum for BA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd simply put whole structure into the key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But otherwise, you could use a hashing function as in function group SECH.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALCULATE_HASH_FOR_CHAR&lt;/P&gt;&lt;P&gt;CALCULATE_HASH_FOR_RAW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Oct 2008 14:16:20 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2008-10-10T14:16:20Z</dc:date>
    <item>
      <title>Binary form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/binary-form/m-p/4680370#M1100611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one question. I have variable or structure and now I want get a binary sum form of it. I thought about TRANSLATE statement but I'm not sure that is proper way. So if you have any hints I will be gratefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;BL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 12:33:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/binary-form/m-p/4680370#M1100611</guid>
      <dc:creator>bartlomiej_lach</dc:creator>
      <dc:date>2008-10-10T12:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Binary form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/binary-form/m-p/4680371#M1100612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please explain further.  I've no idea what you are talking about.  Give an example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 12:53:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/binary-form/m-p/4680371#M1100612</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-10-10T12:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Binary form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/binary-form/m-p/4680372#M1100613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I.e.&lt;/P&gt;&lt;P&gt;I have variable or structure name i.e. uservartiant. &lt;/P&gt;&lt;P&gt;In this structure I have some data i.e. (name, plant, work center). &lt;/P&gt;&lt;P&gt;Now I want to see binary sum of this data, like you can se binary sum of file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 13:02:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/binary-form/m-p/4680372#M1100613</guid>
      <dc:creator>bartlomiej_lach</dc:creator>
      <dc:date>2008-10-10T13:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Binary form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/binary-form/m-p/4680373#M1100614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, some kind of parity check?  You want to convert the fields into binary form and see what the value is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll have to convert the entire structure to xstring.  What's the purpose behind this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 13:09:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/binary-form/m-p/4680373#M1100614</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-10-10T13:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Binary form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/binary-form/m-p/4680374#M1100615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to check response time in some transactions. I know how to do it. But I also have to know why response times are different. Cause is database and sytem or someone changes their variant to not to see somethig (if they don't see something they don't do it). So I want to save with all logs binary sum of variant to check if user changed his variant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 13:17:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/binary-form/m-p/4680374#M1100615</guid>
      <dc:creator>bartlomiej_lach</dc:creator>
      <dc:date>2008-10-10T13:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Binary form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/binary-form/m-p/4680375#M1100616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The binary sum won't be guaranteed unique.  I.e. two variants could have the same binary sum.  Sum for AB = sum for BA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd simply put whole structure into the key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But otherwise, you could use a hashing function as in function group SECH.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALCULATE_HASH_FOR_CHAR&lt;/P&gt;&lt;P&gt;CALCULATE_HASH_FOR_RAW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 14:16:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/binary-form/m-p/4680375#M1100616</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-10-10T14:16:20Z</dc:date>
    </item>
  </channel>
</rss>

