Skip to content

/AWS1/CL_IOA=>BATCHPUTMESSAGE()

About BatchPutMessage

Sends messages to a channel.

Method Signature

IMPORTING

Required arguments:

IV_CHANNELNAME TYPE /AWS1/IOACHANNELNAME /AWS1/IOACHANNELNAME

The name of the channel where the messages are sent.

IT_MESSAGES TYPE /AWS1/CL_IOAMESSAGE=>TT_MESSAGES TT_MESSAGES

The list of messages to be sent. Each message has the format: { "messageId": "string", "payload": "string"}.

The field names of message payloads (data) that you send to IoT Analytics:

  • Must contain only alphanumeric characters and undescores (). No other special characters are allowed.

  • Must begin with an alphabetic character or single underscore ().

  • Cannot contain hyphens (-).

  • In regular expression terms: "^A-Za-z_$".

  • Cannot be more than 255 characters.

  • Are case insensitive. (Fields named foo and FOO in the same payload are considered duplicates.)

For example, {"temp_01": 29} or {"_temp_01": 29} are valid, but {"temp-01": 29}, {"01_temp": 29} or {"__temp_01": 29} are invalid in message payloads.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_IOABATCHPUTMESSAGERSP /AWS1/CL_IOABATCHPUTMESSAGERSP