2008 May 23 7:52 AM
Hi Experts,
I am picking PO Quantity(MENGE) field from RSEG table and displaying in the report output. It is displaying the value has '13.000' , but I need to display the same value has '13' in the report output.
Just I need to avoid the decimals characters.
Please help me out, useful answer rewarded with points.
Thanks,
Raju
2008 May 23 7:54 AM
You can use variable of type P decimals 0 or use an integer to show this field.
You can use variable of type P decimals 0 or use an integer to show this field.
2008 May 23 7:54 AM
You can use variable of type P decimals 0 or use an integer to show this field.
2008 May 23 8:35 AM
Hi Raju
If ur using basic list
use DECIMALS addition with WRITE statement
ex: WRITE rseg-menge DECIMALS 0.
elseif ur using ALV
populate the fieldcatalog table with the following parameter & value for that particular field
parameter : DECIMALS_OUT
value : 0 (Zero)
ex:
WA_FIELDCAT-DECIMALS_OUT = 0.
reward if useful.
Regards
Prabumanoharan
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |