2007 Oct 02 7:26 AM
Does anyone know how to make a negative number with a MINUS in front of the numebr???
45.000 - to be - 45.000
through conversion exits or how??
to put it into ALV...
hi
good
try this hope this ll help you to solve your problem.
DATA char TYPE char10.
DATA int TYPE i VALUE -10.
START-OF-SELECTION.
MOVE int TO char.
CALL FUNCTION 'CLOI_PUT_SIGN_IN_FRONT'
CHANGING
value = char.
WRITE char.
Or just Try this.
WRITE int USING EDIT MASK '-___________'.
reward point if helpful.
thanks
mrutyun^
2007 Oct 02 7:38 AM
2007 Oct 02 7:57 AM
hi
good
try this hope this ll help you to solve your problem.
DATA char TYPE char10.
DATA int TYPE i VALUE -10.
START-OF-SELECTION.
MOVE int TO char.
CALL FUNCTION 'CLOI_PUT_SIGN_IN_FRONT'
CHANGING
value = char.
WRITE char.
Or just Try this.
WRITE int USING EDIT MASK '-___________'.
reward point if helpful.
thanks
mrutyun^
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |