/AWS1/CL_LOMTIMESTAMPCOLUMN¶
Contains information about the column used to track time in a source data file.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_columnname TYPE /AWS1/LOMCOLUMNNAME /AWS1/LOMCOLUMNNAME¶
The name of the timestamp column.
iv_columnformat TYPE /AWS1/LOMDATETIMEFORMAT /AWS1/LOMDATETIMEFORMAT¶
The format of the timestamp column.
Queryable Attributes¶
ColumnName¶
The name of the timestamp column.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLUMNNAME() |
Getter for COLUMNNAME, with configurable default |
ASK_COLUMNNAME() |
Getter for COLUMNNAME w/ exceptions if field has no value |
HAS_COLUMNNAME() |
Determine if COLUMNNAME has a value |
ColumnFormat¶
The format of the timestamp column.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLUMNFORMAT() |
Getter for COLUMNFORMAT, with configurable default |
ASK_COLUMNFORMAT() |
Getter for COLUMNFORMAT w/ exceptions if field has no value |
HAS_COLUMNFORMAT() |
Determine if COLUMNFORMAT has a value |