Skip to content

/AWS1/CL_RDSRECOMMENDEDACTUPD

The recommended status to update for the specified recommendation action ID.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_ACTIONID TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

A unique identifier of the updated recommendation action.

IV_STATUS TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

The status of the updated recommendation action.

  • applied

  • scheduled


Queryable Attributes

ActionId

A unique identifier of the updated recommendation action.

Accessible with the following methods

Method Description
GET_ACTIONID() Getter for ACTIONID, with configurable default
ASK_ACTIONID() Getter for ACTIONID w/ exceptions if field has no value
HAS_ACTIONID() Determine if ACTIONID has a value

Status

The status of the updated recommendation action.

  • applied

  • scheduled

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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_RECOMMENDEDACTIONUPDATELIST

TYPES TT_RECOMMENDEDACTIONUPDATELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RDSRECOMMENDEDACTUPD WITH DEFAULT KEY
.