Skip to content

/AWS1/CL_REVSERVICEREFERENCE

A reference to a service by ID and name.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_serviceid TYPE /AWS1/REVSTRING /AWS1/REVSTRING

The identifier of the referenced service.

iv_servicename TYPE /AWS1/REVSTRING /AWS1/REVSTRING

The name of the referenced service.


Queryable Attributes

serviceId

The identifier of the referenced service.

Accessible with the following methods

Method Description
GET_SERVICEID() Getter for SERVICEID, with configurable default
ASK_SERVICEID() Getter for SERVICEID w/ exceptions if field has no value
HAS_SERVICEID() Determine if SERVICEID has a value

serviceName

The name of the referenced 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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_SERVICEREFERENCELIST

TYPES TT_SERVICEREFERENCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REVSERVICEREFERENCE WITH DEFAULT KEY
.