2009 Dec 12 5:20 AM
Hi Abapers,
i am using 'ZTOOL' transaction code which is plant maintainence. my requirement is i am handling bdc table control which fields are give below when i am putting the given values
*********************************************************************************************************
work centre : 140-296
short text : ' sdn is having good experts'.
work : 6,5
duratioon : 3,7
***********************************************************************************************************
but output is coming in the below way
*********************************************************************************************************
work centre : 140-296
short text : ' sdn is having good experts'.
work : 7,0
duratioon : 4,0
***********************************************************************************************************
it is off rounding the values. i want the accurate value. what you want me to do? i tryed a lot. please guide me.
the out put should be
*************************************************************************************
work centre : 140-296
short text : ' sdn is having good experts'.
work : 6,5
duratioon : 3,7
2009 Dec 12 6:21 AM
Hi chaitanya
Check the data type.In data type use float or packed u will get exact value
Sravya
Hi chaitanya
Check the data type.In data type use float or packed u will get exact value
Sravya
2009 Dec 12 6:21 AM
Hi chaitanya
Check the data type.In data type use float or packed u will get exact value
Sravya
2009 Dec 12 6:23 AM
HI,
Please use 'STRING' data type instead of the current one.
It will sort out your issue.
Regards,
Anversha
2009 Dec 12 6:24 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |