Skip to content

/AWS1/CL_OSRSTARTMIGRRESPONSE

StartMigrationResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_migrationid TYPE /AWS1/OSRSTRING /AWS1/OSRSTRING

The unique identifier of the migration job.

iv_status TYPE /AWS1/OSRSTRING /AWS1/OSRSTRING

The initial status of the migration job. The status is PENDING when a migration is first created.


Queryable Attributes

migrationId

The unique identifier of the migration job.

Accessible with the following methods

Method Description
GET_MIGRATIONID() Getter for MIGRATIONID, with configurable default
ASK_MIGRATIONID() Getter for MIGRATIONID w/ exceptions if field has no value
HAS_MIGRATIONID() Determine if MIGRATIONID has a value

status

The initial status of the migration job. The status is PENDING when a migration is first created.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value