/AWS1/CL_MPIDOCUMENTITEM¶
A legal document associated with a legal term, such as a EULA or data subscription agreement.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/MPILEGALDOCUMENTTYPE /AWS1/MPILEGALDOCUMENTTYPE¶
The category of the legal document, such as
StandardEulaorCustomEula.
iv_url TYPE /AWS1/MPIURL /AWS1/MPIURL¶
The URL where the legal document can be accessed.
Optional arguments:¶
iv_version TYPE /AWS1/MPISTRING /AWS1/MPISTRING¶
The version of the standard contract, if applicable.
Queryable Attributes¶
type¶
The category of the legal document, such as
StandardEulaorCustomEula.
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 |
url¶
The URL where the legal document can be accessed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URL() |
Getter for URL, with configurable default |
ASK_URL() |
Getter for URL w/ exceptions if field has no value |
HAS_URL() |
Determine if URL has a value |
version¶
The version of the standard contract, if applicable.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DOCUMENTLIST¶
TYPES TT_DOCUMENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MPIDOCUMENTITEM WITH DEFAULT KEY
.