‎2007 Sep 19 4:08 PM
Hi,
While display internal table in GRID display in ALV.....Vender number is displaying zero's as prefix. How i can display vender number as NO-ZERO. Could you please help me...
Thanks,
‎2007 Sep 19 4:14 PM
Hi Chinna,
U can use the field catalog for this.
Make the field NO_ZERO = 'X' while building the field catalog.
<b><REMOVED BY MODERATOR></b>
Message was edited by:
Alvaro Tejada Galindo
‎2007 Sep 19 4:13 PM
while populating internal table itself you move that field into charecter field with
no-zero extension. Now use this field in final internal table u pass to ALV.
I think u can also set the following parameter to 'X'.
W_FIELDCATALOG-NO_ZERO = 'X'.
Regards
vasu
‎2007 Sep 19 4:14 PM
Hi Chinna,
U can use the field catalog for this.
Make the field NO_ZERO = 'X' while building the field catalog.
<b><REMOVED BY MODERATOR></b>
Message was edited by:
Alvaro Tejada Galindo
‎2007 Sep 19 5:12 PM
‎2007 Sep 19 4:17 PM
Call the function module CONVERSION_EXIT_ALPHA_OUTPUT to remove leading zeros.
‎2007 Sep 19 4:32 PM
hi
good
use this function module
CONVERSION_EXIT_ALPHA_OUTPUT
thanks
mrutyun^