/AWS1/CL_CUSDIMENSION¶
Object that holds what profile and calculated attributes to segment on.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_profileattributes TYPE REF TO /AWS1/CL_CUSPROFILEATTRIBUTES /AWS1/CL_CUSPROFILEATTRIBUTES¶
Object that holds the profile attributes to segment on.
it_calculatedattributes TYPE /AWS1/CL_CUSCALCULATEDATTRDI00=>TT_CALCULATEDCUSTOMATTRIBUTES TT_CALCULATEDCUSTOMATTRIBUTES¶
Object that holds the calculated attributes to segment on.
Queryable Attributes¶
ProfileAttributes¶
Object that holds the profile attributes to segment on.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILEATTRIBUTES() |
Getter for PROFILEATTRIBUTES |
CalculatedAttributes¶
Object that holds the calculated attributes to segment on.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CALCULATEDATTRIBUTES() |
Getter for CALCULATEDATTRIBUTES, with configurable default |
ASK_CALCULATEDATTRIBUTES() |
Getter for CALCULATEDATTRIBUTES w/ exceptions if field has n |
HAS_CALCULATEDATTRIBUTES() |
Determine if CALCULATEDATTRIBUTES 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_DIMENSIONLIST¶
TYPES TT_DIMENSIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CUSDIMENSION WITH DEFAULT KEY
.