/AWS1/CL_SHILISTCASESITEM
CONSTRUCTOR
IMPORTING
Required arguments:
iv_caseid
TYPE /AWS1/SHICASEID
/AWS1/SHICASEID
Optional arguments:
iv_lastupdateddate
TYPE /AWS1/SHITIMESTAMP
/AWS1/SHITIMESTAMP
iv_casearn
TYPE /AWS1/SHICASEARN
/AWS1/SHICASEARN
iv_engagementtype
TYPE /AWS1/SHIENGAGEMENTTYPE
/AWS1/SHIENGAGEMENTTYPE
iv_casestatus
TYPE /AWS1/SHICASESTATUS
/AWS1/SHICASESTATUS
iv_createddate
TYPE /AWS1/SHITIMESTAMP
/AWS1/SHITIMESTAMP
iv_closeddate
TYPE /AWS1/SHITIMESTAMP
/AWS1/SHITIMESTAMP
iv_resolvertype
TYPE /AWS1/SHIRESOLVERTYPE
/AWS1/SHIRESOLVERTYPE
iv_pendingaction
TYPE /AWS1/SHIPENDINGACTION
/AWS1/SHIPENDINGACTION
Queryable Attributes
caseId
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 |
lastUpdatedDate
Accessible with the following methods
Method |
Description |
GET_LASTUPDATEDDATE() |
Getter for LASTUPDATEDDATE, with configurable default |
ASK_LASTUPDATEDDATE() |
Getter for LASTUPDATEDDATE w/ exceptions if field has no val |
HAS_LASTUPDATEDDATE() |
Determine if LASTUPDATEDDATE has a value |
title
Accessible with the following methods
Method |
Description |
GET_TITLE() |
Getter for TITLE, with configurable default |
ASK_TITLE() |
Getter for TITLE w/ exceptions if field has no value |
HAS_TITLE() |
Determine if TITLE has a value |
caseArn
Accessible with the following methods
Method |
Description |
GET_CASEARN() |
Getter for CASEARN, with configurable default |
ASK_CASEARN() |
Getter for CASEARN w/ exceptions if field has no value |
HAS_CASEARN() |
Determine if CASEARN has a value |
engagementType
Accessible with the following methods
Method |
Description |
GET_ENGAGEMENTTYPE() |
Getter for ENGAGEMENTTYPE, with configurable default |
ASK_ENGAGEMENTTYPE() |
Getter for ENGAGEMENTTYPE w/ exceptions if field has no valu |
HAS_ENGAGEMENTTYPE() |
Determine if ENGAGEMENTTYPE has a value |
caseStatus
Accessible with the following methods
Method |
Description |
GET_CASESTATUS() |
Getter for CASESTATUS, with configurable default |
ASK_CASESTATUS() |
Getter for CASESTATUS w/ exceptions if field has no value |
HAS_CASESTATUS() |
Determine if CASESTATUS has a value |
createdDate
Accessible with the following methods
Method |
Description |
GET_CREATEDDATE() |
Getter for CREATEDDATE, with configurable default |
ASK_CREATEDDATE() |
Getter for CREATEDDATE w/ exceptions if field has no value |
HAS_CREATEDDATE() |
Determine if CREATEDDATE has a value |
closedDate
Accessible with the following methods
Method |
Description |
GET_CLOSEDDATE() |
Getter for CLOSEDDATE, with configurable default |
ASK_CLOSEDDATE() |
Getter for CLOSEDDATE w/ exceptions if field has no value |
HAS_CLOSEDDATE() |
Determine if CLOSEDDATE has a value |
resolverType
Accessible with the following methods
Method |
Description |
GET_RESOLVERTYPE() |
Getter for RESOLVERTYPE, with configurable default |
ASK_RESOLVERTYPE() |
Getter for RESOLVERTYPE w/ exceptions if field has no value |
HAS_RESOLVERTYPE() |
Determine if RESOLVERTYPE has a value |
pendingAction
Accessible with the following methods
Method |
Description |
GET_PENDINGACTION() |
Getter for PENDINGACTION, with configurable default |
ASK_PENDINGACTION() |
Getter for PENDINGACTION w/ exceptions if field has no value |
HAS_PENDINGACTION() |
Determine if PENDINGACTION 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_LISTCASESITEMS
TYPES TT_LISTCASESITEMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SHILISTCASESITEM WITH DEFAULT KEY
.