/AWS1/CL_ATHDATUM¶
A piece of data (a field in the table).
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_varcharvalue TYPE /AWS1/ATHDATUMSTRING /AWS1/ATHDATUMSTRING¶
The value of the datum.
Queryable Attributes¶
VarCharValue¶
The value of the datum.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VARCHARVALUE() |
Getter for VARCHARVALUE, with configurable default |
ASK_VARCHARVALUE() |
Getter for VARCHARVALUE w/ exceptions if field has no value |
HAS_VARCHARVALUE() |
Determine if VARCHARVALUE 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_DATUMLIST¶
TYPES TT_DATUMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ATHDATUM WITH DEFAULT KEY
.