2009 Apr 23 5:14 AM
Hi all ,
i am not getting preceeding zero's while displaying.
i want to display the preceeding zeros in alv list.can any one give me the solution
2009 Apr 23 5:18 AM
Hello,
In the fieldcat you can set the following:
TYPE-POOLS : SLIS.
DATA : g_t_fieldcat TYPE slis_t_fieldcat_alv.
g_wa_fieldcat TYPE slis_fieldcat_alv.
g_wa_fieldcat-lzero = 'X'. "Leading Zero
append g_wa_fieldcat to g_t._fieldcat.
Regards,
Mansi.
Hi all ,
i am not getting preceeding zero's while displaying.
i want to display the preceeding zeros in alv list.can any one give me the solution
2009 Apr 23 5:18 AM
Hello,
In the fieldcat you can set the following:
TYPE-POOLS : SLIS.
DATA : g_t_fieldcat TYPE slis_t_fieldcat_alv.
g_wa_fieldcat TYPE slis_fieldcat_alv.
g_wa_fieldcat-lzero = 'X'. "Leading Zero
append g_wa_fieldcat to g_t._fieldcat.
Regards,
Mansi.
2009 Apr 23 6:34 AM
2009 Apr 23 6:37 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |