Skip to content

/AWS1/CL_QSTDATETIMEPARAMETER

A date-time parameter.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/QSTNONEMPTYSTRING /AWS1/QSTNONEMPTYSTRING

A display name for the date-time parameter.

IT_VALUES TYPE /AWS1/CL_QSTSENSITIVETSMPLST_W=>TT_SENSITIVETIMESTAMPLIST TT_SENSITIVETIMESTAMPLIST

The values for the date-time parameter.


Queryable Attributes

Name

A display name for the date-time parameter.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

Values

The values for the date-time parameter.

Accessible with the following methods

Method Description
GET_VALUES() Getter for VALUES, with configurable default
ASK_VALUES() Getter for VALUES w/ exceptions if field has no value
HAS_VALUES() Determine if VALUES 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_DATETIMEPARAMETERLIST

TYPES TT_DATETIMEPARAMETERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTDATETIMEPARAMETER WITH DEFAULT KEY
.