<?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: Set field value to null in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-field-value-to-null/m-p/1704213#M308559</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;  Give 'Null' in single quotes. May be u will get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Haritha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Nov 2006 10:55:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-10T10:55:52Z</dc:date>
    <item>
      <title>Set field value to null</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-field-value-to-null/m-p/1704210#M308556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - I have appended a single character flag field to table equi (using the append structure) - Using a select statement I can return all records where this field has nt been populated by using the select statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from equi where zz_flag is null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However if  I populate the field BUT then want to return it to null I am unable to do so i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;update equi set zz_flag = null where zz_flag = 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;returns the error 'Field NULL is unknown' .  Using CLEAR sets the field to an empty string.  How do I set this field back to NULL?  Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 10:53:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-field-value-to-null/m-p/1704210#M308556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T10:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Set field value to null</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-field-value-to-null/m-p/1704211#M308557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Using update equi set zz_flag = &amp;lt;b&amp;gt;' '&amp;lt;/b&amp;gt; where zz_flag = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of null, give space in quotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 10:55:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-field-value-to-null/m-p/1704211#M308557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T10:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Set field value to null</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-field-value-to-null/m-p/1704212#M308558</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;update equi set zz_flag = &amp;lt;b&amp;gt;space&amp;lt;/b&amp;gt; where zz_flag = 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Anversha s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 10:55:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-field-value-to-null/m-p/1704212#M308558</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-11-10T10:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set field value to null</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-field-value-to-null/m-p/1704213#M308559</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;  Give 'Null' in single quotes. May be u will get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Haritha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 10:55:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-field-value-to-null/m-p/1704213#M308559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T10:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set field value to null</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-field-value-to-null/m-p/1704214#M308560</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;update equi set zz_flag = ' ' where zz_flag = 'X'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 10:56:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-field-value-to-null/m-p/1704214#M308560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T10:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set field value to null</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-field-value-to-null/m-p/1704215#M308561</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;pls try in this way :&lt;/P&gt;&lt;P&gt;update equi set zz_flag = space where zz_flag = 'X'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 10:56:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-field-value-to-null/m-p/1704215#M308561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T10:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set field value to null</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-field-value-to-null/m-p/1704216#M308562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;u cant directly set the value for flag field as  NULL as its taking only one char field&lt;/P&gt;&lt;P&gt;bcoz there is such kind of value NULL in SAP&lt;/P&gt;&lt;P&gt;either u set as ' ' .&lt;/P&gt;&lt;P&gt;Or difine the value range at domain level for flag field like ' '  for NULL and X for not NULL as giving the des NULL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then u can try with &lt;/P&gt;&lt;P&gt;select * from equi where zz_flag = ' ' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs&lt;/P&gt;&lt;P&gt;Manas Ranjan Panda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 10:57:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-field-value-to-null/m-p/1704216#M308562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T10:57:27Z</dc:date>
    </item>
  </channel>
</rss>

