cancel
Showing results for 
Search instead for 
Did you mean: 

Function module "ISP_GET_MONTH_NAME" not found in S4Hana 2021

View Entire Topic
Sandra_Rossi
Active Contributor
0 Kudos

The function module ISP_GET_MONTH_NAME wasn't released.

Any non-released object may be removed from the system without warning.

I recommend creating your own code class method based on tables which are less prone to removal or refactoring (e.g. T247 or TTDTG for month names).

There is another solution, based on the released function module TEXT_SYMBOL_REPLACE, which you may use with SET DATE MASK and the masks MMM or MMMM. See TEXT_SYMBOL_REPLACE usage here: https://community.sap.com/t5/application-development-discussions/how-to-get-day-count-using-date-lik....

  • MMM: month name - abbreviated
  • MMMM: month name - written out in full