/AWS1/CL_HLLDATAXFORMTNPFLSUMM¶
Contains summary information about 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 latest version number of the profile.
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_profiledescription TYPE /AWS1/HLLPROFILEDESCRIPTION /AWS1/HLLPROFILEDESCRIPTION¶
A description of the profile's purpose.
iv_lastupdatedat TYPE /AWS1/HLLDATETIME /AWS1/HLLDATETIME¶
The timestamp when the profile 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 latest version number of the profile.
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 |
ProfileDescription¶
A description of the profile's purpose.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILEDESCRIPTION() |
Getter for PROFILEDESCRIPTION, with configurable default |
ASK_PROFILEDESCRIPTION() |
Getter for PROFILEDESCRIPTION w/ exceptions if field has no |
HAS_PROFILEDESCRIPTION() |
Determine if PROFILEDESCRIPTION has a value |
LastUpdatedAt¶
The timestamp when the profile 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_DATAXFORMTNPFLSUMMARYLIST¶
TYPES TT_DATAXFORMTNPFLSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_HLLDATAXFORMTNPFLSUMM WITH DEFAULT KEY
.