/AWS1/CL_HLLGETDATXFRMTNPFLRSP¶
The response from the GetDataTransformationProfile operation.
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 of the retrieved profile.
iv_sourceformat TYPE /AWS1/HLLSOURCEFORMAT /AWS1/HLLSOURCEFORMAT¶
The source data format of the profile.
iv_targetformat TYPE /AWS1/HLLTARGETFORMAT /AWS1/HLLTARGETFORMAT¶
The target output format of the profile.
it_profilemapping TYPE /AWS1/CL_HLLPROFILEMAPPING_W=>TT_PROFILEMAPPING TT_PROFILEMAPPING¶
The profile content as a map of file paths to content strings.
iv_lastupdatedat TYPE /AWS1/HLLDATETIME /AWS1/HLLDATETIME¶
The timestamp when this version was last updated.
Optional arguments:¶
iv_profilename TYPE /AWS1/HLLPROFILENAMESTRING /AWS1/HLLPROFILENAMESTRING¶
The name of the profile.
iv_profiledescription TYPE /AWS1/HLLPROFILEDESCRIPTION /AWS1/HLLPROFILEDESCRIPTION¶
The description of the profile.
iv_changedescription TYPE /AWS1/HLLCHANGEDESCRIPTION /AWS1/HLLCHANGEDESCRIPTION¶
A description of what changed in this version.
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 of the retrieved 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 of the profile.
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 |
ProfileMapping¶
The profile content as a map of file paths to content strings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILEMAPPING() |
Getter for PROFILEMAPPING, with configurable default |
ASK_PROFILEMAPPING() |
Getter for PROFILEMAPPING w/ exceptions if field has no valu |
HAS_PROFILEMAPPING() |
Determine if PROFILEMAPPING 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¶
The description of the profile.
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 |
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 |