/AWS1/CL_M2_DATASETIMPORTITEM¶
Identifies a specific data set to import from an external location.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_dataset TYPE REF TO /AWS1/CL_M2_DATASET /AWS1/CL_M2_DATASET¶
The data set.
io_externallocation TYPE REF TO /AWS1/CL_M2_EXTERNALLOCATION /AWS1/CL_M2_EXTERNALLOCATION¶
The location of the data set.
Queryable Attributes¶
dataSet¶
The data set.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASET() |
Getter for DATASET |
externalLocation¶
The location of the data set.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXTERNALLOCATION() |
Getter for EXTERNALLOCATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DATASETIMPORTLIST¶
TYPES TT_DATASETIMPORTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_M2_DATASETIMPORTITEM WITH DEFAULT KEY
.