/AWS1/CL_REHFAILEDGRINGRECOM00¶
Indicates the accepted grouping recommendation whose implementation failed.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_groupingrecommendationid TYPE /AWS1/REHSTRING255 /AWS1/REHSTRING255¶
Indicates the identifier of the grouping recommendation.
iv_errormessage TYPE /AWS1/REHERRORMESSAGE /AWS1/REHERRORMESSAGE¶
Indicates the error that occurred while implementing a grouping recommendation.
Queryable Attributes¶
groupingRecommendationId¶
Indicates the identifier of the grouping recommendation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPINGRECOMMENDATIONID() |
Getter for GROUPINGRECOMMENDATIONID, with configurable defau |
ASK_GROUPINGRECOMMENDATIONID() |
Getter for GROUPINGRECOMMENDATIONID w/ exceptions if field h |
HAS_GROUPINGRECOMMENDATIONID() |
Determine if GROUPINGRECOMMENDATIONID has a value |
errorMessage¶
Indicates the error that occurred while implementing a grouping recommendation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE 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_FAILEDGRINGRECOMMENDATION00¶
TYPES TT_FAILEDGRINGRECOMMENDATION00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_REHFAILEDGRINGRECOM00 WITH DEFAULT KEY
.