2008 Sep 17 2:39 PM
There is leading zeros in internal table passing to FM 'REUSE_ALV_GRID_DISPLAY'
but i am not able to see the leading zero in alv report display. how fix this.
There is leading zeros in internal table passing to FM 'REUSE_ALV_GRID_DISPLAY'
but i am not able to see the leading zero in alv report display. how fix this.
2008 Sep 17 2:42 PM
Hi...,
Pass the same field into fieldcat table with LZERO field as X.
because By default, NUMC fields are output in the ALV right-justified without leading zeros.
Thanks,
Naveen.I
2008 Sep 17 2:44 PM
2009 Aug 19 1:10 PM
What You're all saying is wrong.
Supposed that You have field of type that requires conversion routine (e.g. MATNR)
you need to set NO_CONVEXT = X in the field catalog so that the conversion routine for OUTPUT is not called.
2008 Sep 17 2:43 PM
Hi,
U can use the field lzero = 'X' [ leading zero] of the fieldcatalog available in RESUE_ALV_GRID_DISPLAY FM.
Thanks
Sudharshan
2008 Sep 17 2:44 PM
hi
check out
have u added no_zero(1) type c, in fieldcatalog.
if yes than remove it.
else
pass the value by function module 'CONVERSION_EXIT_ALPHA_INPUT' .
hope this will help u.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |