<?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: what is difference between READ TABLE syntax &amp; DESCRIBE TABLE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-read-table-syntax-describe-table/m-p/3484793#M837858</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;READ table will reads the value in the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Describe table will gives the number of records in the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Feb 2008 13:44:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-29T13:44:00Z</dc:date>
    <item>
      <title>what is difference between READ TABLE syntax &amp; DESCRIBE TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-read-table-syntax-describe-table/m-p/3484788#M837853</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;thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz tell me what is difference between READ TABLE syntax &amp;amp; DESCRIBE TABLE&lt;/P&gt;&lt;P&gt;syntax and meaning of then&lt;/P&gt;&lt;P&gt;how to usefull for us this syntax......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 13:29:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-read-table-syntax-describe-table/m-p/3484788#M837853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T13:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: what is difference between READ TABLE syntax &amp; DESCRIBE TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-read-table-syntax-describe-table/m-p/3484789#M837854</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 table will read the table contents to a work area as per the conditions givn where as describe will describe the table in terms of data.&lt;/P&gt;&lt;P&gt;Please refer to the links below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4958971"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="294387"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 13:34:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-read-table-syntax-describe-table/m-p/3484789#M837854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T13:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: what is difference between READ TABLE syntax &amp; DESCRIBE TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-read-table-syntax-describe-table/m-p/3484790#M837855</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;U have an internal table....and it has 50 rows(assume)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now u have to read a row(any  row from 1 to 50)....to do dat use &lt;STRONG&gt;READ TABLE&lt;/STRONG&gt; syntax....the additions to this syntax specifiec which row(1 to 50) u want to read....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now u need to know one of the mentioned things of that itab..( no of lines/type/initial memory define(occurs n) ) ....use &lt;STRONG&gt;DESCRIBE TABLE&lt;/STRONG&gt; syntax.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;jose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 13:39:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-read-table-syntax-describe-table/m-p/3484790#M837855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T13:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: what is difference between READ TABLE syntax &amp; DESCRIBE TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-read-table-syntax-describe-table/m-p/3484791#M837856</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 TABLE is used to READ single record at a time from the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX: READ TABLE i_vbak INTO wa_vbak INDEX sy-tabix.&lt;/P&gt;&lt;P&gt;      READ TABLE i_vbak INTO wa_vbak WITH KEY vbeln = '12345'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the above statements will read the record from the internal table i_vbak and places them in work area wa_vbak.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESCRIBE TABLE is used to find the properties of the internal table like how many records the internal table have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX: DESCRIBE TABLE i_vbak LINE l_count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after executing this l_count will contain a value equal to number of records in i_vbak.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to F1 help for more explanation and more additions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;VINOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vinod Vemuru on Feb 29, 2008 7:11 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 13:39:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-read-table-syntax-describe-table/m-p/3484791#M837856</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-02-29T13:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: what is difference between READ TABLE syntax &amp; DESCRIBE TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-read-table-syntax-describe-table/m-p/3484792#M837857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt; thanks &lt;/P&gt;&lt;P&gt;can u tell detail of this for deeply understanding &lt;/P&gt;&lt;P&gt;please tell me with example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that is use full for us&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 13:43:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-read-table-syntax-describe-table/m-p/3484792#M837857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T13:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: what is difference between READ TABLE syntax &amp; DESCRIBE TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-read-table-syntax-describe-table/m-p/3484793#M837858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;READ table will reads the value in the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Describe table will gives the number of records in the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 13:44:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-read-table-syntax-describe-table/m-p/3484793#M837858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T13:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: what is difference between READ TABLE syntax &amp; DESCRIBE TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-read-table-syntax-describe-table/m-p/3484794#M837859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ex: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---READ table itab with key vbeln = gv_vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; now it reads the value of vbeln where it matches the gv_vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u will get  itab-vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--- DESCRIBE ITAB into gv_variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    gv_varible has the number of records in the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 13:47:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-read-table-syntax-describe-table/m-p/3484794#M837859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T13:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: what is difference between READ TABLE syntax &amp; DESCRIBE TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-read-table-syntax-describe-table/m-p/3484795#M837860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in ABAP editor, write DESCRIBE, put cursor on it, press F1. Repeat this process for the remaining commands. Come back with remaining questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S: Come on Clemens...An H1 tag? -:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 29, 2008 10:14 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 14:49:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-read-table-syntax-describe-table/m-p/3484795#M837860</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2008-02-29T14:49:04Z</dc:date>
    </item>
  </channel>
</rss>

