2009 May 28 4:05 PM
Hi Guys,
I want to display output in following mannner in smartforms.
-
eg : 10.4
minus sign should be display above the decimal place of number.
Please help!!
Thank you,
Bhaskar.
Hi Guys,
I want to display output in following mannner in smartforms.
-
eg : 10.4
minus sign should be display above the decimal place of number.
Please help!!
Thank you,
Bhaskar.
2009 May 29 6:58 AM
2009 May 29 7:34 AM
Hi Bhaskar,
Probably you ca use this FM and pass the same variable to smart form,
Just make a try
Data: d_value(10) type dec.
CALL FUNCTION 'CLOI_PUT_SIGN_IN_FRONT'
CHANGING
VALUE = d_value
.
Revert
Thanks and Regards
Srikanth.P
2009 May 29 8:12 AM
Hi,
Thanks for the reply.
I have tried it and it put the sign infront of the number,however I want sign to be display at the head of the number.
e.q : _
10.31
ok man thanks for this reply!!!!
Thanks & Regards,
Bhaskar.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |