/AWS1/CL_PP2REGSECTIONDEFN¶
Provides information on the specified section definition.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sectionpath TYPE /AWS1/PP2SECTIONPATH /AWS1/PP2SECTIONPATH¶
The path to the section of the registration.
io_displayhints TYPE REF TO /AWS1/CL_PP2REGSECTIONDSPHINTS /AWS1/CL_PP2REGSECTIONDSPHINTS¶
The path to the section of the registration.
Queryable Attributes¶
SectionPath¶
The path to the section of the registration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECTIONPATH() |
Getter for SECTIONPATH, with configurable default |
ASK_SECTIONPATH() |
Getter for SECTIONPATH w/ exceptions if field has no value |
HAS_SECTIONPATH() |
Determine if SECTIONPATH has a value |
DisplayHints¶
The path to the section of the registration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYHINTS() |
Getter for DISPLAYHINTS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_REGSECTIONDEFINITIONLIST¶
TYPES TT_REGSECTIONDEFINITIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PP2REGSECTIONDEFN WITH DEFAULT KEY
.