/AWS1/CL_MPGRESOURCE¶
The list of resources involved in the agreement.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/MPGRESOURCEID /AWS1/MPGRESOURCEID¶
The unique identifier of the resource.
We mention the term resource, which is most commonly a product, so a
resourceIdis also aproductId.
iv_type TYPE /AWS1/MPGAGREEMENTRESOURCETYPE /AWS1/MPGAGREEMENTRESOURCETYPE¶
Type of the resource, which is the product. Values include
SaaSProductorAmiProduct.
Queryable Attributes¶
id¶
The unique identifier of the resource.
We mention the term resource, which is most commonly a product, so a
resourceIdis also aproductId.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
type¶
Type of the resource, which is the product. Values include
SaaSProductorAmiProduct.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE 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_RESOURCES¶
TYPES TT_RESOURCES TYPE STANDARD TABLE OF REF TO /AWS1/CL_MPGRESOURCE WITH DEFAULT KEY
.