Skip to content

/AWS1/CL_BDNTRACELOCATION

Information about where trace data is stored for debugging and monitoring.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_locationtype TYPE /AWS1/BDNTRACELOCATIONTYPE /AWS1/BDNTRACELOCATIONTYPE

The type of storage location for the trace data.

iv_location TYPE /AWS1/BDNNONBLANKSTRING /AWS1/BDNNONBLANKSTRING

The specific location where the trace data is stored.


Queryable Attributes

locationType

The type of storage location for the trace data.

Accessible with the following methods

Method Description
GET_LOCATIONTYPE() Getter for LOCATIONTYPE, with configurable default
ASK_LOCATIONTYPE() Getter for LOCATIONTYPE w/ exceptions if field has no value
HAS_LOCATIONTYPE() Determine if LOCATIONTYPE has a value

location

The specific location where the trace data is stored.

Accessible with the following methods

Method Description
GET_LOCATION() Getter for LOCATION, with configurable default
ASK_LOCATION() Getter for LOCATION w/ exceptions if field has no value
HAS_LOCATION() Determine if LOCATION has a value