/AWS1/CL_HLLDATXFMPFLVERUMMARY¶
Contains summary information about a specific version of a data transformation profile. To retrieve profile content, call GetDataTransformationProfile.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_profileid TYPE /AWS1/HLLPROFILEIDSTRING /AWS1/HLLPROFILEIDSTRING¶
The unique identifier of the profile.
iv_version TYPE /AWS1/HLLPROFILEVERSION /AWS1/HLLPROFILEVERSION¶
The version number.
iv_sourceformat TYPE /AWS1/HLLSOURCEFORMAT /AWS1/HLLSOURCEFORMAT¶
The source data format that this profile converts from.
iv_targetformat TYPE /AWS1/HLLTARGETFORMAT /AWS1/HLLTARGETFORMAT¶
The target output format of the profile.
Optional arguments:¶
iv_profilename TYPE /AWS1/HLLPROFILENAMESTRING /AWS1/HLLPROFILENAMESTRING¶
The name of the profile.
iv_changedescription TYPE /AWS1/HLLCHANGEDESCRIPTION /AWS1/HLLCHANGEDESCRIPTION¶
A description of what changed in this version.
iv_lastupdatedat TYPE /AWS1/HLLDATETIME /AWS1/HLLDATETIME¶
The timestamp when this version was last updated.
Queryable Attributes¶
ProfileId¶
The unique identifier of the profile.
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.
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 |
SourceFormat¶
The source data format that this profile converts from.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEFORMAT() |
Getter for SOURCEFORMAT, with configurable default |
ASK_SOURCEFORMAT() |
Getter for SOURCEFORMAT w/ exceptions if field has no value |
HAS_SOURCEFORMAT() |
Determine if SOURCEFORMAT has a value |
TargetFormat¶
The target output format of the profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETFORMAT() |
Getter for TARGETFORMAT, with configurable default |
ASK_TARGETFORMAT() |
Getter for TARGETFORMAT w/ exceptions if field has no value |
HAS_TARGETFORMAT() |
Determine if TARGETFORMAT has a value |
ProfileName¶
The name of the profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILENAME() |
Getter for PROFILENAME, with configurable default |
ASK_PROFILENAME() |
Getter for PROFILENAME w/ exceptions if field has no value |
HAS_PROFILENAME() |
Determine if PROFILENAME has a value |
ChangeDescription¶
A description of what changed in this version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANGEDESCRIPTION() |
Getter for CHANGEDESCRIPTION, with configurable default |
ASK_CHANGEDESCRIPTION() |
Getter for CHANGEDESCRIPTION w/ exceptions if field has no v |
HAS_CHANGEDESCRIPTION() |
Determine if CHANGEDESCRIPTION has a value |
LastUpdatedAt¶
The timestamp when this version was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT 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_DATAXFORMTNPFLVRSNUMMARYLST¶
TYPES TT_DATAXFORMTNPFLVRSNUMMARYLST TYPE STANDARD TABLE OF REF TO /AWS1/CL_HLLDATXFMPFLVERUMMARY WITH DEFAULT KEY
.