Symptom
Error encountered when choosing date from date picker, specifically for the month of March in German locale:
Validierungsfehler
Bevor Sie fortfahren, müssen Sie die folgenden Fehler korrigieren:
- Sie haben einen Wert (MRZ/01/2022) eingegeben, der für dieses Kriterium (Abschlussdatum von) ungültig ist.
- Sie haben einen Wert (MRZ/16/2022) eingegeben, der für dieses Kriterium (Abschlussdatum bis) ungültig ist.
Environment
SAP SuccessFactors Learning
Reproducing the Issue
- Login as LMS Admin (Active Locale: German, )
- Change language preference of user to (if not set already)
- Reports (Berichte) - Select any report having date as filter criteria
- Run sample report (Learning History (CSV)
- select any user ID
- select March from the calendar date picker: (e.g. MRZ 01 2022, MRZ 16 2022)
- Click Schedule Job (Job planen)
- Error encountered:
- Validierungsfehler
Bevor Sie fortfahren, müssen Sie die folgenden Fehler korrigieren:
-
Sie haben einen Wert (MRZ/01/2022) eingegeben, der für dieses Kriterium (Abschlussdatum von) ungültig ist.
- Sie haben einen Wert (MRZ/16/2022) eingegeben, der für dieses Kriterium (Abschlussdatum bis) ungültig ist.
-
- Validierungsfehler
Cause
Coding issue
Resolution
- There is an ongoing discussion to have a permanent code fix for to change Mrz to Mär in the system. This KBA will be updated once finalized.
- Workaround provided:
- Use a date pattern that uses a number instead of a word for a month, for the German locale.
- You can make the following change:
- Open Preferences(Präferenzen in German).
- For the option: Datumsformat-ID, select: M/d/yyyy
- If the option is not available, then try the following before trying the above steps:
- Open Locales(Sprachversionen), and search for German, and click the edit link.
- Under the tab, Datumsformate (Date Patterns), click on the link fügen Sie eine oder mehrere aus der Liste hinzu (add one or more from list), and add M/d/yyyy. Note that you write (M/d/yyyy for the text box Hinweis zum Datumsformat).
- Apply changes.
- You can make the following change:
- To use any date format including the ones with 'MMM' on it.
- Update the label value via the learning admin app (References > Manage Labels > Locale Labels)
- Make sure the shipped value of [“Jan”, “Feb”, “Mrz”, “Apr”, “Mai”, “Jun”, “Jul”, “Aug”, “Sep”, “Okt”, “Nov”, “Dez”] is altered to include [“März”] for the month of March (label.CalendarSMonths) in German label value
- Use a date pattern that uses a number instead of a word for a month, for the German locale.
Keywords
SF, Success Factors, LMS, learning, German locale, report, date picker, March, MRZ, März, label.CalendarSMonths , KBA , LOD-SF-LMS-REP , Reporting Data , LOD-SF-LMS-ADM , System Admin, Global Variables, References , Problem