cancel
Showing results for 
Search instead for 
Did you mean: 

month to russian text format

Former Member
0 Kudos

Hi All,

I need to convert the month which is numeric format into russian text format. i.e. the month should be displayed in the russian text in the layout.

Regards,

Srikanth.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Use FM IDWT_READ_MONTH_TEXT to get the Month name for the given date.

MONTH_NAMES_GET --It returns all the month and names in repective language

Reward points if useful.

Former Member
0 Kudos

Hi Sravan,

I need the output in lowercase. can u help me with that.

Regards,

Srikanth.

Former Member
0 Kudos

use

translate v_text to lower case.

Regards,

Nageswar

Answers (0)