Skip to content

/AWS1/CL_NEDEXECUTEFASTRESET01

ExecuteFastResetOutput

CONSTRUCTOR

IMPORTING

Required arguments:

IV_STATUS TYPE /AWS1/NEDSTRING /AWS1/NEDSTRING

The status is only returned for the performDatabaseReset action, and indicates whether or not the fast reset rquest is accepted.

Optional arguments:

IO_PAYLOAD TYPE REF TO /AWS1/CL_NEDFASTRESETTOKEN /AWS1/CL_NEDFASTRESETTOKEN

The payload is only returned by the initiateDatabaseReset action, and contains the unique token to use with the performDatabaseReset action to make the reset occur.


Queryable Attributes

status

The status is only returned for the performDatabaseReset action, and indicates whether or not the fast reset rquest is accepted.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

payload

The payload is only returned by the initiateDatabaseReset action, and contains the unique token to use with the performDatabaseReset action to make the reset occur.

Accessible with the following methods

Method Description
GET_PAYLOAD() Getter for PAYLOAD