Skip to content

/AWS1/CL_LM2BOTANALYZERREC

Contains a recommendation for bot optimization identified by the Bot Analyzer.

CONSTRUCTOR

IMPORTING

Required arguments:

io_issuelocation TYPE REF TO /AWS1/CL_LM2ISSUELOCATION /AWS1/CL_LM2ISSUELOCATION

The location information for the identified issue within the bot configuration.

iv_priority TYPE /AWS1/LM2PRIORITY /AWS1/LM2PRIORITY

The priority level of the recommendation.

Valid Values: High | Medium | Low

iv_issuedescription TYPE /AWS1/LM2DESCRIPTION /AWS1/LM2DESCRIPTION

A detailed description of the identified configuration issue.

iv_proposedfix TYPE /AWS1/LM2DESCRIPTION /AWS1/LM2DESCRIPTION

The recommended solution to address the identified issue.


Queryable Attributes

issueLocation

The location information for the identified issue within the bot configuration.

Accessible with the following methods

Method Description
GET_ISSUELOCATION() Getter for ISSUELOCATION

priority

The priority level of the recommendation.

Valid Values: High | Medium | Low

Accessible with the following methods

Method Description
GET_PRIORITY() Getter for PRIORITY, with configurable default
ASK_PRIORITY() Getter for PRIORITY w/ exceptions if field has no value
HAS_PRIORITY() Determine if PRIORITY has a value

issueDescription

A detailed description of the identified configuration issue.

Accessible with the following methods

Method Description
GET_ISSUEDESCRIPTION() Getter for ISSUEDESCRIPTION, with configurable default
ASK_ISSUEDESCRIPTION() Getter for ISSUEDESCRIPTION w/ exceptions if field has no va
HAS_ISSUEDESCRIPTION() Determine if ISSUEDESCRIPTION has a value

proposedFix

The recommended solution to address the identified issue.

Accessible with the following methods

Method Description
GET_PROPOSEDFIX() Getter for PROPOSEDFIX, with configurable default
ASK_PROPOSEDFIX() Getter for PROPOSEDFIX w/ exceptions if field has no value
HAS_PROPOSEDFIX() Determine if PROPOSEDFIX 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_BOTANALYZERRECLIST

TYPES TT_BOTANALYZERRECLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LM2BOTANALYZERREC WITH DEFAULT KEY
.