/AWS1/CL_TCBPROBLEMDETAILS¶
Details related to problems with AWS TNB resources.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_detail TYPE /AWS1/TCBSTRING /AWS1/TCBSTRING¶
A human-readable explanation specific to this occurrence of the problem.
Optional arguments:¶
iv_title TYPE /AWS1/TCBSTRING /AWS1/TCBSTRING¶
A human-readable title of the problem type.
Queryable Attributes¶
detail¶
A human-readable explanation specific to this occurrence of the problem.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DETAIL() |
Getter for DETAIL, with configurable default |
ASK_DETAIL() |
Getter for DETAIL w/ exceptions if field has no value |
HAS_DETAIL() |
Determine if DETAIL has a value |
title¶
A human-readable title of the problem type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TITLE() |
Getter for TITLE, with configurable default |
ASK_TITLE() |
Getter for TITLE w/ exceptions if field has no value |
HAS_TITLE() |
Determine if TITLE has a value |