<?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 Browser (SE16) problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-browser-se16-problem/m-p/1930358#M385481</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you run reorg for the table ?  you can check with DBA folks if they can just update all records in this table which have NULL in your field with space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an option (if there are not too many entries in this table) you can select all data in SM30, sort by your field, select your entries with empty field &amp;amp; save ... hopefully it updates all these entries with space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Feb 2007 17:30:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-27T17:30:29Z</dc:date>
    <item>
      <title>Data Browser (SE16) problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-browser-se16-problem/m-p/1930356#M385479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have added a new field FIELD_1 (domain CHAR10) to a already existing Z table, recreated the "Table Maintenance Generator" and transported the table to Test server. Test data exists on test server with some records having FIELD_1 populated and others having FIELD_1 blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, Data Browser (SE16) selects no records for FIELD_1 = ___________ (Blank Box). The reson being, the already existing records are initialized with NULL value. Is there any solution for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One solution to this problem could be to fire the following DML statement:&lt;/P&gt;&lt;P&gt;UPDATE ZDODATA SET FIELD_1 = ' ' WHERE FIELD_1 IS NULL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, does this mean that everytime you add a column(s) to an already existing Z table, you have to fire an UPDATE statement to ensure proper selection of data through Data browser (SE16)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 17:17:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-browser-se16-problem/m-p/1930356#M385479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T17:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Data Browser (SE16) problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-browser-se16-problem/m-p/1930357#M385480</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;I am not sure what exactly your requirement is..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to see the blank records in SE16..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Place the cursor in the field FIELD_1..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press F2..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the equal to option..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now press F8..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get the records which has blank values..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 17:27:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-browser-se16-problem/m-p/1930357#M385480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T17:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Data Browser (SE16) problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-browser-se16-problem/m-p/1930358#M385481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you run reorg for the table ?  you can check with DBA folks if they can just update all records in this table which have NULL in your field with space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an option (if there are not too many entries in this table) you can select all data in SM30, sort by your field, select your entries with empty field &amp;amp; save ... hopefully it updates all these entries with space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 17:30:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-browser-se16-problem/m-p/1930358#M385481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T17:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data Browser (SE16) problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-browser-se16-problem/m-p/1930359#M385482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That exactly is my problem. I have tried to select records by selecting "equal to option" on field Field_1. However, no records are fetched inspite of the fact that many such records exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anoop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 05:05:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-browser-se16-problem/m-p/1930359#M385482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T05:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Data Browser (SE16) problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-browser-se16-problem/m-p/1930360#M385483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siarhei,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sure, i can do that. But, does this mean that everytime you add a column(s) to an existing Z table, you have to fire an UPDATE statement to ensure proper selection of data through Data browser (SE16)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 05:09:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-browser-se16-problem/m-p/1930360#M385483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T05:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data Browser (SE16) problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-browser-se16-problem/m-p/1930361#M385484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey hii &lt;/P&gt;&lt;P&gt;for char fields NULL value is SPACE only. But when u add new column, the VALUE in tht column is INITIAL NOT NULL. This is general rule in any devlopment when anything's get created it is used to INITIAL until unless u don't process it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rest please be assure&lt;/P&gt;&lt;P&gt;hope this wll help&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Ashwani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 08:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-browser-se16-problem/m-p/1930361#M385484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T08:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Data Browser (SE16) problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-browser-se16-problem/m-p/1930362#M385485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure if it will be helpful in your case but there is a tcode SE14 (Utility for Database Tables). It helps to adjust database after maintaining a table. Just choose your table and use "Enter" button. Then use "Activate and adjust database" button with option "Save data".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renata&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 12:16:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-browser-se16-problem/m-p/1930362#M385485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T12:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Data Browser (SE16) problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-browser-se16-problem/m-p/1930363#M385486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ashwani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That solves my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anoop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 05:19:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-browser-se16-problem/m-p/1930363#M385486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T05:19:07Z</dc:date>
    </item>
  </channel>
</rss>

