<?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: ALV Report, integer field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-integer-field/m-p/4740815#M1112224</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also set &lt;STRONG&gt;NO_ZERO&lt;/STRONG&gt; flag of corresponding field in the field catalog. It will skip all initival values in this column then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Nov 2008 12:40:12 GMT</pubDate>
    <dc:creator>MarcinPciak</dc:creator>
    <dc:date>2008-11-06T12:40:12Z</dc:date>
    <item>
      <title>ALV Report, integer field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-integer-field/m-p/4740810#M1112219</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 am developing an ALV report. in this report i have an quantity field( integer). &lt;/P&gt;&lt;P&gt;I want to display blank if there is no quantity for a particular record. but since it is an integer field it is showing 0 instead of blank. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one tell me how i can solve this issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mukund parekh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 12:30:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-integer-field/m-p/4740810#M1112219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T12:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Report, integer field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-integer-field/m-p/4740811#M1112220</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;After data retrieval ,Use the Character datatype in field catalogue instead of refering DDIC datatype.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 12:34:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-integer-field/m-p/4740811#M1112220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T12:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Report, integer field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-integer-field/m-p/4740812#M1112221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do one thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a field of type STRING. And assign the value in that field and then display the String field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 12:34:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-integer-field/m-p/4740812#M1112221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T12:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Report, integer field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-integer-field/m-p/4740813#M1112222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;try like this&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Wa_fieldcat-no_zero = 'X'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 12:35:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-integer-field/m-p/4740813#M1112222</guid>
      <dc:creator>Mohamed_Mukhtar</dc:creator>
      <dc:date>2008-11-06T12:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Report, integer field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-integer-field/m-p/4740814#M1112223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not possible. And if you convert it to string/character, you won't be able to summarize the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit : Sorry my bad. Yes try with no_zero = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Advait Gode on Nov 6, 2008 1:38 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 12:36:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-integer-field/m-p/4740814#M1112223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T12:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Report, integer field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-integer-field/m-p/4740815#M1112224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also set &lt;STRONG&gt;NO_ZERO&lt;/STRONG&gt; flag of corresponding field in the field catalog. It will skip all initival values in this column then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 12:40:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-integer-field/m-p/4740815#M1112224</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2008-11-06T12:40:12Z</dc:date>
    </item>
  </channel>
</rss>

