‎2009 Jul 30 11:26 AM
Hi.
I need to know how I convert degrees into fahreneit is there any function or table that can help me to do this?
‎2009 Jul 30 11:32 AM
Hi,
Google provided the following;
To convert from Celsius to Fahrenheit, first multiply by 180/100, then add 32
To convert from Fahrenheit to Celsius, first subtract 32, then multiply by 100/180
I guess you could write some ABAP to do this.
Regards,
Nick
‎2009 Jul 30 11:31 AM
I don't think so.
But is a simple formula for conversion.
Even you can create your own FM using import and export parameters.
Regds,
Anil
‎2009 Jul 30 11:32 AM
Hi,
Am not sure if there is a standard function module to convert degrees into farenheit. But if you feel that you will be needing it frequently, you can create your own zfunction module to convert degrees to farenheit and call it when required.
‎2009 Jul 30 11:32 AM
Hi,
Google provided the following;
To convert from Celsius to Fahrenheit, first multiply by 180/100, then add 32
To convert from Fahrenheit to Celsius, first subtract 32, then multiply by 100/180
I guess you could write some ABAP to do this.
Regards,
Nick