/AWS1/CL_PANPACKAGEOBJECT¶
A package object.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/PANNODEPACKAGENAME /AWS1/PANNODEPACKAGENAME¶
The object's name.
iv_packageversion TYPE /AWS1/PANNODEPACKAGEVERSION /AWS1/PANNODEPACKAGEVERSION¶
The object's package version.
iv_patchversion TYPE /AWS1/PANNODEPACKAGEPATCHVRS /AWS1/PANNODEPACKAGEPATCHVRS¶
The object's patch version.
Queryable Attributes¶
Name¶
The object's name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
PackageVersion¶
The object's package version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKAGEVERSION() |
Getter for PACKAGEVERSION, with configurable default |
ASK_PACKAGEVERSION() |
Getter for PACKAGEVERSION w/ exceptions if field has no valu |
HAS_PACKAGEVERSION() |
Determine if PACKAGEVERSION has a value |
PatchVersion¶
The object's patch version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PATCHVERSION() |
Getter for PATCHVERSION, with configurable default |
ASK_PATCHVERSION() |
Getter for PATCHVERSION w/ exceptions if field has no value |
HAS_PATCHVERSION() |
Determine if PATCHVERSION 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_PACKAGEOBJECTS¶
TYPES TT_PACKAGEOBJECTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_PANPACKAGEOBJECT WITH DEFAULT KEY
.