<?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: This is regarding database table??????? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/this-is-regarding-database-table/m-p/3144019#M747362</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 can check whether any data records r there or not using INITIAL statement,to display  all the empty fields u should do it in program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;if itab is inital.&lt;/P&gt;&lt;P&gt;write:/ ' field name'&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Dec 2007 10:36:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-24T10:36:17Z</dc:date>
    <item>
      <title>This is regarding database table???????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/this-is-regarding-database-table/m-p/3144016#M747359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all,&lt;/P&gt;&lt;P&gt;Here is a requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is a table with more than 200 fields.in that some fields are empty.&lt;/P&gt;&lt;P&gt;means the columns are there.but there is no data in that field.&lt;/P&gt;&lt;P&gt;now i want to list out all the fields which are empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any procedure to follow to do this????????????&lt;/P&gt;&lt;P&gt;please tell me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regarding,&lt;/P&gt;&lt;P&gt;swami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 07:52:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/this-is-regarding-database-table/m-p/3144016#M747359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T07:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: This is regarding database table???????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/this-is-regarding-database-table/m-p/3144017#M747360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Loop at table and check for the &lt;STRONG&gt;"initial"&lt;/STRONG&gt; value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF NOT&lt;/STRONG&gt; LFA1-NAME1 &lt;STRONG&gt;IS INITIAL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;The above statement will tell you whether the field has a value or not for a particular record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 08:31:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/this-is-regarding-database-table/m-p/3144017#M747360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T08:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: This is regarding database table???????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/this-is-regarding-database-table/m-p/3144018#M747361</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&amp;#146;t  know this by program. U needs to see manually.&lt;/P&gt;&lt;P&gt;U can write a program but that will not be a ideal process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 09:46:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/this-is-regarding-database-table/m-p/3144018#M747361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T09:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: This is regarding database table???????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/this-is-regarding-database-table/m-p/3144019#M747362</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 can check whether any data records r there or not using INITIAL statement,to display  all the empty fields u should do it in program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;if itab is inital.&lt;/P&gt;&lt;P&gt;write:/ ' field name'&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 10:36:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/this-is-regarding-database-table/m-p/3144019#M747362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T10:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: This is regarding database table???????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/this-is-regarding-database-table/m-p/3144020#M747363</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;In SE11 go to table contents and in the selection  screen include those fileds wich are empty (Using fields for selection options) &lt;/P&gt;&lt;P&gt;then cho0se Multiple options (at the end of every fileds) go to Single values and choose = option and come back  and leave the field empty(do not enter any value  that means u are selecting records for the fileds whose values are empty)&lt;/P&gt;&lt;P&gt;then execute or choose number of records option then u will get the recoords whose filed values are emptty or initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sathishkumar.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 13:43:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/this-is-regarding-database-table/m-p/3144020#M747363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T13:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: This is regarding database table???????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/this-is-regarding-database-table/m-p/3144021#M747364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi swaminath,&lt;/P&gt;&lt;P&gt;          &lt;/P&gt;&lt;P&gt;           i think u can get the answer for ur query after going through this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select  ebeln bukrs aedat ernam from ekko into table itab1 where ebeln in s_ebeln.&lt;/P&gt;&lt;P&gt;*WRITE :itab-ebeln,itab-bukrs,itab-aedat,itab-ernam.&lt;/P&gt;&lt;P&gt;if not itab1[] is initial.&lt;/P&gt;&lt;P&gt;  select  ebeln ebelp matnr txz01 peinh from ekpo into table itab2 for all entries in itab1 where ebeln = itab1-ebeln.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if found helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 05:23:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/this-is-regarding-database-table/m-p/3144021#M747364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T05:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: This is regarding database table???????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/this-is-regarding-database-table/m-p/3144022#M747365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just get the data into excel and find it out..........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 09:34:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/this-is-regarding-database-table/m-p/3144022#M747365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T09:34:40Z</dc:date>
    </item>
  </channel>
</rss>

