Language must be a empty or two-letter code as defined by ISO-639
Defect
Release : 12.3
Component : AUTOMIC WEB INTERFACE
This works with AWI 12.3.3 and the SAP agent 12.3.3. Previous versions might cause the exception shown above.
Workaround: 1) Export the SAP job as xml and change the following line
From: <Language>E</Language> To: <Language>EN</Language> for language English
From: <Language>D</Language> To: <Language>DE</Language> for language German
2) Put all the SAP jobs in a transport case and change them with DB CHANGE
The following change script can be used:
REPLACE JOBS, *, SAP_LANG, "E", "EN" for language English
REPLACE JOBS, *, SAP_LANG, "D", "DE" for language German