Skip to content

/AWS1/CL_XL8=>IMPORTTERMINOLOGY()

About ImportTerminology

Creates or updates a custom terminology, depending on whether one already exists for the given terminology name. Importing a terminology with the same name as an existing one will merge the terminologies based on the chosen merge strategy. The only supported merge strategy is OVERWRITE, where the imported terminology overwrites the existing terminology of the same name.

If you import a terminology that overwrites an existing one, the new terminology takes up to 10 minutes to fully propagate. After that, translations have access to the new terminology.

Method Signature

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/XL8RESOURCENAME /AWS1/XL8RESOURCENAME

The name of the custom terminology being imported.

IV_MERGESTRATEGY TYPE /AWS1/XL8MERGESTRATEGY /AWS1/XL8MERGESTRATEGY

The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.

IO_TERMINOLOGYDATA TYPE REF TO /AWS1/CL_XL8TERMINOLOGYDATA /AWS1/CL_XL8TERMINOLOGYDATA

The terminology data for the custom terminology being imported.

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/XL8DESCRIPTION /AWS1/XL8DESCRIPTION

The description of the custom terminology being imported.

IO_ENCRYPTIONKEY TYPE REF TO /AWS1/CL_XL8ENCRYPTIONKEY /AWS1/CL_XL8ENCRYPTIONKEY

The encryption key for the custom terminology being imported.

IT_TAGS TYPE /AWS1/CL_XL8TAG=>TT_TAGLIST TT_TAGLIST

Tags to be associated with this resource. A tag is a key-value pair that adds metadata to a resource. Each tag key for the resource must be unique. For more information, see Tagging your resources.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_XL8IMPTERMINOLOGYRSP /AWS1/CL_XL8IMPTERMINOLOGYRSP