/AWS1/CL_SAGINTEGRATEDDOCUMENT¶
A reference to a document in a third-party provider, such as a Confluence page linked via an integration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_integrationid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The identifier of the integration that provides access to the document.
iv_resourceid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The provider-specific resource identifier for the document.
Queryable Attributes¶
integrationId¶
The identifier of the integration that provides access to the document.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTEGRATIONID() |
Getter for INTEGRATIONID, with configurable default |
ASK_INTEGRATIONID() |
Getter for INTEGRATIONID w/ exceptions if field has no value |
HAS_INTEGRATIONID() |
Determine if INTEGRATIONID has a value |
resourceId¶
The provider-specific resource identifier for the document.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEID() |
Getter for RESOURCEID, with configurable default |
ASK_RESOURCEID() |
Getter for RESOURCEID w/ exceptions if field has no value |
HAS_RESOURCEID() |
Determine if RESOURCEID has a value |