2008 Sep 19 10:29 AM
HI
I want minus '-' sign in front of amount
currntly it is showing 12345.45-
but i want -12345.45.
pls help me on this
Regards
Rajan.
2008 Sep 19 10:39 AM
2008 Sep 19 10:30 AM
2008 Sep 19 10:35 AM
what happened today you answered a basic question?
I cant believe it.You are not pk right
Edited by: K.P.N on Sep 19, 2008 3:05 PM
2008 Sep 19 10:43 AM
> Use the Concatenate statement.
>
> pk
But he need to Use Spilit statement too for removing the last sign
than concatenate
Cheers
Edited by: Ámit Güjärgoüd on Sep 19, 2008 11:43 AM
2008 Sep 19 10:46 AM
>
> what happened today you answered a basic question?
>
> I cant believe it.You are not pk right
No K.P.N,
He is Pk only.
All depends on mood .Check my reply [Here |/thread/1053306 [original link is broken]; same thing happen to Pk also.
Cheers
2008 Sep 19 12:19 PM
>
> what happened today you answered a basic question?
>
> I cant believe it.You are not pk right
>
> Edited by: K.P.N on Sep 19, 2008 3:05 PM
Quite honestly, I was expecting a reply from OP on the lines of:
Can you send me a sample code
Fortunately or unfortunately, it never came
pk
2008 Sep 19 12:27 PM
>
>
Can you send me a sample code
> Fortunately or unfortunately, it never came
>
> pk
Cause i gave him a hint to use SPILIT also
May be other wise he would come
Cheers
2008 Sep 19 12:30 PM
wanted to give the FM intially, then thought it would be an easy freebie
pk
2008 Sep 19 10:39 AM
2008 Sep 19 10:39 AM
2008 Sep 19 10:39 AM
hii
use Fm CLOI_PUT_SIGN_IN_FRONT
DATA: WA_VALUE(6) TYPE C VALUE '20.00-'.
CALL FUNCTION 'CLOI_PUT_SIGN_IN_FRONT'
CHANGING
value = WA_VALUE.
.
WRITE: / WA_VALUE.
regards
twinkal