/AWS1/CL_BDTOUTPUTSEGMENT¶
Results for an output segment
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_customoutputstatus TYPE /AWS1/BDTCUSTOMOUTPUTSTATUS /AWS1/BDTCUSTOMOUTPUTSTATUS¶
Status of blueprint match
iv_customoutput TYPE /AWS1/BDTSTRING /AWS1/BDTSTRING¶
Custom output response
iv_standardoutput TYPE /AWS1/BDTSTRING /AWS1/BDTSTRING¶
Standard output response
Queryable Attributes¶
customOutputStatus¶
Status of blueprint match
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMOUTPUTSTATUS() |
Getter for CUSTOMOUTPUTSTATUS, with configurable default |
ASK_CUSTOMOUTPUTSTATUS() |
Getter for CUSTOMOUTPUTSTATUS w/ exceptions if field has no |
HAS_CUSTOMOUTPUTSTATUS() |
Determine if CUSTOMOUTPUTSTATUS has a value |
customOutput¶
Custom output response
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMOUTPUT() |
Getter for CUSTOMOUTPUT, with configurable default |
ASK_CUSTOMOUTPUT() |
Getter for CUSTOMOUTPUT w/ exceptions if field has no value |
HAS_CUSTOMOUTPUT() |
Determine if CUSTOMOUTPUT has a value |
standardOutput¶
Standard output response
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STANDARDOUTPUT() |
Getter for STANDARDOUTPUT, with configurable default |
ASK_STANDARDOUTPUT() |
Getter for STANDARDOUTPUT w/ exceptions if field has no valu |
HAS_STANDARDOUTPUT() |
Determine if STANDARDOUTPUT 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_OUTPUTSEGMENTLIST¶
TYPES TT_OUTPUTSEGMENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDTOUTPUTSEGMENT WITH DEFAULT KEY
.