/AWS1/CL_PPTINAPPMESSAGECONT¶
The configuration for the message content.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_backgroundcolor TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING¶
The background color for the message.
io_bodyconfig TYPE REF TO /AWS1/CL_PPTINAPPMSGBODYCONFIG /AWS1/CL_PPTINAPPMSGBODYCONFIG¶
The configuration for the message body.
io_headerconfig TYPE REF TO /AWS1/CL_PPTINAPPMSGHEADERCFG /AWS1/CL_PPTINAPPMSGHEADERCFG¶
The configuration for the message header.
iv_imageurl TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING¶
The image url for the background of message.
io_primarybtn TYPE REF TO /AWS1/CL_PPTINAPPMESSAGEBUTTON /AWS1/CL_PPTINAPPMESSAGEBUTTON¶
The first button inside the message.
io_secondarybtn TYPE REF TO /AWS1/CL_PPTINAPPMESSAGEBUTTON /AWS1/CL_PPTINAPPMESSAGEBUTTON¶
The second button inside message.
Queryable Attributes¶
BackgroundColor¶
The background color for the message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BACKGROUNDCOLOR() |
Getter for BACKGROUNDCOLOR, with configurable default |
ASK_BACKGROUNDCOLOR() |
Getter for BACKGROUNDCOLOR w/ exceptions if field has no val |
HAS_BACKGROUNDCOLOR() |
Determine if BACKGROUNDCOLOR has a value |
BodyConfig¶
The configuration for the message body.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BODYCONFIG() |
Getter for BODYCONFIG |
HeaderConfig¶
The configuration for the message header.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HEADERCONFIG() |
Getter for HEADERCONFIG |
ImageUrl¶
The image url for the background of message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGEURL() |
Getter for IMAGEURL, with configurable default |
ASK_IMAGEURL() |
Getter for IMAGEURL w/ exceptions if field has no value |
HAS_IMAGEURL() |
Determine if IMAGEURL has a value |
PrimaryBtn¶
The first button inside the message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRIMARYBTN() |
Getter for PRIMARYBTN |
SecondaryBtn¶
The second button inside message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECONDARYBTN() |
Getter for SECONDARYBTN |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_LISTOFINAPPMESSAGECONTENT¶
TYPES TT_LISTOFINAPPMESSAGECONTENT TYPE STANDARD TABLE OF REF TO /AWS1/CL_PPTINAPPMESSAGECONT WITH DEFAULT KEY
.