/AWS1/CL_GERROUTESIGNPOSTLABEL¶
Labels presented on the sign post.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_routenumber TYPE REF TO /AWS1/CL_GERROUTENUMBER /AWS1/CL_GERROUTENUMBER¶
Route number of the road.
io_text TYPE REF TO /AWS1/CL_GERLOCALIZEDSTRING /AWS1/CL_GERLOCALIZEDSTRING¶
The Signpost text.
Queryable Attributes¶
RouteNumber¶
Route number of the road.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROUTENUMBER() |
Getter for ROUTENUMBER |
Text¶
The Signpost text.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXT() |
Getter for TEXT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ROUTESIGNPOSTLABELLIST¶
TYPES TT_ROUTESIGNPOSTLABELLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GERROUTESIGNPOSTLABEL WITH DEFAULT KEY
.