/AWS1/CL_SAGARTIFACT¶
Files containing relevant data for review
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_contents TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The content of the artifact
iv_type TYPE /AWS1/SAGARTIFACTTYPE /AWS1/SAGARTIFACTTYPE¶
The file type of the artifact
Queryable Attributes¶
contents¶
The content of the artifact
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENTS() |
Getter for CONTENTS, with configurable default |
ASK_CONTENTS() |
Getter for CONTENTS w/ exceptions if field has no value |
HAS_CONTENTS() |
Determine if CONTENTS has a value |
type¶
The file type of the artifact
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 |