Skip to content

/AWS1/CL_EVYLAUNCHEXECUTION

This structure contains information about the start and end times of the launch.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_startedtime TYPE /AWS1/EVYTIMESTAMP /AWS1/EVYTIMESTAMP

The date and time that the launch started.

iv_endedtime TYPE /AWS1/EVYTIMESTAMP /AWS1/EVYTIMESTAMP

The date and time that the launch ended.


Queryable Attributes

startedTime

The date and time that the launch started.

Accessible with the following methods

Method Description
GET_STARTEDTIME() Getter for STARTEDTIME, with configurable default
ASK_STARTEDTIME() Getter for STARTEDTIME w/ exceptions if field has no value
HAS_STARTEDTIME() Determine if STARTEDTIME has a value

endedTime

The date and time that the launch ended.

Accessible with the following methods

Method Description
GET_ENDEDTIME() Getter for ENDEDTIME, with configurable default
ASK_ENDEDTIME() Getter for ENDEDTIME w/ exceptions if field has no value
HAS_ENDEDTIME() Determine if ENDEDTIME has a value