Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

decimal value

former_member224405
Participant
0 Likes
463

hi i have a structure whose datatype is char value 23 so i get the value as in this variable as 3999.00

if i have to increase the decimall values say if i have to get 3999.00000 how should i chagne the datatype

let me know..

thanks,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
445

Hello,

if the datatype is Characters, it wont make any difference as to after how many places the decimal occurs.

So it can handle any number of chars after decimal point provided the total number of characters is 23 as declared.

Regards,

Mansi.

3 REPLIES 3
Read only

Former Member
0 Likes
446

Hello,

if the datatype is Characters, it wont make any difference as to after how many places the decimal occurs.

So it can handle any number of chars after decimal point provided the total number of characters is 23 as declared.

Regards,

Mansi.

Read only

Former Member
0 Likes
445

Hi,

Please try floating point number FLTP, or decimal DEC.

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
445

Hi

Use the FM: BAPI_CURRENCY_CONV_TO_INTERNAL

Regards,

Sreeram

Edited by: Sreeram Kumar Madisetty on Apr 22, 2009 11:49 AM