/AWS1/CL_DSRCREATEALIASRESULT¶
Contains the results of the CreateAlias operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_directoryid TYPE /AWS1/DSRDIRECTORYID /AWS1/DSRDIRECTORYID¶
The identifier of the directory.
iv_alias TYPE /AWS1/DSRALIASNAME /AWS1/DSRALIASNAME¶
The alias for the directory.
Queryable Attributes¶
DirectoryId¶
The identifier of the directory.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIRECTORYID() |
Getter for DIRECTORYID, with configurable default |
ASK_DIRECTORYID() |
Getter for DIRECTORYID w/ exceptions if field has no value |
HAS_DIRECTORYID() |
Determine if DIRECTORYID has a value |
Alias¶
The alias for the directory.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALIAS() |
Getter for ALIAS, with configurable default |
ASK_ALIAS() |
Getter for ALIAS w/ exceptions if field has no value |
HAS_ALIAS() |
Determine if ALIAS has a value |