/AWS1/CL_REHUPRECOMMENDATION00¶
Defines the operational recommendation item that is to be included or excluded.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_entryid
TYPE /AWS1/REHSTRING255
/AWS1/REHSTRING255
¶
An identifier for an entry in this batch that is used to communicate the result.
The
entryId
s of a batch request need to be unique within a request.
iv_referenceid
TYPE /AWS1/REHSPECREFERENCEID
/AWS1/REHSPECREFERENCEID
¶
Reference identifier of the operational recommendation item.
iv_excluded
TYPE /AWS1/REHBOOLEANOPTIONAL
/AWS1/REHBOOLEANOPTIONAL
¶
Indicates if the operational recommendation needs to be excluded. If set to True, the operational recommendation will be excluded.
Optional arguments:¶
io_item
TYPE REF TO /AWS1/CL_REHUPRECOMMENDATION01
/AWS1/CL_REHUPRECOMMENDATION01
¶
The operational recommendation item.
iv_appcomponentid
TYPE /AWS1/REHENTITYNAME255
/AWS1/REHENTITYNAME255
¶
Indicates the identifier of the AppComponent.
iv_excludereason
TYPE /AWS1/REHEXCLUDERECOMMENDATI00
/AWS1/REHEXCLUDERECOMMENDATI00
¶
Indicates the reason for excluding an operational recommendation.
Queryable Attributes¶
entryId¶
An identifier for an entry in this batch that is used to communicate the result.
The
entryId
s of a batch request need to be unique within a request.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENTRYID() |
Getter for ENTRYID, with configurable default |
ASK_ENTRYID() |
Getter for ENTRYID w/ exceptions if field has no value |
HAS_ENTRYID() |
Determine if ENTRYID has a value |
referenceId¶
Reference identifier of the operational recommendation item.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REFERENCEID() |
Getter for REFERENCEID, with configurable default |
ASK_REFERENCEID() |
Getter for REFERENCEID w/ exceptions if field has no value |
HAS_REFERENCEID() |
Determine if REFERENCEID has a value |
item¶
The operational recommendation item.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ITEM() |
Getter for ITEM |
excluded¶
Indicates if the operational recommendation needs to be excluded. If set to True, the operational recommendation will be excluded.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EXCLUDED() |
Getter for EXCLUDED, with configurable default |
ASK_EXCLUDED() |
Getter for EXCLUDED w/ exceptions if field has no value |
HAS_EXCLUDED() |
Determine if EXCLUDED has a value |
appComponentId¶
Indicates the identifier of the AppComponent.
Accessible with the following methods¶
Method | Description |
---|---|
GET_APPCOMPONENTID() |
Getter for APPCOMPONENTID, with configurable default |
ASK_APPCOMPONENTID() |
Getter for APPCOMPONENTID w/ exceptions if field has no valu |
HAS_APPCOMPONENTID() |
Determine if APPCOMPONENTID has a value |
excludeReason¶
Indicates the reason for excluding an operational recommendation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EXCLUDEREASON() |
Getter for EXCLUDEREASON, with configurable default |
ASK_EXCLUDEREASON() |
Getter for EXCLUDEREASON w/ exceptions if field has no value |
HAS_EXCLUDEREASON() |
Determine if EXCLUDEREASON 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_UPRECOMMENDATIONSTATREQEN00
¶
TYPES TT_UPRECOMMENDATIONSTATREQEN00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_REHUPRECOMMENDATION00 WITH DEFAULT KEY
.