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

Function module which returns the date in the specified language format.

Former Member
0 Likes
1,630

I want to display my name in the specified language format. Say if the data is 07 July 2006 in the Spanish language it should give 17 de Julio del 2007. I could get the month names in the specific language from tables but i want to know is there any FM which serves our purpose.

2 REPLIES 2
Read only

Former Member
0 Likes
760

Hi,

U can use CONV_EXIT_LDATE_OUTPUT_LANGU, that will give "17. Julio 2007"

Regards,

Dieu

Read only

Former Member
0 Likes
760

CONVERT_DATE_TO_EXTERNAL Converts date from system storage format to users specified display format

try this one.

function group name--DATD

function group description--Date format

function module name---DATUMSAUFBEREITUNG

Country-specific date formatting for the current user.

Examples of output: MM/YY, MM/YYYY, DD.MM, M/D/YYYY, DD/MM/YYYY, WW/YY, WW/YYYY.

go to T005 TABLE SEE FIELD DATFM

use this function "TZ_SYSTEM_TO_LOCAL"

Message was edited by:

sunil kumar