/AWS1/CL_SPCDATAINTEGRATIONF01¶
The DataIntegrationFlow source parameters.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IV_SOURCETYPE
TYPE /AWS1/SPCDATAINTEGRATIONFLOW03
/AWS1/SPCDATAINTEGRATIONFLOW03
¶
The DataIntegrationFlow source type.
IV_SOURCENAME
TYPE /AWS1/SPCDATAINTEGRATIONFLOW04
/AWS1/SPCDATAINTEGRATIONFLOW04
¶
The DataIntegrationFlow source name that can be used as table alias in SQL transformation query.
Optional arguments:¶
IO_S3SOURCE
TYPE REF TO /AWS1/CL_SPCDATAINTEGRATIONF02
/AWS1/CL_SPCDATAINTEGRATIONF02
¶
The S3 DataIntegrationFlow source.
IO_DATASETSOURCE
TYPE REF TO /AWS1/CL_SPCDATAINTEGRATIONF04
/AWS1/CL_SPCDATAINTEGRATIONF04
¶
The dataset DataIntegrationFlow source.
Queryable Attributes¶
sourceType¶
The DataIntegrationFlow source type.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SOURCETYPE() |
Getter for SOURCETYPE, with configurable default |
ASK_SOURCETYPE() |
Getter for SOURCETYPE w/ exceptions if field has no value |
HAS_SOURCETYPE() |
Determine if SOURCETYPE has a value |
sourceName¶
The DataIntegrationFlow source name that can be used as table alias in SQL transformation query.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SOURCENAME() |
Getter for SOURCENAME, with configurable default |
ASK_SOURCENAME() |
Getter for SOURCENAME w/ exceptions if field has no value |
HAS_SOURCENAME() |
Determine if SOURCENAME has a value |
s3Source¶
The S3 DataIntegrationFlow source.
Accessible with the following methods¶
Method | Description |
---|---|
GET_S3SOURCE() |
Getter for S3SOURCE |
datasetSource¶
The dataset DataIntegrationFlow source.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATASETSOURCE() |
Getter for DATASETSOURCE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DATAINTEGRATIONFLOWSRCLIST
¶
TYPES TT_DATAINTEGRATIONFLOWSRCLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SPCDATAINTEGRATIONF01 WITH DEFAULT KEY
.