/AWS1/CL_BDOCONTENTCONF¶
Defines what content to stream and at what level of detail.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/BDOCONTENTTYPE /AWS1/BDOCONTENTTYPE¶
Type of content to stream.
Optional arguments:¶
iv_level TYPE /AWS1/BDOCONTENTLEVEL /AWS1/BDOCONTENTLEVEL¶
Level of detail for streamed content.
Queryable Attributes¶
type¶
Type of content to stream.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
level¶
Level of detail for streamed content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LEVEL() |
Getter for LEVEL, with configurable default |
ASK_LEVEL() |
Getter for LEVEL w/ exceptions if field has no value |
HAS_LEVEL() |
Determine if LEVEL 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_CONTENTCONFIGURATIONLIST¶
TYPES TT_CONTENTCONFIGURATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOCONTENTCONF WITH DEFAULT KEY
.