/AWS1/CL_ARTUPPACKAGEVRSSSTA01¶
UpdatePackageVersionsStatusResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_successfulversions TYPE /AWS1/CL_ARTSUCCFULPACKAGEVR00=>TT_SUCCESSFULPACKAGEVRSINFOMAP TT_SUCCESSFULPACKAGEVRSINFOMAP¶
A list of
PackageVersionErrorobjects, one for each package version with a status that failed to update.
it_failedversions TYPE /AWS1/CL_ARTPACKAGEVRSERROR=>TT_PACKAGEVERSIONERRORMAP TT_PACKAGEVERSIONERRORMAP¶
A list of
SuccessfulPackageVersionInfoobjects, one for each package version with a status that successfully updated.
Queryable Attributes¶
successfulVersions¶
A list of
PackageVersionErrorobjects, one for each package version with a status that failed to update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUCCESSFULVERSIONS() |
Getter for SUCCESSFULVERSIONS, with configurable default |
ASK_SUCCESSFULVERSIONS() |
Getter for SUCCESSFULVERSIONS w/ exceptions if field has no |
HAS_SUCCESSFULVERSIONS() |
Determine if SUCCESSFULVERSIONS has a value |
failedVersions¶
A list of
SuccessfulPackageVersionInfoobjects, one for each package version with a status that successfully updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILEDVERSIONS() |
Getter for FAILEDVERSIONS, with configurable default |
ASK_FAILEDVERSIONS() |
Getter for FAILEDVERSIONS w/ exceptions if field has no valu |
HAS_FAILEDVERSIONS() |
Determine if FAILEDVERSIONS has a value |