/AWS1/CL_PIERECOMMENDATION¶
The list of recommendations for the insight.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_recommendationid
TYPE /AWS1/PIESTRING
/AWS1/PIESTRING
¶
The unique identifier for the recommendation.
iv_recommendationdescription
TYPE /AWS1/PIEMARKDOWNSTRING
/AWS1/PIEMARKDOWNSTRING
¶
The recommendation details to help resolve the performance issue. For example,
Investigate the following SQLs that contributed to 100% of the total DBLoad during that time period: sql-id
Queryable Attributes¶
RecommendationId¶
The unique identifier for the recommendation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RECOMMENDATIONID() |
Getter for RECOMMENDATIONID, with configurable default |
ASK_RECOMMENDATIONID() |
Getter for RECOMMENDATIONID w/ exceptions if field has no va |
HAS_RECOMMENDATIONID() |
Determine if RECOMMENDATIONID has a value |
RecommendationDescription¶
The recommendation details to help resolve the performance issue. For example,
Investigate the following SQLs that contributed to 100% of the total DBLoad during that time period: sql-id
Accessible with the following methods¶
Method | Description |
---|---|
GET_RECOMMENDATIONDESC() |
Getter for RECOMMENDATIONDESCRIPTION, with configurable defa |
ASK_RECOMMENDATIONDESC() |
Getter for RECOMMENDATIONDESCRIPTION w/ exceptions if field |
HAS_RECOMMENDATIONDESC() |
Determine if RECOMMENDATIONDESCRIPTION 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_RECOMMENDATIONLIST
¶
TYPES TT_RECOMMENDATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PIERECOMMENDATION WITH DEFAULT KEY
.