2008 Jul 28 10:45 AM
Hi All,
i m printing report in alv and the output of quantity is coming 3.00 but i want to display as 3 ... what shud i do to get output as 3..
Thanks & Regards
Ashu Singh
2008 Jul 28 10:54 AM
Hi Ashu,
In ALV we have an option decimals_out (decimals in write statement).
Make it eqaul to '0'.
Regards,
Chandra Sekhar
hi,
define an intermediate field of type integer and move the value coming from structure into this field and pass this field to alv
regards
gautam
2008 Jul 28 10:46 AM
2008 Jul 28 10:50 AM
Hi,
but where to define in field catalog... and the value quantity is coming from standard structur where quantity type is c.
Thanks & Regards,
Ashu Singh.
2008 Jul 28 10:54 AM
hi,
define an intermediate field of type integer and move the value coming from structure into this field and pass this field to alv
regards
gautam
2008 Jul 28 10:49 AM
2008 Jul 28 10:49 AM
2008 Jul 28 10:51 AM
Hi,
please move the value to an integer, and then use that column to display on the alv.
thx
pavan
2008 Jul 28 10:54 AM
Hi Ashu,
In ALV we have an option decimals_out (decimals in write statement).
Make it eqaul to '0'.
Regards,
Chandra Sekhar
2008 Jul 28 10:58 AM
hi
u can do this in fieldcatalog..
*ls_fieldcat-decimals_out = 0.*
hope this will solve ur problem.
Regards
Raju Mummidi
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |