InquireAppsMessagesTranslation

Use this action to inquire an application message translation.

Batch request processing, or the ability of the service to process multiple requests in one service call is supported.

Required parameters

Parameter Key Value Type Parameter Description
productline Alphanumeric string

The product line name.

This is a key field. Can be blank, but not null. Blank denotes GEN.

Minimum length for strings is 0. Maximum length for strings is 14.

language Alphanumeric string

The language name.

This is a key field. Cannot be blank. Records with blank languages are the default language titles.

Maximum length for strings is 10.

targetmach Integer

The associated target machine.

This is a key field. Cannot be null.

Maximum length for strings is 10.

trancode Alphanumeric string

The associated transaction code.

This is a key field. Cannot be null.

Maximum length for strings is 5.

errornbr Integer

The associated error number of the application message translation.

This is a key field. Cannot be null.

Maximum length for strings is 10.

XML Request Format

Format of the request XML payload for POST method calls. Note that these must always be wrapped by <ACTION> nodes.

<ACTION>
    <APPSXLT language="TESTLANG" tranCode="LAPM " targetMach="0" errorNbr="200" productLine="" message="An unexpected exception has occurred" />
</ACTION>