‎2009 Dec 01 9:04 AM
Hi All,
Please suggest replacement for below obsolete function module.
CALL FUNCTION 'TZ_LOCAL_TO_SYSTEM'
CALL FUNCTION 'TZ_SYSTEM_TO_LOCAL'
CALL FUNCTION 'STRING_MOVE_RIGHT'
I'hv search in SCN but i haven't get solution.
Thanks and Regards,
‎2009 Dec 01 9:22 AM
For STRING_MOVE_RIGHT there is a function module documentation available with terms on how to replace that function.
‎2009 Dec 01 9:23 AM
Hi,
sometime it's good to read the documentation of an FM.
If you do this, you can see the NEW way (f.example use CONVERT first boths FMs).
Regards, Dieter
‎2009 Dec 01 9:28 AM