<?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: Describe table lines in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/describe-table-lines/m-p/2462151#M552515</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;say u have have or no data in ur internal table.&lt;/P&gt;&lt;P&gt;u need to do some validation or write code based on ur table data.&lt;/P&gt;&lt;P&gt;so, we use describe and get the line count into a variable. now, if linecount &amp;lt; 0.... execute the code or else jsut come out without executing the code. basically use for performance tuning...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jun 2007 13:28:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-27T13:28:06Z</dc:date>
    <item>
      <title>Describe table lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/describe-table-lines/m-p/2462150#M552514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;What is the purpose of using Describe table lines.&lt;/P&gt;&lt;P&gt;DESCRIBE TABLE gt_ADMN_patnr LINES V_LCNT1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;revert back as soon as possibe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kirthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 13:25:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/describe-table-lines/m-p/2462150#M552514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T13:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Describe table lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/describe-table-lines/m-p/2462151#M552515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;say u have have or no data in ur internal table.&lt;/P&gt;&lt;P&gt;u need to do some validation or write code based on ur table data.&lt;/P&gt;&lt;P&gt;so, we use describe and get the line count into a variable. now, if linecount &amp;lt; 0.... execute the code or else jsut come out without executing the code. basically use for performance tuning...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 13:28:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/describe-table-lines/m-p/2462151#M552515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T13:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Describe table lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/describe-table-lines/m-p/2462152#M552516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'Describe' can be used to get hte attributre values of the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case V_LCNT1 contains the number of records or lines in the internal table gt_admin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anish Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 13:29:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/describe-table-lines/m-p/2462152#M552516</guid>
      <dc:creator>former_member150733</dc:creator>
      <dc:date>2007-06-27T13:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Describe table lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/describe-table-lines/m-p/2462153#M552517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kirti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement determines some properties of the internal table itab and assigns them to the specified variables. The various additions enable you to determine the table type, the number of currently filled rows and the initial memory requirement.&lt;/P&gt;&lt;P&gt;In addition, the system fields sy-tfill and sy-tleng are filled with the current number&lt;/P&gt;&lt;P&gt;of table rows and the length of a table row in bytes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aneesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 13:29:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/describe-table-lines/m-p/2462153#M552517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T13:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Describe table lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/describe-table-lines/m-p/2462154#M552518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Describe statement is mainly used to get the number of record in the itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If itab has 5 records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: lv_lines type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;describe table itab lines lv_lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write: lv_lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in the output u will see 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 13:31:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/describe-table-lines/m-p/2462154#M552518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T13:31:12Z</dc:date>
    </item>
  </channel>
</rss>

