on 2009 Jan 29 12:47 PM
Hi All,
I have to display the amount field as blank when there is zero value(0.00) in the script.
I have tried with two methods:
1. Assigning blank space to the amount variable and tried but it is displayed as 0.00
2. Clearing the amount variable.
I don't want to print this '0.00' in the script. '
I just need to print it as blank.
Please do help me out ASAP.
Dear Lakshmanan JK,
Define your amount variable as CHAR.
where amount_c is amount variable in char and amt is your normal amount variable.
If Amt is initial.
Amount_C = AMT.
Endif.
Note : you have posted this query in wrong forum, should have posted it in ABAP or Forms Section.
Thanks
madhu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
102 | |
8 | |
6 | |
6 | |
5 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.