/AWS1/CL_PP2RCSCARDCONTENT¶
The content of a rich card, including title, description, media, and card-level suggested actions.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_title TYPE /AWS1/PP2RCSCARDTITLE /AWS1/PP2RCSCARDTITLE¶
The title of the card. Maximum 200 characters.
iv_description TYPE /AWS1/PP2RCSCARDDESCRIPTION /AWS1/PP2RCSCARDDESCRIPTION¶
The description text of the card. Maximum 2000 characters.
io_media TYPE REF TO /AWS1/CL_PP2RCSCARDMEDIA /AWS1/CL_PP2RCSCARDMEDIA¶
The media content of the card, including the file URL, optional thumbnail, and display height.
it_suggestions TYPE /AWS1/CL_PP2RCSSUGGESTEDACTION=>TT_RCSCARDSUGGESTEDACTIONLIST TT_RCSCARDSUGGESTEDACTIONLIST¶
Card-level suggested actions. Maximum 4 suggestions per card.
Queryable Attributes¶
Title¶
The title of the card. Maximum 200 characters.
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 |
Description¶
The description text of the card. Maximum 2000 characters.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
Media¶
The media content of the card, including the file URL, optional thumbnail, and display height.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEDIA() |
Getter for MEDIA |
Suggestions¶
Card-level suggested actions. Maximum 4 suggestions per card.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUGGESTIONS() |
Getter for SUGGESTIONS, with configurable default |
ASK_SUGGESTIONS() |
Getter for SUGGESTIONS w/ exceptions if field has no value |
HAS_SUGGESTIONS() |
Determine if SUGGESTIONS has a value |