<?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 copy the data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-the-data/m-p/2480561#M558803</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends.&lt;/P&gt;&lt;P&gt; i have doubt about i am copying the value from the function module internal table&lt;/P&gt;&lt;P&gt;and displaying the output as report.&lt;/P&gt;&lt;P&gt; i have to filter the result regarding some conditions.&lt;/P&gt;&lt;P&gt;i declared &lt;/P&gt;&lt;P&gt;data: CRITICAL_STATEMENTS type standard table of bamstatem with header&lt;/P&gt;&lt;P&gt;line.&lt;/P&gt;&lt;P&gt;from this internal table i want to copy to another table with some conditions.&lt;/P&gt;&lt;P&gt;please reply as soon possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2007 06:31:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-29T06:31:41Z</dc:date>
    <item>
      <title>copy the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-the-data/m-p/2480561#M558803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends.&lt;/P&gt;&lt;P&gt; i have doubt about i am copying the value from the function module internal table&lt;/P&gt;&lt;P&gt;and displaying the output as report.&lt;/P&gt;&lt;P&gt; i have to filter the result regarding some conditions.&lt;/P&gt;&lt;P&gt;i declared &lt;/P&gt;&lt;P&gt;data: CRITICAL_STATEMENTS type standard table of bamstatem with header&lt;/P&gt;&lt;P&gt;line.&lt;/P&gt;&lt;P&gt;from this internal table i want to copy to another table with some conditions.&lt;/P&gt;&lt;P&gt;please reply as soon possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 06:31:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-the-data/m-p/2480561#M558803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T06:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: copy the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-the-data/m-p/2480562#M558804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt; As per my understanding you want  CRITICAL_STATEMENTS  to be copy into other table by filtering the data.&lt;/P&gt;&lt;P&gt;Tehn &lt;/P&gt;&lt;P&gt;loop at CRITICAL_STATEMENTS where &amp;lt;condition&amp;gt;.&lt;/P&gt;&lt;P&gt;  append CRITICAL_STATEMENTS  to itab.&lt;/P&gt;&lt;P&gt;endloop&lt;/P&gt;&lt;P&gt;Show it in output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 06:35:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-the-data/m-p/2480562#M558804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T06:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: copy the data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-the-data/m-p/2480563#M558805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Declare another internal table ITAB into which you wants to move records based on some condition &lt;/P&gt;&lt;P&gt;Loop at CRITICAL_STATEMENTS .&lt;/P&gt;&lt;P&gt;   If CRITICAL_STATEMENTS-f1 &amp;lt; condition&amp;gt;&lt;/P&gt;&lt;P&gt;       move fields from CRITICAL_STATEMENTS  to ITAB.&lt;/P&gt;&lt;P&gt;       Append ITAB.&lt;/P&gt;&lt;P&gt;   endif.&lt;/P&gt;&lt;P&gt;  clear ITAB.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 06:42:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-the-data/m-p/2480563#M558805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T06:42:43Z</dc:date>
    </item>
  </channel>
</rss>

