<?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: FIELD BLANK in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998664#M406639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;internal table declare without header line rich&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to clear that value can shoot me a statement plz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Mar 2007 20:28:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-15T20:28:55Z</dc:date>
    <item>
      <title>FIELD BLANK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998653#M406628</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;IN THE ALV GRID OUT I AM HAVING ONE FIELD CALLED EKET-WEMNG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN I EXECUTE THE REPORT I AM GETTING SOME VALUE FOR THIS FIELD BUT THIS FIELD NEEDS TO BE BLANK IN THE OUT PUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOW TO DO THIS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CAN ANYONE GUIDE ME PLZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIRI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 19:26:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998653#M406628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T19:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD BLANK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998654#M406629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean, that is is showing as    0,  but you need it to be blank?  If so,  you can try setting the NO_ZERO  flag in the field catalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;....
fc_tmp-NO_ZERO = 'X'.
append fc_tmp to fieldcat.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 19:33:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998654#M406629</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-15T19:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD BLANK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998655#M406630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no rich &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i did the same even though it is showing me the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0.0000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to delete that value i have to put that filed blank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 19:39:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998655#M406630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T19:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD BLANK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998656#M406631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you tell me how the field is defined in the internal table used in the ALV as well as the code which builds the column in the field catalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 19:44:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998656#M406631</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-15T19:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD BLANK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998657#M406632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sri &lt;/P&gt;&lt;P&gt;i think we can use this code for ur problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare : &lt;/P&gt;&lt;P&gt;data: wa_fieldcat  type slis_fieldcat_alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read table vt_fieldcat into WA_fieldcat with key fieldname =' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc  = 0.&lt;/P&gt;&lt;P&gt;  WA_fieldcat-reptext_ddic = ' '.&lt;/P&gt;&lt;P&gt;  modify vt_fieldcat from WA_fieldcat index sy-tabix.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 19:47:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998657#M406632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T19:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD BLANK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998658#M406633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya definetly rich...&lt;/P&gt;&lt;P&gt;here is the int table declaration...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Types: begin of t_ekko,&lt;/P&gt;&lt;P&gt;       ebeln type ekko-ebeln,&lt;/P&gt;&lt;P&gt;       aedat type ekko-aedat,&lt;/P&gt;&lt;P&gt;       ekgrp type ekko-ekgrp,&lt;/P&gt;&lt;P&gt;       ekorg type ekko-ekorg,&lt;/P&gt;&lt;P&gt;       lifnr type ekko-lifnr,&lt;/P&gt;&lt;P&gt;       ebelp type ekpo-ebelp,&lt;/P&gt;&lt;P&gt;       menge type ekpo-menge,&lt;/P&gt;&lt;P&gt;       meins type ekpo-meins,&lt;/P&gt;&lt;P&gt;       matnr type ekpo-matnr,&lt;/P&gt;&lt;P&gt;       lgort type mard-lgort,&lt;/P&gt;&lt;P&gt;       idnlf type ekpo-idnlf,&lt;/P&gt;&lt;P&gt;       TXZ01 type ekpo-TXZ01,&lt;/P&gt;&lt;P&gt;       lgpbe type mard-lgpbe,&lt;/P&gt;&lt;P&gt;       LGOBE TYPE T001L-LGOBE,&lt;/P&gt;&lt;P&gt;       MENGE1 TYPE EKES-MENGE,&lt;/P&gt;&lt;P&gt;       &amp;lt;b&amp;gt;wemng type eket-wemng,&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;       end of t_ekKo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and field catalog for that field is here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fieldcatalog-fieldname   = 'WEMNG'.&lt;/P&gt;&lt;P&gt;  fieldcatalog-seltext_m   = 'QTY RECEIVED'.&lt;/P&gt;&lt;P&gt;  fieldcatalog-col_pos     = 15  .&lt;/P&gt;&lt;P&gt;  fieldcatalog-no_zero = 'x'.&lt;/P&gt;&lt;P&gt;  fieldcatalog-REF_TABNAME = 'EKET'.&lt;/P&gt;&lt;P&gt;  fieldcatalog-REF_FIELDNAME = 'WEMNG'.&lt;/P&gt;&lt;P&gt;  append fieldcatalog to fieldcatalog.&lt;/P&gt;&lt;P&gt;  clear  fieldcatalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting in the out put 0.000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot for your time Rich...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 19:47:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998658#M406633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T19:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD BLANK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998659#M406634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First,  make the "X" uppercase, if it still doesn't work, try adding this line as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fieldcatalog-fieldname = 'WEMNG'.&lt;/P&gt;&lt;P&gt;fieldcatalog-seltext_m = 'QTY RECEIVED'.&lt;/P&gt;&lt;P&gt;fieldcatalog-col_pos = 15 .&lt;/P&gt;&lt;P&gt;fieldcatalog-no_zero = 'X'.&lt;/P&gt;&lt;P&gt;fieldcatalog-datatype = 'QUAN'.       "&amp;lt; -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;  This line&lt;/P&gt;&lt;P&gt;fieldcatalog-REF_TABNAME = 'EKET'.&lt;/P&gt;&lt;P&gt;fieldcatalog-REF_FIELDNAME = 'WEMNG'.&lt;/P&gt;&lt;P&gt;append fieldcatalog to fieldcatalog.&lt;/P&gt;&lt;P&gt;clear fieldcatalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 19:50:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998659#M406634</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-15T19:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD BLANK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998660#M406635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved the problem rich...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but for 0.0000 then it is giving me blank, for some records there r other values also like 5.000 those r not blank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to do these also blank rich...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 20:03:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998660#M406635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T20:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD BLANK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998661#M406636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Blank meaning that you don't want the decimal places?  If so, then set field DECIMALS_OUT = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;fc_tmp-DECIMALS_OUT = 0.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be sure to award points  for any helpful answers and marked as solved when solved completely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 20:06:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998661#M406636</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-15T20:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD BLANK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998662#M406637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No rich&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its is the same again.. I should not display any value in that field so that client can enter their value in that field so it should be blank not even with 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIRI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 20:16:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998662#M406637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T20:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD BLANK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998663#M406638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you shouldn't be filling it in your internal table.  When filling your internal table, clear it out.  Then there will be no value for it, nor will it show as 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich HEilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 20:20:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998663#M406638</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-15T20:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD BLANK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998664#M406639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;internal table declare without header line rich&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to clear that value can shoot me a statement plz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 20:28:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998664#M406639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T20:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD BLANK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998665#M406640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;data: wa like line of itab.

loop at itab into wa.
 clear wa-fld1.
 modify itab from wa index sy-tabix.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 20:35:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998665#M406640</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-15T20:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD BLANK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998666#M406641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks alot rich problem solved....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 20:42:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-blank/m-p/1998666#M406641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T20:42:31Z</dc:date>
    </item>
  </channel>
</rss>

