/AWS1/CL_CUSGROUP¶
Contains dimensions that determine what to segment on.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_dimensions TYPE /AWS1/CL_CUSDIMENSION=>TT_DIMENSIONLIST TT_DIMENSIONLIST¶
Defines the attributes to segment on.
it_sourcesegments TYPE /AWS1/CL_CUSSOURCESEGMENT=>TT_SOURCESEGMENTLIST TT_SOURCESEGMENTLIST¶
Defines the starting source of data.
iv_sourcetype TYPE /AWS1/CUSINCLUDEOPTIONS /AWS1/CUSINCLUDEOPTIONS¶
Defines how to interact with the source data.
iv_type TYPE /AWS1/CUSINCLUDEOPTIONS /AWS1/CUSINCLUDEOPTIONS¶
Defines how to interact with the profiles found in the current filtering.
Queryable Attributes¶
Dimensions¶
Defines the attributes to segment on.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIMENSIONS() |
Getter for DIMENSIONS, with configurable default |
ASK_DIMENSIONS() |
Getter for DIMENSIONS w/ exceptions if field has no value |
HAS_DIMENSIONS() |
Determine if DIMENSIONS has a value |
SourceSegments¶
Defines the starting source of data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCESEGMENTS() |
Getter for SOURCESEGMENTS, with configurable default |
ASK_SOURCESEGMENTS() |
Getter for SOURCESEGMENTS w/ exceptions if field has no valu |
HAS_SOURCESEGMENTS() |
Determine if SOURCESEGMENTS has a value |
SourceType¶
Defines how to interact with the source data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCETYPE() |
Getter for SOURCETYPE, with configurable default |
ASK_SOURCETYPE() |
Getter for SOURCETYPE w/ exceptions if field has no value |
HAS_SOURCETYPE() |
Determine if SOURCETYPE has a value |
Type¶
Defines how to interact with the profiles found in the current filtering.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SEGMENTGROUPLIST¶
TYPES TT_SEGMENTGROUPLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CUSGROUP WITH DEFAULT KEY
.