<?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: data in Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-table/m-p/3894327#M934923</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi for get the data in the tables use the function module ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC_GET_TABLE_ENTRIES&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;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 May 2008 13:31:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-29T13:31:47Z</dc:date>
    <item>
      <title>data in Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-table/m-p/3894325#M934921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have around 2000 tables and would like to find out all the tables that would have data in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any short cut way for it or do I need to write any querry for this to do all at once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ster...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 13:24:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-table/m-p/3894325#M934921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T13:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: data in Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-table/m-p/3894326#M934922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IN addition to the above concern, I would be intrested if There is data in those tables for a certain field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ster&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 13:25:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-table/m-p/3894326#M934922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T13:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: data in Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-table/m-p/3894327#M934923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi for get the data in the tables use the function module ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC_GET_TABLE_ENTRIES&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;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 13:31:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-table/m-p/3894327#M934923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T13:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: data in Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-table/m-p/3894328#M934924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THanks Venkat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again there is a samll issue in this. I have to go table by table, one at a time. I want to inout all 2000 at once and figure out all at once if they have data in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the previous reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ster.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 13:38:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-table/m-p/3894328#M934924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T13:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: data in Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-table/m-p/3894329#M934925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data: entries type sy-index .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;     tabname like X030L-TABNAME ,&lt;/P&gt;&lt;P&gt;     end of itab .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select tabname from X030L into table itab up to 100 rows .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RFC_GET_TABLE_ENTRIES'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    BYPASS_BUFFER           = ' '&lt;/P&gt;&lt;P&gt;    FROM_KEY                = ' '&lt;/P&gt;&lt;P&gt;    GEN_KEY                 = ' '&lt;/P&gt;&lt;P&gt;    table_name              = itab-tabname&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   NUMBER_OF_ENTRIES       = ENTRIES&lt;/P&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;    INTERNAL_ERROR          = 1&lt;/P&gt;&lt;P&gt;    TABLE_EMPTY             = 2&lt;/P&gt;&lt;P&gt;    TABLE_NOT_FOUND         = 3&lt;/P&gt;&lt;P&gt;    OTHERS                  = 4&lt;/P&gt;&lt;P&gt;           .&lt;/P&gt;&lt;P&gt; IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt; MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write:/ itab-tabname ,entries .&lt;/P&gt;&lt;P&gt; endloop.&lt;/P&gt;&lt;P&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;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 13:56:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-in-table/m-p/3894329#M934925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T13:56:10Z</dc:date>
    </item>
  </channel>
</rss>

