<?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: Read &amp; Move in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-move/m-p/2274178#M494330</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;READ is used to read the records in the internal Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE is used to move the value from one field/Staructur/Int table to another.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 May 2007 10:56:31 GMT</pubDate>
    <dc:creator>alex_m</dc:creator>
    <dc:date>2007-05-15T10:56:31Z</dc:date>
    <item>
      <title>Read &amp; Move</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-move/m-p/2274175#M494327</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;&lt;/P&gt;&lt;P&gt;1. please explain the functionality of &amp;lt;b&amp;gt;Read&amp;lt;/b&amp;gt;?&lt;/P&gt;&lt;P&gt;2. what is the difference between Read and Move?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 10:50:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-move/m-p/2274175#M494327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T10:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Read &amp; Move</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-move/m-p/2274176#M494328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;READ is used to read the contents in an internal Table&lt;/P&gt;&lt;P&gt;READ table ITAB index 2&lt;/P&gt;&lt;P&gt;MOVE is used to move the data from one field to another field or within a internal table&lt;/P&gt;&lt;P&gt;Move itab-f1 to ITAB1-f2.&lt;/P&gt;&lt;P&gt;move date1 to date2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&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>Tue, 15 May 2007 10:53:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-move/m-p/2274176#M494328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T10:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Read &amp; Move</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-move/m-p/2274177#M494329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are syntax u can use FOR READ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Reading an Internal Tables
     - READ TABLE itab FROM wa [additions].
     - READ TABLE itab WITH TABLE KEY k1 = v1 ...kn = vn
                                                  [additions].
     - READ TABLE itab WITH KEY k1 = v1 ...kn = vn
                                  [BINARY SEARCH] [additions].
     - READ TABLE itab INDEX i [additions].
     - Obsolete Variants

     Reading a Line of a List
     - READ LINE line.
     - READ LINE line OF CURRENT PAGE.
     - READ LINE line OF PAGE pag.
     - READ CURRENT LINE.

     Reading a Program
     - READ REPORT prog INTO itab.

     Reading Text Elements
     - READ TEXTPOOL prog ...INTO itab ...LANGUAGE lg.

     Reading  File
     - READ DATASET dsn INTO f.

     Reading a Database Table
     - READ TABLE dbtab.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE statement just moves one variable value to other variable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 10:55:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-move/m-p/2274177#M494329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T10:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Read &amp; Move</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-move/m-p/2274178#M494330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;READ is used to read the records in the internal Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE is used to move the value from one field/Staructur/Int table to another.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 10:56:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-move/m-p/2274178#M494330</guid>
      <dc:creator>alex_m</dc:creator>
      <dc:date>2007-05-15T10:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Read &amp; Move</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-move/m-p/2274179#M494331</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;  Read command will read the contents of a table. You can read an internal table by specifying key fields. Or if you want to read a particular row in an internal table you can mention that row index. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Ex. of Read statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;  Read table itab1 with key lifnr = itab-lifnr.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read table itab index 1. -Reading the first row of the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Move statement is used to move the contents of a field to another field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: m1 type i,&lt;/P&gt;&lt;P&gt;         m2 type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;m1 = 90.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Move m1 to m2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the contents of m1 i.e are copied to m2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Haritha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 11:00:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-move/m-p/2274179#M494331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T11:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Read &amp; Move</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-move/m-p/2274180#M494332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read table itab_x with key &amp;lt;fieldname &amp;gt; = itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the above statement just read the first row from internal table with the given condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move itab_x-&amp;lt;fieldname&amp;gt; to itab-&amp;lt;fieldname&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the above statement is used when we need to move fields from one internal table to another internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward with points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Vinutha YV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 11:25:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-move/m-p/2274180#M494332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T11:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Read &amp; Move</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-move/m-p/2274181#M494333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In Report why we will use Read Statement.&lt;/P&gt;&lt;P&gt;2. In Report before using Read Statement why we will go for sorting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 11:02:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-move/m-p/2274181#M494333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T11:02:44Z</dc:date>
    </item>
  </channel>
</rss>

