<?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 How to compate two text fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-compate-two-text-fields/m-p/1688866#M302927</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;i have two table having address of customer and contact person&lt;/P&gt;&lt;P&gt; how can i compare them to find out both are having same address&lt;/P&gt;&lt;P&gt;how can i do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i compare  two non text fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;SAI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Nov 2006 09:08:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-21T09:08:38Z</dc:date>
    <item>
      <title>How to compate two text fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-compate-two-text-fields/m-p/1688866#M302927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;i have two table having address of customer and contact person&lt;/P&gt;&lt;P&gt; how can i compare them to find out both are having same address&lt;/P&gt;&lt;P&gt;how can i do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i compare  two non text fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;SAI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 09:08:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-compate-two-text-fields/m-p/1688866#M302927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T09:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to compate two text fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-compate-two-text-fields/m-p/1688867#M302928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;loop at itab1.&lt;/P&gt;&lt;P&gt;read table itab2 with key name = itab1-name.&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;write : 'name is same'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 09:10:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-compate-two-text-fields/m-p/1688867#M302928</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2006-11-21T09:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to compate two text fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-compate-two-text-fields/m-p/1688868#M302929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can simply compare two fields like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP FIRST TABLE..&lt;/P&gt;&lt;P&gt;READ TABLE2 AND COMPARE ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 09:11:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-compate-two-text-fields/m-p/1688868#M302929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T09:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to compate two text fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-compate-two-text-fields/m-p/1688869#M302930</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;If the contact person and Customer name is same then the comparison is simple as other have put it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For every customer there will be contacy person, using this read the contact person details from the second table. Then you can compare individual fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 09:22:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-compate-two-text-fields/m-p/1688869#M302930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T09:22:19Z</dc:date>
    </item>
  </channel>
</rss>

