Short Message

Use

You can send a short message in a step by calling the following method of the class CL_BCS.

SHORT_MESSAGE

You can use this method to send a short message with one or more attachments. The send screen of the short message is called, on which users can create a text, specify the recipients and send attributes, and initiate sending.

Import parameters

The optional parameters - with the exception of the application object - serve as presettings. The user can change them on the send screen.

  • I_SUBJECT 50-character document title

  • I_TEXT (optional) Message text

  • I_RECIPIENT (optional) Table with the recipients

  • I_ATTACHMENT (optional) Table with the attachments

  • I_APPL_OBJECT (optional) Application object that is to be related to the message sent

You can display the send screen as a dialog box by specifying the coordinates (I_STARTING_AT_X, I_STARTING_AT_Y, I_ENDING_AT_X, I_ENDING_AT_Y).

Return parameters

  • RESULT Send request (reference to an instance of the class CL_BCL)