/AWS1/CL_QSTBODYSECTIONCONF¶
The configuration of a body section.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sectionid TYPE /AWS1/QSTSHORTRESTRICTIVERES00 /AWS1/QSTSHORTRESTRICTIVERES00¶
The unique identifier of a body section.
io_content TYPE REF TO /AWS1/CL_QSTBODYSECTIONCONTENT /AWS1/CL_QSTBODYSECTIONCONTENT¶
The configuration of content in a body section.
Optional arguments:¶
io_style TYPE REF TO /AWS1/CL_QSTSECTIONSTYLE /AWS1/CL_QSTSECTIONSTYLE¶
The style options of a body section.
io_pagebreakconfiguration TYPE REF TO /AWS1/CL_QSTSECTIONPAGEBREAK00 /AWS1/CL_QSTSECTIONPAGEBREAK00¶
The configuration of a page break for a section.
io_repeatconfiguration TYPE REF TO /AWS1/CL_QSTBODYSECTIONREPEA00 /AWS1/CL_QSTBODYSECTIONREPEA00¶
Describes the configurations that are required to declare a section as repeating.
Queryable Attributes¶
SectionId¶
The unique identifier of a body section.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECTIONID() |
Getter for SECTIONID, with configurable default |
ASK_SECTIONID() |
Getter for SECTIONID w/ exceptions if field has no value |
HAS_SECTIONID() |
Determine if SECTIONID has a value |
Content¶
The configuration of content in a body section.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENT() |
Getter for CONTENT |
Style¶
The style options of a body section.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STYLE() |
Getter for STYLE |
PageBreakConfiguration¶
The configuration of a page break for a section.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAGEBREAKCONFIGURATION() |
Getter for PAGEBREAKCONFIGURATION |
RepeatConfiguration¶
Describes the configurations that are required to declare a section as repeating.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPEATCONFIGURATION() |
Getter for REPEATCONFIGURATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BODYSECTIONCONFLIST¶
TYPES TT_BODYSECTIONCONFLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTBODYSECTIONCONF WITH DEFAULT KEY
.