Skip to content

/AWS1/CL_BCRRECOMMENDEDACTION

Describes a specific recommended action.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_id TYPE /AWS1/BCRSTRING /AWS1/BCRSTRING

The ID for the recommended action.

iv_type TYPE /AWS1/BCRACTIONTYPE /AWS1/BCRACTIONTYPE

The type of action you can take by adopting the recommended action.

iv_accountid TYPE /AWS1/BCRACCOUNTID /AWS1/BCRACCOUNTID

The account that the recommended action is for.

iv_severity TYPE /AWS1/BCRSEVERITY /AWS1/BCRSEVERITY

The severity associated with the recommended action.

iv_feature TYPE /AWS1/BCRFEATURE /AWS1/BCRFEATURE

The feature associated with the recommended action.

it_context TYPE /AWS1/CL_BCRCONTEXT_W=>TT_CONTEXT TT_CONTEXT

Context that applies to the recommended action.

it_nextsteps TYPE /AWS1/CL_BCRNEXTSTEPS_W=>TT_NEXTSTEPS TT_NEXTSTEPS

The possible next steps to execute the recommended action.

iv_lastupdatedtimestamp TYPE /AWS1/BCRSTRING /AWS1/BCRSTRING

The time when the recommended action status was last updated.


Queryable Attributes

id

The ID for the recommended action.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

type

The type of action you can take by adopting the recommended action.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

accountId

The account that the recommended action is for.

Accessible with the following methods

Method Description
GET_ACCOUNTID() Getter for ACCOUNTID, with configurable default
ASK_ACCOUNTID() Getter for ACCOUNTID w/ exceptions if field has no value
HAS_ACCOUNTID() Determine if ACCOUNTID has a value

severity

The severity associated with the recommended action.

Accessible with the following methods

Method Description
GET_SEVERITY() Getter for SEVERITY, with configurable default
ASK_SEVERITY() Getter for SEVERITY w/ exceptions if field has no value
HAS_SEVERITY() Determine if SEVERITY has a value

feature

The feature associated with the recommended action.

Accessible with the following methods

Method Description
GET_FEATURE() Getter for FEATURE, with configurable default
ASK_FEATURE() Getter for FEATURE w/ exceptions if field has no value
HAS_FEATURE() Determine if FEATURE has a value

context

Context that applies to the recommended action.

Accessible with the following methods

Method Description
GET_CONTEXT() Getter for CONTEXT, with configurable default
ASK_CONTEXT() Getter for CONTEXT w/ exceptions if field has no value
HAS_CONTEXT() Determine if CONTEXT has a value

nextSteps

The possible next steps to execute the recommended action.

Accessible with the following methods

Method Description
GET_NEXTSTEPS() Getter for NEXTSTEPS, with configurable default
ASK_NEXTSTEPS() Getter for NEXTSTEPS w/ exceptions if field has no value
HAS_NEXTSTEPS() Determine if NEXTSTEPS has a value

lastUpdatedTimeStamp

The time when the recommended action status was last updated.

Accessible with the following methods

Method Description
GET_LASTUPDATEDTIMESTAMP() Getter for LASTUPDATEDTIMESTAMP, with configurable default
ASK_LASTUPDATEDTIMESTAMP() Getter for LASTUPDATEDTIMESTAMP w/ exceptions if field has n
HAS_LASTUPDATEDTIMESTAMP() Determine if LASTUPDATEDTIMESTAMP 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_RECOMMENDEDACTIONS

TYPES TT_RECOMMENDEDACTIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BCRRECOMMENDEDACTION WITH DEFAULT KEY
.