‎2012 Feb 10 6:48 AM
Is there a general standard FM in ABAP which performs input to output format conversion and vice versa irrespective of the data type of the element passed to it?
Eg. Same FM for DATE and TIME format conversion.
We just specify whether the element in question is DATE, TIME, or even a data dictionary data element in the parameters and also in which format we want ;input/output.
.
‎2012 Feb 10 6:51 AM
There is no such FM available. You can have a look into this wiki & create your own one
[Program to generalize the conversion exits dynamically|http://wiki.sdn.sap.com/wiki/display/ABAP/Programtogeneralizetheconversionexitsdynamically]