Skip to content

/AWS1/CL_AUMCONTROLCOMMENT

A comment that's posted by a user on a control. This includes the author's name, the comment text, and a timestamp.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_authorname TYPE /AWS1/AUMUSERNAME /AWS1/AUMUSERNAME

The name of the user who authored the comment.

iv_commentbody TYPE /AWS1/AUMCONTROLCOMMENTBODY /AWS1/AUMCONTROLCOMMENTBODY

The body text of a control comment.

iv_posteddate TYPE /AWS1/AUMTIMESTAMP /AWS1/AUMTIMESTAMP

The time when the comment was posted.


Queryable Attributes

authorName

The name of the user who authored the comment.

Accessible with the following methods

Method Description
GET_AUTHORNAME() Getter for AUTHORNAME, with configurable default
ASK_AUTHORNAME() Getter for AUTHORNAME w/ exceptions if field has no value
HAS_AUTHORNAME() Determine if AUTHORNAME has a value

commentBody

The body text of a control comment.

Accessible with the following methods

Method Description
GET_COMMENTBODY() Getter for COMMENTBODY, with configurable default
ASK_COMMENTBODY() Getter for COMMENTBODY w/ exceptions if field has no value
HAS_COMMENTBODY() Determine if COMMENTBODY has a value

postedDate

The time when the comment was posted.

Accessible with the following methods

Method Description
GET_POSTEDDATE() Getter for POSTEDDATE, with configurable default
ASK_POSTEDDATE() Getter for POSTEDDATE w/ exceptions if field has no value
HAS_POSTEDDATE() Determine if POSTEDDATE has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_CONTROLCOMMENTS

TYPES TT_CONTROLCOMMENTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_AUMCONTROLCOMMENT WITH DEFAULT KEY
.