Skip to content

/AWS1/CL_CWSLOCATIONIDENTIFIER

Union type for identifying an instrumentation configuration by code location or locationHash. Used in Get/Delete/GetStatus operations to allow flexible identification.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_codelocation TYPE REF TO /AWS1/CL_CWSCODELOCATION /AWS1/CL_CWSCODELOCATION

The full code location specification (will be hashed internally)

iv_locationhash TYPE /AWS1/CWSSTRING /AWS1/CWSSTRING

The pre-computed location hash (16-character hex string)


Queryable Attributes

CodeLocation

The full code location specification (will be hashed internally)

Accessible with the following methods

Method Description
GET_CODELOCATION() Getter for CODELOCATION

LocationHash

The pre-computed location hash (16-character hex string)

Accessible with the following methods

Method Description
GET_LOCATIONHASH() Getter for LOCATIONHASH, with configurable default
ASK_LOCATIONHASH() Getter for LOCATIONHASH w/ exceptions if field has no value
HAS_LOCATIONHASH() Determine if LOCATIONHASH has a value