/AWS1/CL_OMXSTRTREFERENCEIMP01¶
A source for a reference import job.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sourcefile TYPE /AWS1/OMXS3URI /AWS1/OMXS3URI¶
The source file's location in Amazon S3.
iv_name TYPE /AWS1/OMXREFERENCENAME /AWS1/OMXREFERENCENAME¶
The source's name.
Optional arguments:¶
iv_description TYPE /AWS1/OMXREFERENCEDESCRIPTION /AWS1/OMXREFERENCEDESCRIPTION¶
The source's description.
it_tags TYPE /AWS1/CL_OMXTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The source's tags.
Queryable Attributes¶
sourceFile¶
The source file's location in Amazon S3.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEFILE() |
Getter for SOURCEFILE, with configurable default |
ASK_SOURCEFILE() |
Getter for SOURCEFILE w/ exceptions if field has no value |
HAS_SOURCEFILE() |
Determine if SOURCEFILE has a value |
name¶
The source's name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
description¶
The source's description.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
tags¶
The source's tags.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_STARTREFERENCEIMPJOBSRCLIST¶
TYPES TT_STARTREFERENCEIMPJOBSRCLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_OMXSTRTREFERENCEIMP01 WITH DEFAULT KEY
.