/AWS1/CL_HLLEXSTVRSEDPFLSOURCE¶
Identifies an existing data transformation profile and version to clone when creating a new profile.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_profileid TYPE /AWS1/HLLSTRING00 /AWS1/HLLSTRING00¶
The unique identifier of the existing profile to clone from.
iv_version TYPE /AWS1/HLLINTEGER /AWS1/HLLINTEGER¶
The version number of the existing profile to clone from.
Queryable Attributes¶
ProfileId¶
The unique identifier of the existing profile to clone from.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILEID() |
Getter for PROFILEID, with configurable default |
ASK_PROFILEID() |
Getter for PROFILEID w/ exceptions if field has no value |
HAS_PROFILEID() |
Determine if PROFILEID has a value |
Version¶
The version number of the existing profile to clone from.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION, with configurable default |
ASK_VERSION() |
Getter for VERSION w/ exceptions if field has no value |
HAS_VERSION() |
Determine if VERSION has a value |