/AWS1/CL_CNKCASESUMMARY¶
Case summary information.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_caseid TYPE /AWS1/CNKCASEID /AWS1/CNKCASEID¶
A unique identifier of the case.
iv_templateid TYPE /AWS1/CNKTEMPLATEID /AWS1/CNKTEMPLATEID¶
A unique identifier of a template.
Queryable Attributes¶
caseId¶
A unique identifier of the case.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CASEID() |
Getter for CASEID, with configurable default |
ASK_CASEID() |
Getter for CASEID w/ exceptions if field has no value |
HAS_CASEID() |
Determine if CASEID has a value |
templateId¶
A unique identifier of a template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATEID() |
Getter for TEMPLATEID, with configurable default |
ASK_TEMPLATEID() |
Getter for TEMPLATEID w/ exceptions if field has no value |
HAS_TEMPLATEID() |
Determine if TEMPLATEID 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_CASESUMMARYLIST¶
TYPES TT_CASESUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNKCASESUMMARY WITH DEFAULT KEY
.