Skip to content

/AWS1/CL_RPPGETCHANNELOUTPUT

GetChannelOutput

CONSTRUCTOR

IMPORTING

Required arguments:

iv_spaceid TYPE /AWS1/RPPSPACEID /AWS1/RPPSPACEID

The unique ID of the private re:Post.

iv_channelid TYPE /AWS1/RPPCHANNELID /AWS1/RPPCHANNELID

The unique ID of the private re:Post channel.

iv_channelname TYPE /AWS1/RPPCHANNELNAME /AWS1/RPPCHANNELNAME

The name for the channel. This must be unique per private re:Post.

iv_createdatetime TYPE /AWS1/RPPTIMESTAMP /AWS1/RPPTIMESTAMP

The date when the channel was created.

iv_channelstatus TYPE /AWS1/RPPCHANNELSTATUS /AWS1/RPPCHANNELSTATUS

The status pf the channel.

Optional arguments:

iv_channeldescription TYPE /AWS1/RPPCHANNELDESCRIPTION /AWS1/RPPCHANNELDESCRIPTION

A description for the channel. This is used only to help you identify this channel.

iv_deletedatetime TYPE /AWS1/RPPTIMESTAMP /AWS1/RPPTIMESTAMP

The date when the channel was deleted.

it_channelroles TYPE /AWS1/CL_RPPCHANNELROLELIST_W=>TT_CHANNELROLES TT_CHANNELROLES

The channel roles associated to the users and groups of the channel.


Queryable Attributes

spaceId

The unique ID of the private re:Post.

Accessible with the following methods

Method Description
GET_SPACEID() Getter for SPACEID, with configurable default
ASK_SPACEID() Getter for SPACEID w/ exceptions if field has no value
HAS_SPACEID() Determine if SPACEID has a value

channelId

The unique ID of the private re:Post channel.

Accessible with the following methods

Method Description
GET_CHANNELID() Getter for CHANNELID, with configurable default
ASK_CHANNELID() Getter for CHANNELID w/ exceptions if field has no value
HAS_CHANNELID() Determine if CHANNELID has a value

channelName

The name for the channel. This must be unique per private re:Post.

Accessible with the following methods

Method Description
GET_CHANNELNAME() Getter for CHANNELNAME, with configurable default
ASK_CHANNELNAME() Getter for CHANNELNAME w/ exceptions if field has no value
HAS_CHANNELNAME() Determine if CHANNELNAME has a value

channelDescription

A description for the channel. This is used only to help you identify this channel.

Accessible with the following methods

Method Description
GET_CHANNELDESCRIPTION() Getter for CHANNELDESCRIPTION, with configurable default
ASK_CHANNELDESCRIPTION() Getter for CHANNELDESCRIPTION w/ exceptions if field has no
HAS_CHANNELDESCRIPTION() Determine if CHANNELDESCRIPTION has a value

createDateTime

The date when the channel was created.

Accessible with the following methods

Method Description
GET_CREATEDATETIME() Getter for CREATEDATETIME, with configurable default
ASK_CREATEDATETIME() Getter for CREATEDATETIME w/ exceptions if field has no valu
HAS_CREATEDATETIME() Determine if CREATEDATETIME has a value

deleteDateTime

The date when the channel was deleted.

Accessible with the following methods

Method Description
GET_DELETEDATETIME() Getter for DELETEDATETIME, with configurable default
ASK_DELETEDATETIME() Getter for DELETEDATETIME w/ exceptions if field has no valu
HAS_DELETEDATETIME() Determine if DELETEDATETIME has a value

channelRoles

The channel roles associated to the users and groups of the channel.

Accessible with the following methods

Method Description
GET_CHANNELROLES() Getter for CHANNELROLES, with configurable default
ASK_CHANNELROLES() Getter for CHANNELROLES w/ exceptions if field has no value
HAS_CHANNELROLES() Determine if CHANNELROLES has a value

channelStatus

The status pf the channel.

Accessible with the following methods

Method Description
GET_CHANNELSTATUS() Getter for CHANNELSTATUS, with configurable default
ASK_CHANNELSTATUS() Getter for CHANNELSTATUS w/ exceptions if field has no value
HAS_CHANNELSTATUS() Determine if CHANNELSTATUS has a value