<?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 ALV - NO_ZERO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-no-zero/m-p/6484934#M1419555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to generate an ALV report, but the lines should be listed sometimes with zeros (when the value is zero) and sometimes with blanks. I have another column to check if it should list blank or zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow an example: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" "     this line it should list 'Value' field with the BLANKS&lt;/P&gt;&lt;P&gt;0,00     this line it should list 'Value' field with the ZEROS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Janete&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jan 2010 18:57:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-20T18:57:17Z</dc:date>
    <item>
      <title>ALV - NO_ZERO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-no-zero/m-p/6484934#M1419555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to generate an ALV report, but the lines should be listed sometimes with zeros (when the value is zero) and sometimes with blanks. I have another column to check if it should list blank or zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow an example: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" "     this line it should list 'Value' field with the BLANKS&lt;/P&gt;&lt;P&gt;0,00     this line it should list 'Value' field with the ZEROS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Janete&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 18:57:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-no-zero/m-p/6484934#M1419555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T18:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: ALV - NO_ZERO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-no-zero/m-p/6484935#M1419556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Decalre the field of type character and add some logic in your code.&lt;/P&gt;&lt;P&gt;I dont think that the built in functionalities will not help you in such conditions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 19:11:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-no-zero/m-p/6484935#M1419556</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-01-20T19:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: ALV - NO_ZERO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-no-zero/m-p/6484936#M1419557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Janete Okuma ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add a simple logic in the code to find out what is stored in the field VALUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If value is initial.&lt;/P&gt;&lt;P&gt;      move space to value.&lt;/P&gt;&lt;P&gt;elseif value CO '0'.&lt;/P&gt;&lt;P&gt;      move c_zero to value.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    dont change the contents&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vikram.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 20:55:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-no-zero/m-p/6484936#M1419557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T20:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: ALV - NO_ZERO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-no-zero/m-p/6484937#M1419558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Janete Okuma ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can handel your requirement in code logic , while filling the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to decide the condition for decision and use IF statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 04:05:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-no-zero/m-p/6484937#M1419558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T04:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: ALV - NO_ZERO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-no-zero/m-p/6484938#M1419559</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;For field '' '' &amp;amp; '0' you can check ....at the time of filling the data into internal table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;if field is initial  or field EQ '0'.
else .
append in internal table.
 endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 05:07:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-no-zero/m-p/6484938#M1419559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T05:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: ALV - NO_ZERO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-no-zero/m-p/6484939#M1419560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We use Crystal Reports since a couple of years now with satisfaction. Only one question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We want to show &lt;STRONG&gt;all projects&lt;/STRONG&gt; with hours (also zero) but we can see only the projects where hours are been booked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It makes sense but we must manually check the projects where hours have been booked but perhaps must be booked (sorry for my bad grammatical English)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a code/formula where we can also see the projects where the hours supposed to be u201C0u201D (zero).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ivonne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 11:46:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-no-zero/m-p/6484939#M1419560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-03T11:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: ALV - NO_ZERO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-no-zero/m-p/6484940#M1419561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This issue has not been solved yet. &lt;/P&gt;&lt;P&gt;Maybe I have not explained correctly. It is an ALV report, similar to FC10 with several levels (tree).&lt;/P&gt;&lt;P&gt;I am using NO_ZERO, but it is necessary to print space in header levels and zero in detail levels. &lt;/P&gt;&lt;P&gt;The problem is that with NO_ZERO detail lines are printed with space.&lt;/P&gt;&lt;P&gt;And I can´t create this column as a character, because this column should be summarized.&lt;/P&gt;&lt;P&gt;Anyway, thanks everybody.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 11:18:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-no-zero/m-p/6484940#M1419561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-04T11:18:24Z</dc:date>
    </item>
  </channel>
</rss>

