Previous Topic: JUSER Statement—Specify a JNDI User IDNext Topic: LDA Statement—Specify the Data for the Local Data Area


LANGUAGE Statement—Specify the Language the ABAP Uses

The LANGUAGE statement specifies the language the ABAP uses.

Supported Job Types

This statement is optional for the following job types:

Syntax

This statement has the following format:

LANGUAGE language
language

Specifies an alphabetic character representing a valid language for the SAP system. The value corresponds to the SAPGUI ABAP program Language field on the Create Step dialog.

Default: The SAP system default logon language

Examples: E=English, D=German, R=Russian

Notes:

Example: Specify the Language the ABAP Uses

This example uses the English language for the BTCTEST ABAP:

SAPJOBNAME SAPTEST
AGENT SAPHTAGENT
SAPUSER J01PROD
ABAPNAME BTCTEST
   VARIANT TEST
   LANGUAGE E