SAP Function SCP_IS_LANGUAGE_USABLE - Is the language allowed in the system

Parameter Reference Type Length Default Optional Text
LANGUAGE SPRAS C 1 Language

Parameter Reference Type Length Text
LANG_OK C C 0 'X' Language is allowed


Determines whether a given language is allowed in the system.
The system returns a parameter with two possible values as follows:
'X' = language is allowed in the system.
' ' = language is not allowed in the system.
Normally the allowed system languages correspond to the languagesactivated by the configuration report RSCPINST.

Notes
SCP_IS_LANGUAGE_USABLE can be used as an alternative to function moduleSCP_ALLOWED_LANGUAGES, which returns a complete list of allowedlanguages.
The following function modules answer similar questions:SCP_IS_LANGUAGE_USABLE_CP and SCP_IS_LANGUAGE_USABLE_LOC.

732205New Function Group SCPT to eliminate domain CPLANGS