<?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: enpty table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enpty-table/m-p/4085231#M976821</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;Go to SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put The table name In Database 'Table Field'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click 'Diaplay' Or  'Change' Pushbutton Below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Press Ctrl&lt;EM&gt;shift&lt;/EM&gt;F10 A screen is Displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Noe In The Application toolber Click On 'Number Of Entries'&lt;/P&gt;&lt;P&gt;Button If  Entry 0 Means Table is Empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let Me know if any Confusion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jun 2008 11:39:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-26T11:39:23Z</dc:date>
    <item>
      <title>enpty table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enpty-table/m-p/4085225#M976815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts&lt;/P&gt;&lt;P&gt;how do i check if a table is empty&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 11:33:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enpty-table/m-p/4085225#M976815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T11:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: enpty table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enpty-table/m-p/4085226#M976816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if itab is initial&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 11:34:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enpty-table/m-p/4085226#M976816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T11:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: enpty table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enpty-table/m-p/4085227#M976817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;you can use IS INITIAL command in an if loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sumit Agarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 11:35:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enpty-table/m-p/4085227#M976817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T11:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: enpty table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enpty-table/m-p/4085228#M976818</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;do this way  ..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
if itab[] is initial.

endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 11:36:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enpty-table/m-p/4085228#M976818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T11:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: enpty table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enpty-table/m-p/4085229#M976819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are 2 alternatives:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) After the select query check &lt;STRONG&gt;SY-SUBRC&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;2)Use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;if itab[] is initial.

endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 11:37:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enpty-table/m-p/4085229#M976819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T11:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: enpty table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enpty-table/m-p/4085230#M976820</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;if you check an internal table (Say, itab) with header line, then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;if itab[] is initial.

endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if itab is without header line, then use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;if itab is initial.

endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will defenitely work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award if found helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anirban Bhattacharjee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 11:39:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enpty-table/m-p/4085230#M976820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T11:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: enpty table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enpty-table/m-p/4085231#M976821</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;Go to SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put The table name In Database 'Table Field'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click 'Diaplay' Or  'Change' Pushbutton Below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Press Ctrl&lt;EM&gt;shift&lt;/EM&gt;F10 A screen is Displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Noe In The Application toolber Click On 'Number Of Entries'&lt;/P&gt;&lt;P&gt;Button If  Entry 0 Means Table is Empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let Me know if any Confusion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 11:39:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enpty-table/m-p/4085231#M976821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T11:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: enpty table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enpty-table/m-p/4085232#M976822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     Fire a select query on that table and take the values in an internal table. If the internal table is empty, ur table is empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The command is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if itab[] is initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 11:39:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enpty-table/m-p/4085232#M976822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T11:39:47Z</dc:date>
    </item>
  </channel>
</rss>

