Skip to content

/AWS1/CL_SESMESSAGE

Represents the message to be sent, composed of a subject and a body.

CONSTRUCTOR

IMPORTING

Required arguments:

io_subject TYPE REF TO /AWS1/CL_SESCONTENT /AWS1/CL_SESCONTENT

The subject of the message: A short summary of the content, which appears in the recipient's inbox.

io_body TYPE REF TO /AWS1/CL_SESBODY /AWS1/CL_SESBODY

The message body.


Queryable Attributes

Subject

The subject of the message: A short summary of the content, which appears in the recipient's inbox.

Accessible with the following methods

Method Description
GET_SUBJECT() Getter for SUBJECT

Body

The message body.

Accessible with the following methods

Method Description
GET_BODY() Getter for BODY