/AWS1/CL_RDSDOCLINK¶
A link to documentation that provides additional information for a recommendation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_text TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING¶
The text with the link to documentation for the recommendation.
iv_url TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING¶
The URL for the documentation for the recommendation.
Queryable Attributes¶
Text¶
The text with the link to documentation for the recommendation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXT() |
Getter for TEXT, with configurable default |
ASK_TEXT() |
Getter for TEXT w/ exceptions if field has no value |
HAS_TEXT() |
Determine if TEXT has a value |
Url¶
The URL for the documentation for the recommendation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URL() |
Getter for URL, with configurable default |
ASK_URL() |
Getter for URL w/ exceptions if field has no value |
HAS_URL() |
Determine if URL 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_DOCLINKLIST¶
TYPES TT_DOCLINKLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RDSDOCLINK WITH DEFAULT KEY
.