/AWS1/CL_SAGREPORTDESTINATION¶
Destination for publishing scan reports to an integrated document provider.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_integrationid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The integration identifier for the document provider.
iv_containerid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The container identifier where the report will be published.
Optional arguments:¶
iv_parentid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The parent document identifier under which the report will be created.
iv_documentid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The existing document identifier to update instead of creating a new document.
Queryable Attributes¶
integrationId¶
The integration identifier for the document provider.
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 |
containerId¶
The container identifier where the report will be published.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTAINERID() |
Getter for CONTAINERID, with configurable default |
ASK_CONTAINERID() |
Getter for CONTAINERID w/ exceptions if field has no value |
HAS_CONTAINERID() |
Determine if CONTAINERID has a value |
parentId¶
The parent document identifier under which the report will be created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARENTID() |
Getter for PARENTID, with configurable default |
ASK_PARENTID() |
Getter for PARENTID w/ exceptions if field has no value |
HAS_PARENTID() |
Determine if PARENTID has a value |
documentId¶
The existing document identifier to update instead of creating a new document.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOCUMENTID() |
Getter for DOCUMENTID, with configurable default |
ASK_DOCUMENTID() |
Getter for DOCUMENTID w/ exceptions if field has no value |
HAS_DOCUMENTID() |
Determine if DOCUMENTID has a value |