/AWS1/CL_SNBDEPENDENTSERVICE¶
The name and version of the service dependant on the requested service.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_servicename TYPE /AWS1/SNBSERVICENAME /AWS1/SNBSERVICENAME¶
The name of the dependent service.
io_serviceversion TYPE REF TO /AWS1/CL_SNBSERVICEVERSION /AWS1/CL_SNBSERVICEVERSION¶
The version of the dependent service.
Queryable Attributes¶
ServiceName¶
The name of the dependent service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICENAME() |
Getter for SERVICENAME, with configurable default |
ASK_SERVICENAME() |
Getter for SERVICENAME w/ exceptions if field has no value |
HAS_SERVICENAME() |
Determine if SERVICENAME has a value |
ServiceVersion¶
The version of the dependent service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEVERSION() |
Getter for SERVICEVERSION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DEPENDENTSERVICELIST¶
TYPES TT_DEPENDENTSERVICELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SNBDEPENDENTSERVICE WITH DEFAULT KEY
.