/AWS1/CL_GEPCROSSREFERENCE¶
A reference to a third-party supplier's identifier for a place, enabling correlation of places across external systems.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_source TYPE /AWS1/GEPSENSITIVESTRING /AWS1/GEPSENSITIVESTRING¶
The name of the third-party data supplier (for example,
YelporTripAdvisor).
iv_sourceplaceid TYPE /AWS1/GEPSENSITIVESTRING /AWS1/GEPSENSITIVESTRING¶
The place identifier assigned by the third-party supplier.
Optional arguments:¶
it_sourcecategories TYPE /AWS1/CL_GEPCATEGORY=>TT_CATEGORYLIST TT_CATEGORYLIST¶
The list of place category identifiers this supplier reference relates to.
Queryable Attributes¶
Source¶
The name of the third-party data supplier (for example,
YelporTripAdvisor).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCE() |
Getter for SOURCE, with configurable default |
ASK_SOURCE() |
Getter for SOURCE w/ exceptions if field has no value |
HAS_SOURCE() |
Determine if SOURCE has a value |
SourcePlaceId¶
The place identifier assigned by the third-party supplier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEPLACEID() |
Getter for SOURCEPLACEID, with configurable default |
ASK_SOURCEPLACEID() |
Getter for SOURCEPLACEID w/ exceptions if field has no value |
HAS_SOURCEPLACEID() |
Determine if SOURCEPLACEID has a value |
SourceCategories¶
The list of place category identifiers this supplier reference relates to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCECATEGORIES() |
Getter for SOURCECATEGORIES, with configurable default |
ASK_SOURCECATEGORIES() |
Getter for SOURCECATEGORIES w/ exceptions if field has no va |
HAS_SOURCECATEGORIES() |
Determine if SOURCECATEGORIES 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_CROSSREFERENCELIST¶
TYPES TT_CROSSREFERENCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GEPCROSSREFERENCE WITH DEFAULT KEY
.