<?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 structure operation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-operation/m-p/6651824#M1445091</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 have two structure of same type &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;xlfal  type lfal ,&lt;/P&gt;&lt;P&gt;ylfal  type lfal .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my requirement is to clear the all field values which are same in both structures and retain only those values which are distinct &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know if u have some function module&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Feb 2010 14:10:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-22T14:10:10Z</dc:date>
    <item>
      <title>structure operation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-operation/m-p/6651824#M1445091</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 have two structure of same type &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;xlfal  type lfal ,&lt;/P&gt;&lt;P&gt;ylfal  type lfal .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my requirement is to clear the all field values which are same in both structures and retain only those values which are distinct &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know if u have some function module&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 14:10:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-operation/m-p/6651824#M1445091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-22T14:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: structure operation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-operation/m-p/6651825#M1445092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 FIELD-SYMBOLS: &amp;lt;fsx&amp;gt;, &amp;lt;fsy&amp;gt;.

do.
  ASSIGN COMPONENT sy-index OF STRUCTURE xlfal to &amp;lt;fsx&amp;gt;.
  if sy-subrc ne 0.
    exit. 
  endif.
  ASSIGN COMPONENT sy-index OF STRUCTURE ylfal to &amp;lt;fsy&amp;gt;.
  if &amp;lt;fsx&amp;gt; eq &amp;lt;fsy&amp;gt;.
    clear: &amp;lt;fsx&amp;gt;, &amp;lt;fsy&amp;gt;.
  endif.
enddo.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jörg Wulf on Feb 22, 2010 4:02 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 14:45:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-operation/m-p/6651825#M1445092</guid>
      <dc:creator>jrg_wulf</dc:creator>
      <dc:date>2010-02-22T14:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: structure operation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-operation/m-p/6651826#M1445093</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;your solution has solved my problem . Thank you very much .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have awarded you with maximum points . Thank you once again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2010 06:41:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-operation/m-p/6651826#M1445093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-24T06:41:00Z</dc:date>
    </item>
  </channel>
</rss>

