The only thing you should take care while coding in Routine is that
" don't do any calculations part of coding in Routine program directly , reason being Fixed Point Arithmetic functionality is not active in Routine programs "
Solution for the above : Create a Function Module for calculation part and set the IMPORT EXPORT parameters accordingly later make a call to this FM from Routine.