Skip to content

/AWS1/CL_DSRCOMPUTER

Contains information about a computer account in a directory.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_computerid TYPE /AWS1/DSRSID /AWS1/DSRSID

The identifier of the computer.

iv_computername TYPE /AWS1/DSRCOMPUTERNAME /AWS1/DSRCOMPUTERNAME

The computer name.

it_computerattributes TYPE /AWS1/CL_DSRATTRIBUTE=>TT_ATTRIBUTES TT_ATTRIBUTES

An array of Attribute objects containing the LDAP attributes that belong to the computer account.


Queryable Attributes

ComputerId

The identifier of the computer.

Accessible with the following methods

Method Description
GET_COMPUTERID() Getter for COMPUTERID, with configurable default
ASK_COMPUTERID() Getter for COMPUTERID w/ exceptions if field has no value
HAS_COMPUTERID() Determine if COMPUTERID has a value

ComputerName

The computer name.

Accessible with the following methods

Method Description
GET_COMPUTERNAME() Getter for COMPUTERNAME, with configurable default
ASK_COMPUTERNAME() Getter for COMPUTERNAME w/ exceptions if field has no value
HAS_COMPUTERNAME() Determine if COMPUTERNAME has a value

ComputerAttributes

An array of Attribute objects containing the LDAP attributes that belong to the computer account.

Accessible with the following methods

Method Description
GET_COMPUTERATTRIBUTES() Getter for COMPUTERATTRIBUTES, with configurable default
ASK_COMPUTERATTRIBUTES() Getter for COMPUTERATTRIBUTES w/ exceptions if field has no
HAS_COMPUTERATTRIBUTES() Determine if COMPUTERATTRIBUTES has a value