/AWS1/CL_QSTINLCUSTOMINSTRCT¶
An inline custom instruction with text content and optional file upload metadata.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_instructiontext TYPE /AWS1/QSTINLCUSTOMINSTRCTTEXT /AWS1/QSTINLCUSTOMINSTRCTTEXT¶
The instruction text content.
Optional arguments:¶
io_uploadeddocumentmetadata TYPE REF TO /AWS1/CL_QSTUPLDDOCMETADATA /AWS1/CL_QSTUPLDDOCMETADATA¶
Metadata about an uploaded document associated with this instruction.
Queryable Attributes¶
InstructionText¶
The instruction text content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTRUCTIONTEXT() |
Getter for INSTRUCTIONTEXT, with configurable default |
ASK_INSTRUCTIONTEXT() |
Getter for INSTRUCTIONTEXT w/ exceptions if field has no val |
HAS_INSTRUCTIONTEXT() |
Determine if INSTRUCTIONTEXT has a value |
UploadedDocumentMetadata¶
Metadata about an uploaded document associated with this instruction.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPLOADEDDOCUMENTMETADATA() |
Getter for UPLOADEDDOCUMENTMETADATA |