2007 Jun 15 1:23 PM
Hi All,
In script in order not to round off the value what control break statement should be used.
Thanks in advance
2007 Jun 15 1:38 PM
in script you have to write like this
&value(.3)& i.e . how much decimal places you want in (.N).
regards
shiba dutta
Hi All,
In script in order not to round off the value what control break statement should be used.
Thanks in advance
2007 Jun 15 1:29 PM
Hi,
think this is because the variable has decimal places and sapscript gets confused. Declare a constant in your abap say, c_zero, of the same type as ser but with a value of 0. Change your sapscript to:
IF &ser& > &c_zero&.
Service Tax & Edu.cess @ 10.20 %
&ser&
endif.
<b>Reward points</b>
Regards
2007 Jun 15 1:38 PM
in script you have to write like this
&value(.3)& i.e . how much decimal places you want in (.N).
regards
shiba dutta
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |