Application Development 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: 

Month name for certain language

Former Member
0 Kudos

Hi. Maybe my question is stupid, but I'll take a risk

Is there in SAP some function-module or other sub-program which returns month names as char(n) in some given language? Sth like

function module 
  imports 
    monthNumber, 
    language 
  exports 
    monthStringInGivenLanguage

1 ACCEPTED SOLUTION

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Check function module MONTH_NAMES_GET, notice that languages are supported.

Regards,

Rich HEilman

4 REPLIES 4

Former Member
0 Kudos

Check the table <b>T247</b>

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Check function module MONTH_NAMES_GET, notice that languages are supported.

Regards,

Rich HEilman

Former Member
0 Kudos

Try this:

CONV_EXIT_LDATE_OUTPUT_LANGU

Regards

Vasu

Former Member
0 Kudos

Hi

check the fun module

<b>MONTH_NAMES_GET</b>

Reward if useful

regards

Anji