<?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: compare two fields in a table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/compare-two-fields-in-a-table/m-p/2259522#M489642</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please  go through  this link for  string operations  ....&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://"&amp;gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3357358411d1829f0000e829fbfe/content.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2007 04:35:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-29T04:35:42Z</dc:date>
    <item>
      <title>compare two fields in a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/compare-two-fields-in-a-table/m-p/2259517#M489637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to compare two fields(vpsta and pstat) in mara table and have to get the differences.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example if vpsta = abcdzx and pstat = abcd then i need the output as zx. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the answer when i use the concept of getting offset values. but i need the solution by using string operations like CO, CS,CA.... is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankx in Advance,&lt;/P&gt;&lt;P&gt;Karthikeyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 04:24:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/compare-two-fields-in-a-table/m-p/2259517#M489637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T04:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: compare two fields in a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/compare-two-fields-in-a-table/m-p/2259518#M489638</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;I think Offset is the best solution for this requirement. &lt;/P&gt;&lt;P&gt;Why are you looking for string operations ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 04:27:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/compare-two-fields-in-a-table/m-p/2259518#M489638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T04:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: compare two fields in a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/compare-two-fields-in-a-table/m-p/2259519#M489639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : len type i .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;if vpsta CS pstat.
 len = strlen(pstat).
 clear vpsta+sy-fdpos(len).
 write : vpsta.
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 04:28:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/compare-two-fields-in-a-table/m-p/2259519#M489639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T04:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: compare two fields in a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/compare-two-fields-in-a-table/m-p/2259520#M489640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know whether any options available other than this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthikeyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 04:30:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/compare-two-fields-in-a-table/m-p/2259520#M489640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T04:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: compare two fields in a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/compare-two-fields-in-a-table/m-p/2259521#M489641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthikeyan , &lt;/P&gt;&lt;P&gt;  You can use the operation CP (Contains Pattern).&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 04:32:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/compare-two-fields-in-a-table/m-p/2259521#M489641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T04:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: compare two fields in a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/compare-two-fields-in-a-table/m-p/2259522#M489642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please  go through  this link for  string operations  ....&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://"&amp;gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3357358411d1829f0000e829fbfe/content.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 04:35:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/compare-two-fields-in-a-table/m-p/2259522#M489642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T04:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: compare two fields in a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/compare-two-fields-in-a-table/m-p/2259523#M489643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Plesae refer to the below 2 options consider sy-fdpos value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="64" type="ul"&gt;&lt;P&gt;                                                          &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;    c1 contains only characters from the string c2.           &lt;/P&gt;&lt;P&gt;    If c1 or c2 is of type C, the comparison takes into       &lt;/P&gt;&lt;P&gt;    account the full length of the field, including blanks at &lt;/P&gt;&lt;P&gt;    the end.                                                  &lt;/P&gt;&lt;P&gt;    comparison.                                               &lt;/P&gt;&lt;P&gt;    If c1 is of type STRING and empty, the result of the      &lt;/P&gt;&lt;P&gt;    comparison is always positive.                            &lt;/P&gt;&lt;P&gt;    If c2 is of type STRING and empty, the result of the      &lt;/P&gt;&lt;P&gt;    comparison is always negative, unless c1 is also an empty &lt;/P&gt;&lt;P&gt;    string.                                                   &lt;/P&gt;&lt;P&gt;    If the result of the comparison is negative, the field    &lt;/P&gt;&lt;P&gt;    SY-FDPOS                                                  &lt;/P&gt;&lt;P&gt;    contains the offset of the first character in c1 which is &lt;/P&gt;&lt;P&gt;    not                                                       &lt;/P&gt;&lt;P&gt;    also included in c2.                                      &lt;/P&gt;&lt;P&gt;    If the result of the comparison is positive, the system   &lt;/P&gt;&lt;P&gt;    field SY-FDPOS contains the length of c1.                 &lt;/P&gt;&lt;P&gt;    The comparison is case-sensitive.                                                                                &lt;/P&gt;&lt;P&gt;Examples:                                                                                &lt;/P&gt;&lt;P&gt;'ABCDE' CO 'XYZ'   is false; SY-FDPOS = 0.                &lt;/P&gt;&lt;P&gt;    'ABCDE' CO 'AB'    is false; SY-FDPOS = 2.                &lt;/P&gt;&lt;P&gt;    'ABCDE' CO 'ABCDE' is true;  SY-FDPOS = 5.   &lt;/P&gt;&lt;P&gt;********************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CP (Contains Pattern):                                             &lt;/P&gt;&lt;P&gt;The complete string c1 matches the pattern c2 (c1 "matches"        &lt;/P&gt;&lt;P&gt;c2).                                                               &lt;/P&gt;&lt;P&gt;The pattern c2 can contain ordinary characters and                 &lt;/P&gt;&lt;P&gt;wildcards.                                                         &lt;/P&gt;&lt;P&gt;'*' stands for any character string and '+' denotes any            &lt;/P&gt;&lt;P&gt;character.                                                         &lt;/P&gt;&lt;P&gt;If the result of the comparison is positive, the system            &lt;/P&gt;&lt;P&gt;field SY-FDPOS contains the offset of the first character          &lt;/P&gt;&lt;P&gt;of c2 in c1. The wildcard character '*' at the beginning of        &lt;/P&gt;&lt;P&gt;the pattern c2 is ignored when determining the value of            &lt;/P&gt;&lt;P&gt;SY-FDPOS.                                                          &lt;/P&gt;&lt;P&gt;If the result of the comparison is negative, the system            &lt;/P&gt;&lt;P&gt;field SY-FDPOS contains the length of c1.                                                                                &lt;/P&gt;&lt;P&gt;Examples:                                                                                &lt;/P&gt;&lt;P&gt;'ABCDE' CP '&lt;STRONG&gt;CD&lt;/STRONG&gt;'  is true;  SY-FDPOS = 2.                         &lt;/P&gt;&lt;P&gt;'ABCDE' CP '*CD'   is false; SY-FDPOS = 5.                         &lt;/P&gt;&lt;P&gt;'ABCDE' CP '+&lt;EM&gt;CD&lt;/EM&gt;' is true;  SY-FDPOS = 0.                         &lt;/P&gt;&lt;P&gt;'ABCDE' CP '+CD*'  is false; SY-FDPOS = 5.                         &lt;/P&gt;&lt;P&gt;'ABCDE' CP '&lt;STRONG&gt;B&lt;/STRONG&gt;D*' is true;  SY-FDPOS = 1.                                                                                &lt;/P&gt;&lt;P&gt;The character '#' has a special meaning. It serves as an           &lt;/P&gt;&lt;P&gt;escape symbol and indicates that the very next character           &lt;/P&gt;&lt;P&gt;should be compared "exactly".                                      &lt;/P&gt;&lt;P&gt;This allows you to search for:                                                                                &lt;/P&gt;&lt;P&gt;- characters in upper or lower case                                &lt;/P&gt;&lt;P&gt;    e.g.: c1 CP '&lt;STRONG&gt;#A#b&lt;/STRONG&gt;'                                           &lt;/P&gt;&lt;P&gt;- the wildcard characters '*', '+' themselves                      &lt;/P&gt;&lt;P&gt;    e.g.: c1 CP '&lt;STRONG&gt;#&lt;/STRONG&gt;&lt;STRONG&gt;' or c1 CP '&lt;/STRONG&gt;#+*'                             &lt;/P&gt;&lt;P&gt;- the escape symbol itself                                         &lt;/P&gt;&lt;P&gt;              e.g.: c1 CP '&lt;STRONG&gt;##&lt;/STRONG&gt;'                                          &lt;/P&gt;&lt;P&gt;          - blanks at the end of c1                                       &lt;/P&gt;&lt;P&gt;              e.g.: c1 CP '*# '                                                                                &lt;/P&gt;&lt;P&gt;If c2 does not contain the wildcard character '*', the          &lt;/P&gt;&lt;P&gt;          shorter field is padded with "soft blanks" to bring it up       &lt;/P&gt;&lt;P&gt;          to the length of the longer field.                                                                                &lt;/P&gt;&lt;P&gt;Examples:                                                                                &lt;/P&gt;&lt;P&gt;'ABC'  CP 'ABC '  is true,                                      &lt;/P&gt;&lt;P&gt;          'ABC ' CP 'ABC'   is true,                                                                                &lt;/P&gt;&lt;P&gt;but                                                                                &lt;/P&gt;&lt;P&gt;'ABC'  CP 'ABC+'  is false,                                     &lt;/P&gt;&lt;P&gt;          'ABC'  CP 'ABC# ' is false,                                                                                &lt;/P&gt;&lt;P&gt;because a "soft blank" is neither any character ('+') nor a     &lt;/P&gt;&lt;P&gt;          "real" blank ('# ').                                                                                &lt;/P&gt;&lt;P&gt;The escape symbol does not affect the length of f2 ('A#a#B'     &lt;/P&gt;&lt;P&gt;          still has the length 3).                                        &lt;/P&gt;&lt;P&gt;          The comparison is not case-sensitive.                           &lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="71" type="ul"&gt;&lt;P&gt;            &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;IFF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Reward Points to Suitable Answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 04:38:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/compare-two-fields-in-a-table/m-p/2259523#M489643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T04:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: compare two fields in a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/compare-two-fields-in-a-table/m-p/2259524#M489644</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;data : len type i .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if vpsta CS pstat.&lt;/P&gt;&lt;P&gt; len = strlen(pstat).&lt;/P&gt;&lt;P&gt; clear vpsta+sy-fdpos(len).&lt;/P&gt;&lt;P&gt; write : vpsta.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i use the above coding...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if vpsta = kvelszx and pstat = kvels&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i got the correct output as zx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if  vpsta = kvezxls and pstat = kvels&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i could not get the answer as zx..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give me a solution for this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Navaneeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 07:08:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/compare-two-fields-in-a-table/m-p/2259524#M489644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T07:08:37Z</dc:date>
    </item>
  </channel>
</rss>

