Skip to content

/AWS1/CL_APFSAPODATADSTPRPS

The properties that are applied when using SAPOData as a flow destination

CONSTRUCTOR

IMPORTING

Required arguments:

iv_objectpath TYPE /AWS1/APFOBJECT /AWS1/APFOBJECT

The object path specified in the SAPOData flow destination.

Optional arguments:

io_successrsphandlingconfig TYPE REF TO /AWS1/CL_APFSUCCRSPHANDLINGCFG /AWS1/CL_APFSUCCRSPHANDLINGCFG

Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.

For example, this setting would determine where to write the response from a destination connector upon a successful insert operation.

it_idfieldnames TYPE /AWS1/CL_APFIDFIELDNAMELIST_W=>TT_IDFIELDNAMELIST TT_IDFIELDNAMELIST

A list of field names that can be used as an ID field when performing a write operation.

io_errorhandlingconfig TYPE REF TO /AWS1/CL_APFERRORHANDLINGCFG /AWS1/CL_APFERRORHANDLINGCFG

The settings that determine how Amazon AppFlow handles an error when placing data in the destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. ErrorHandlingConfig is a part of the destination connector details.

iv_writeoperationtype TYPE /AWS1/APFWRITEOPERATIONTYPE /AWS1/APFWRITEOPERATIONTYPE

The possible write operations in the destination connector. When this value is not provided, this defaults to the INSERT operation.


Queryable Attributes

objectPath

The object path specified in the SAPOData flow destination.

Accessible with the following methods

Method Description
GET_OBJECTPATH() Getter for OBJECTPATH, with configurable default
ASK_OBJECTPATH() Getter for OBJECTPATH w/ exceptions if field has no value
HAS_OBJECTPATH() Determine if OBJECTPATH has a value

successResponseHandlingConfig

Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.

For example, this setting would determine where to write the response from a destination connector upon a successful insert operation.

Accessible with the following methods

Method Description
GET_SUCCESSRSPHANDLINGCONFIG() Getter for SUCCESSRSPHANDLINGCONFIG

idFieldNames

A list of field names that can be used as an ID field when performing a write operation.

Accessible with the following methods

Method Description
GET_IDFIELDNAMES() Getter for IDFIELDNAMES, with configurable default
ASK_IDFIELDNAMES() Getter for IDFIELDNAMES w/ exceptions if field has no value
HAS_IDFIELDNAMES() Determine if IDFIELDNAMES has a value

errorHandlingConfig

The settings that determine how Amazon AppFlow handles an error when placing data in the destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. ErrorHandlingConfig is a part of the destination connector details.

Accessible with the following methods

Method Description
GET_ERRORHANDLINGCONFIG() Getter for ERRORHANDLINGCONFIG

writeOperationType

The possible write operations in the destination connector. When this value is not provided, this defaults to the INSERT operation.

Accessible with the following methods

Method Description
GET_WRITEOPERATIONTYPE() Getter for WRITEOPERATIONTYPE, with configurable default
ASK_WRITEOPERATIONTYPE() Getter for WRITEOPERATIONTYPE w/ exceptions if field has no
HAS_WRITEOPERATIONTYPE() Determine if WRITEOPERATIONTYPE has a value