Jobs are not launched with the correct Language in SAP when using the language Serbian (SH)
search cancel

Jobs are not launched with the correct Language in SAP when using the language Serbian (SH)

book

Article ID: 266258

calendar_today

Updated On:

Products

CA Automic Dollar Universe

Issue/Introduction

Jobs are not launched with the correct Language in SAP when using the language Serbian (SH) in the SAP_XBP2 Uproc.
When launched via a Uproc SAP_XBP2, they are launched with language S that corresponds to Spanish which is wrong.
Additionally, when launching the same with a "uxstr sap api" command, using the character d that corresponds to Serbian, the job is launched correctly in Serbian and completes in SAP BUT at Dollar Universe it ends in status Aborted.

Environment

Release : 6.x and 7.x

Component: Dollar Universe

Sub-Component: Manager for SAP

Cause

Defect, Serbian language was not supported as only these languages are currently supported by the Manager SAP:

    {'E', "EN"}, {'D', "DE"}, {'F', "FR"}, {'I', "IT"},
    {'0', "SR"}, {'1', "ZH"}, {'2', "TH"}, {'3', "KO"},
    {'4', "RO"}, {'5', "SL"}, {'6', "HR"}, {'7', "MS"},
    {'8', "UK"}, {'9', "ET"}, {'A', "AR"}, {'B', "HE"},
    {'C', "CS"}, {'G', "EL"}, {'H', "HU"}, {'J', "JA"},
    {'K', "DA"}, {'L', "PL"}, {'M', "ZF"}, {'N', "NL"},
    {'O', "NO"}, {'P', "PT"}, {'Q', "SK"}, {'R', "RU"},
    {'S', "ES"}, {'T', "TR"}, {'U', "FI"}, {'V', "VU"},
    {'W', "BG"}, {'X', "LT"}, {'Y', "LV"}, {'Z', "Z1"},
    {'a', "AF"}, {'i', "ID"}};

Resolution

Workaround:

  1. Use "dH" as language instead of "SH" in the XBP2 uproc
  2. Launch the SAP Job with a CL_INT uproc with language set to d, ie:
    uxstr sap API JOBNAME="AFR_RSPARAM" STEPLIST="((ORSYP,d,RSPARAM,TEST))" 

Solution:

Update to a fix version listed below or a newer version if available.

Fix version(s): 
Component: Application Server (Node)
Will be fixed on Dollar Universe 6.10.111 - planned release in July 2023
Will be fixed on Dollar Universe 7.0.21 - planned release in October 2023

Additional Information

Solution Details: We added SH key for Serbian language in the Manager for SAP language list.