/AWS1/CL_SCGSVCACTASSOCIATION¶
A self-service action association consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_serviceactionid TYPE /AWS1/SCGID /AWS1/SCGID¶
The self-service action identifier. For example,
act-fs7abcd89wxyz.
iv_productid TYPE /AWS1/SCGID /AWS1/SCGID¶
The product identifier. For example,
prod-abcdzk7xy33qa.
iv_provisioningartifactid TYPE /AWS1/SCGID /AWS1/SCGID¶
The identifier of the provisioning artifact. For example,
pa-4abcdjnxjj6ne.
Queryable Attributes¶
ServiceActionId¶
The self-service action identifier. For example,
act-fs7abcd89wxyz.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEACTIONID() |
Getter for SERVICEACTIONID, with configurable default |
ASK_SERVICEACTIONID() |
Getter for SERVICEACTIONID w/ exceptions if field has no val |
HAS_SERVICEACTIONID() |
Determine if SERVICEACTIONID has a value |
ProductId¶
The product identifier. For example,
prod-abcdzk7xy33qa.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRODUCTID() |
Getter for PRODUCTID, with configurable default |
ASK_PRODUCTID() |
Getter for PRODUCTID w/ exceptions if field has no value |
HAS_PRODUCTID() |
Determine if PRODUCTID has a value |
ProvisioningArtifactId¶
The identifier of the provisioning artifact. For example,
pa-4abcdjnxjj6ne.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVISIONINGARTIFACTID() |
Getter for PROVISIONINGARTIFACTID, with configurable default |
ASK_PROVISIONINGARTIFACTID() |
Getter for PROVISIONINGARTIFACTID w/ exceptions if field has |
HAS_PROVISIONINGARTIFACTID() |
Determine if PROVISIONINGARTIFACTID 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_SERVICEACTIONASSOCIATIONS¶
TYPES TT_SERVICEACTIONASSOCIATIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SCGSVCACTASSOCIATION WITH DEFAULT KEY
.