/AWS1/CL_QSTHEADERFOOTERSECT00¶
The configuration of a header or footer section.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sectionid TYPE /AWS1/QSTSHORTRESTRICTIVERES00 /AWS1/QSTSHORTRESTRICTIVERES00¶
The unique identifier of the header or footer section.
io_layout TYPE REF TO /AWS1/CL_QSTSECTIONLAYOUTCONF /AWS1/CL_QSTSECTIONLAYOUTCONF¶
The layout configuration of the header or footer section.
Optional arguments:¶
io_style TYPE REF TO /AWS1/CL_QSTSECTIONSTYLE /AWS1/CL_QSTSECTIONSTYLE¶
The style options of a header or footer section.
Queryable Attributes¶
SectionId¶
The unique identifier of the header or footer 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 |
Layout¶
The layout configuration of the header or footer section.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAYOUT() |
Getter for LAYOUT |
Style¶
The style options of a header or footer section.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STYLE() |
Getter for STYLE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_HEADERFOOTERSECTIONCONFLIST¶
TYPES TT_HEADERFOOTERSECTIONCONFLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTHEADERFOOTERSECT00 WITH DEFAULT KEY
.