/AWS1/CL_FDTFIELDVALIDATIONMSG¶
The message details.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_fieldname TYPE /AWS1/FDTSTRING /AWS1/FDTSTRING¶
The field name.
iv_identifier TYPE /AWS1/FDTSTRING /AWS1/FDTSTRING¶
The message ID.
iv_title TYPE /AWS1/FDTSTRING /AWS1/FDTSTRING¶
The message title.
iv_content TYPE /AWS1/FDTSTRING /AWS1/FDTSTRING¶
The message content.
iv_type TYPE /AWS1/FDTSTRING /AWS1/FDTSTRING¶
The message type.
Queryable Attributes¶
fieldName¶
The field name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIELDNAME() |
Getter for FIELDNAME, with configurable default |
ASK_FIELDNAME() |
Getter for FIELDNAME w/ exceptions if field has no value |
HAS_FIELDNAME() |
Determine if FIELDNAME has a value |
identifier¶
The message ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDENTIFIER() |
Getter for IDENTIFIER, with configurable default |
ASK_IDENTIFIER() |
Getter for IDENTIFIER w/ exceptions if field has no value |
HAS_IDENTIFIER() |
Determine if IDENTIFIER has a value |
title¶
The message title.
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 |
content¶
The message content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENT() |
Getter for CONTENT, with configurable default |
ASK_CONTENT() |
Getter for CONTENT w/ exceptions if field has no value |
HAS_CONTENT() |
Determine if CONTENT has a value |
type¶
The message type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE 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_FIELDVALIDATIONMESSAGELIST¶
TYPES TT_FIELDVALIDATIONMESSAGELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_FDTFIELDVALIDATIONMSG WITH DEFAULT KEY
.