<?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 comapre text lines? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-comapre-text-lines/m-p/4983994#M1161184</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an input window which gets the texts from a file initially.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After reviewing the details, user can change some parts of the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the task is to identify the changes while downloading the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to achive the part of identifying the changes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I did  a read for the whole line but it does not tell me which word has been changed.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Dec 2008 21:31:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-29T21:31:23Z</dc:date>
    <item>
      <title>how to comapre text lines?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-comapre-text-lines/m-p/4983994#M1161184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an input window which gets the texts from a file initially.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After reviewing the details, user can change some parts of the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the task is to identify the changes while downloading the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to achive the part of identifying the changes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I did  a read for the whole line but it does not tell me which word has been changed.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2008 21:31:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-comapre-text-lines/m-p/4983994#M1161184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-29T21:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to comapre text lines?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-comapre-text-lines/m-p/4983995#M1161185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you try using the FM : SF_STRING_CHECK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2008 21:55:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-comapre-text-lines/m-p/4983995#M1161185</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-12-29T21:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to comapre text lines?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-comapre-text-lines/m-p/4983996#M1161186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your table has 72 characters, than you can use the FM MAKE_TEXT_DELTA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2008 22:00:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-comapre-text-lines/m-p/4983996#M1161186</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-12-29T22:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to comapre text lines?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-comapre-text-lines/m-p/4983997#M1161187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you use the above function modules for text comparison?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAKE_TEXT_DELTA - returns the latest entered value &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while sf_string_check - what should be the inputs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 14:39:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-comapre-text-lines/m-p/4983997#M1161187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-30T14:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to comapre text lines?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-comapre-text-lines/m-p/4983998#M1161188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked the code.. of the FM yesterday... it returns the string with is different... I guess that is not what you are looking for..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Input:

How r u?

how r u here?

result :
how r u here?&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 14:41:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-comapre-text-lines/m-p/4983998#M1161188</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-12-30T14:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to comapre text lines?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-comapre-text-lines/m-p/4983999#M1161189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Youa re right J@y.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I am trying to do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the ALV clikc on a button and int he resultant window, enter some text and save it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on the sam button, open the window with the previously saved text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now change some sentences and SAVE - it should highlight the changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 17:46:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-comapre-text-lines/m-p/4983999#M1161189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-30T17:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to comapre text lines?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-comapre-text-lines/m-p/4984000#M1161190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this does not seem to be possible wrt performance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 02:00:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-comapre-text-lines/m-p/4984000#M1161190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T02:00:23Z</dc:date>
    </item>
  </channel>
</rss>

