<?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: initial, empty #-value in fields in the new abap debugger in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/initial-empty-value-in-fields-in-the-new-abap-debugger/m-p/1537086#M245003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I'm sorry. &lt;/P&gt;&lt;P&gt;I'm using already ldb_strukture-bukrs is initial in the if statement. It was an error in the posting above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Aug 2006 12:31:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-29T12:31:19Z</dc:date>
    <item>
      <title>initial, empty #-value in fields in the new abap debugger</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initial-empty-value-in-fields-in-the-new-abap-debugger/m-p/1537083#M245000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;after using the logical database with the get statement, I have a value in a field which is shown in the new debugger for the field ldb_structure-bukrs like this: '####'.&lt;/P&gt;&lt;P&gt;If I use the if-clause like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF ldb_structure-bukrs IS INITIAL.&lt;/P&gt;&lt;P&gt;&amp;lt;do-something&amp;gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&amp;lt;do_something-else&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &amp;lt;do-something&amp;gt;-part is left out in this case, because there are #-values in the empty field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where does this behavior come from? Just because there was a select and the field could not be filled? Why isn't it just empty?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind greetings,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Mario Schmidt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2006 11:56:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initial-empty-value-in-fields-in-the-new-abap-debugger/m-p/1537083#M245000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-29T11:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: initial, empty #-value in fields in the new abap debugger</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initial-empty-value-in-fields-in-the-new-abap-debugger/m-p/1537084#M245001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps it would be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF ldb_structure-BUKRS IS INITIAL.&lt;/P&gt;&lt;P&gt;&amp;lt;do-something&amp;gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&amp;lt;do_something-else&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally it is visualization subject, if you click in structure, in debugging you would be able to see the value of the fields of structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2006 12:04:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initial-empty-value-in-fields-in-the-new-abap-debugger/m-p/1537084#M245001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-29T12:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: initial, empty #-value in fields in the new abap debugger</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initial-empty-value-in-fields-in-the-new-abap-debugger/m-p/1537085#M245002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    use below logic&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;      if ldb-bukrs is initial.&lt;/P&gt;&lt;P&gt;       write:/'test'.  &lt;/P&gt;&lt;P&gt;      else.&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;Regards,&lt;/P&gt;&lt;P&gt;Amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2006 12:13:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initial-empty-value-in-fields-in-the-new-abap-debugger/m-p/1537085#M245002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-29T12:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: initial, empty #-value in fields in the new abap debugger</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/initial-empty-value-in-fields-in-the-new-abap-debugger/m-p/1537086#M245003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I'm sorry. &lt;/P&gt;&lt;P&gt;I'm using already ldb_strukture-bukrs is initial in the if statement. It was an error in the posting above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2006 12:31:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/initial-empty-value-in-fields-in-the-new-abap-debugger/m-p/1537086#M245003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-29T12:31:19Z</dc:date>
    </item>
  </channel>
</rss>

