Skip to content

/AWS1/CL_DYNREPLICAUPDATE

Represents one of the following:

  • A new replica to be added to an existing global table.

  • New parameters for an existing replica.

  • An existing replica to be removed from an existing global table.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_create TYPE REF TO /AWS1/CL_DYNCREATERPLACTION /AWS1/CL_DYNCREATERPLACTION

The parameters required for creating a replica on an existing global table.

io_delete TYPE REF TO /AWS1/CL_DYNDELETERPLACTION /AWS1/CL_DYNDELETERPLACTION

The name of the existing replica to be removed.


Queryable Attributes

Create

The parameters required for creating a replica on an existing global table.

Accessible with the following methods

Method Description
GET_CREATE() Getter for CREATE

Delete

The name of the existing replica to be removed.

Accessible with the following methods

Method Description
GET_DELETE() Getter for DELETE

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_REPLICAUPDATELIST

TYPES TT_REPLICAUPDATELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DYNREPLICAUPDATE WITH DEFAULT KEY
.