Previous Topic: ARCMODE Statement—Specify the SAP Archive ModeNext Topic: ARCOBJTYPE Statement—Specify the Type of SAP External System Archive Object


ARCOBJNAME Statement—Identify Name of SAP Archiving Object

The ARCOBJNAME statement identifies the name of an archiving object 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:

ARCOBJNAME 'object_name'
object_name

Specifies the name of the archiving object.

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

Notes:

Example: Specify an Archiving Object

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 BOTH
PRINTDEST LP01
ARCOBJNAME 'BC_ARCHIVE'
ARCOBJVARIANT 'BC_ARCVARIANT'