Skip to content

/AWS1/CL_DMG=>RELOADTABLES()

About ReloadTables

Reloads the target database table with the source data.

You can only use this operation with a task in the RUNNING state, otherwise the service will throw an InvalidResourceStateFault exception.

Method Signature

IMPORTING

Required arguments:

IV_REPLICATIONTASKARN TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The Amazon Resource Name (ARN) of the replication task.

IT_TABLESTORELOAD TYPE /AWS1/CL_DMGTABLETORELOAD=>TT_TABLELISTTORELOAD TT_TABLELISTTORELOAD

The name and schema of the table to be reloaded.

Optional arguments:

IV_RELOADOPTION TYPE /AWS1/DMGRELOADOPTIONVALUE /AWS1/DMGRELOADOPTIONVALUE

Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

Valid values: data-reload, validate-only

Default value is data-reload.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_DMGRELOADTABLESRSP /AWS1/CL_DMGRELOADTABLESRSP