Skip to content

/AWS1/CL_QQCANNOTATION

An annotation that provides additional context or metadata.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_title TYPE /AWS1/QQCSTRING /AWS1/QQCSTRING

The title of the annotation.

iv_destructivehint TYPE /AWS1/QQCBOOLEAN /AWS1/QQCBOOLEAN

A hint indicating that the annotation contains potentially destructive content.


Queryable Attributes

title

The title of the annotation.

Accessible with the following methods

Method Description
GET_TITLE() Getter for TITLE, with configurable default
ASK_TITLE() Getter for TITLE w/ exceptions if field has no value
HAS_TITLE() Determine if TITLE has a value

destructiveHint

A hint indicating that the annotation contains potentially destructive content.

Accessible with the following methods

Method Description
GET_DESTRUCTIVEHINT() Getter for DESTRUCTIVEHINT, with configurable default
ASK_DESTRUCTIVEHINT() Getter for DESTRUCTIVEHINT w/ exceptions if field has no val
HAS_DESTRUCTIVEHINT() Determine if DESTRUCTIVEHINT has a value