Previous Topic: ARCOBJTYPE Statement—Specify the Type of SAP External System Archive ObjectNext Topic: ARCPATH Statement: Specify the SAP Standard Archive Path


ARCOBJVARIANT Statement—Identify Name of SAP Archiving Object Variant

The ARCOBJVARIANT statement identifies the name of an archiving object variant defined on the SAP system.

Supported Job Type

This statement is required for the SAP Data Archiving job type.

Syntax

This statement has the following format:

ARCOBJVARIANT 'object_variant'
object_variant

Specifies the name of the archive object variant.

Limits: Up to 14 valid SAP characters; case-sensitive

Note: Enclose values that contain delimiters (such as spaces) in double quotation marks.

Example: Specify an Archiving Object Variant

This example defines an SAP Data Archiving job that stores information described in the BC_ARCHIVE Archiving Object into an SAP data archive. The archiving object variant is BC_ARCVARIANT.

SAPJOBNAME DATEST
AGENT SAPHTAGENT
ARCMODE PRINT
PRINTDEST LP01
ARCOBJNAME 'BC_ARCHIVE'
ARCOBJVARIANT 'BC_ARCVARIANT'