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

General Function Module fo Input/Output Format Conversion

Former Member
0 Likes
731

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.

.

1 REPLY 1
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
581

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]