/AWS1/CL_NEDEXECUTEFASTRESET01¶
ExecuteFastResetOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_status TYPE /AWS1/NEDSTRING /AWS1/NEDSTRING¶
The
statusis only returned for theperformDatabaseResetaction, 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
payloadis only returned by theinitiateDatabaseResetaction, and contains the unique token to use with theperformDatabaseResetaction to make the reset occur.
Queryable Attributes¶
status¶
The
statusis only returned for theperformDatabaseResetaction, 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
payloadis only returned by theinitiateDatabaseResetaction, and contains the unique token to use with theperformDatabaseResetaction to make the reset occur.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAYLOAD() |
Getter for PAYLOAD |