Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can click “Customize cookies” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To continue without accepting these cookies, click “Continue without accepting.” To make more detailed choices or learn more, click “Customize cookies.”

Skip to content

/AWS1/CL_DMG=>MODIFYDATAPROVIDER()

About ModifyDataProvider

Modifies the specified data provider using the provided settings.

You must remove the data provider from all migration projects before you can modify it.

Method Signature

IMPORTING

Required arguments:

IV_DATAPROVIDERIDENTIFIER TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The identifier of the data provider. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.

Optional arguments:

IV_DATAPROVIDERNAME TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The name of the data provider.

IV_DESCRIPTION TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

A user-friendly description of the data provider.

IV_ENGINE TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The type of database engine for the data provider. Valid values include "aurora", "aurora-postgresql", "mysql", "oracle", "postgres", "sqlserver", redshift, mariadb, mongodb, db2, db2-zos and docdb. A value of "aurora" represents Amazon Aurora MySQL-Compatible Edition.

IV_EXACTSETTINGS TYPE /AWS1/DMGBOOLEANOPTIONAL /AWS1/DMGBOOLEANOPTIONAL

If this attribute is Y, the current call to ModifyDataProvider replaces all existing data provider settings with the exact settings that you specify in this call. If this attribute is N, the current call to ModifyDataProvider does two things:

  • It replaces any data provider settings that already exist with new values, for settings with the same names.

  • It creates new data provider settings that you specify in the call, for settings with different names.

IO_SETTINGS TYPE REF TO /AWS1/CL_DMGDATAPVDRSETTINGS /AWS1/CL_DMGDATAPVDRSETTINGS

The settings in JSON format for a data provider.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_DMGMODIFYDATAPVDRRSP /AWS1/CL_DMGMODIFYDATAPVDRRSP

Domain /AWS1/RT_ACCOUNT_ID
Primitive Type NUMC