/AWS1/CL_TBDENVIRONMENTDETSENT¶
The details of a specified environment.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_jobid TYPE /AWS1/TBDJOBID /AWS1/TBDJOBID¶
The job ID.
iv_environmentid TYPE /AWS1/TBDENVIRONMENTID /AWS1/TBDENVIRONMENTID¶
The environment ID.
iv_schemaversion TYPE /AWS1/TBDSTRING /AWS1/TBDSTRING¶
The schema version in the environment.
io_template TYPE REF TO /AWS1/CL_RT_DOCUMENT /AWS1/CL_RT_DOCUMENT¶
The template used for the environment.
Queryable Attributes¶
jobId¶
The job ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBID() |
Getter for JOBID, with configurable default |
ASK_JOBID() |
Getter for JOBID w/ exceptions if field has no value |
HAS_JOBID() |
Determine if JOBID has a value |
environmentId¶
The environment ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENVIRONMENTID() |
Getter for ENVIRONMENTID, with configurable default |
ASK_ENVIRONMENTID() |
Getter for ENVIRONMENTID w/ exceptions if field has no value |
HAS_ENVIRONMENTID() |
Determine if ENVIRONMENTID has a value |
schemaVersion¶
The schema version in the environment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEMAVERSION() |
Getter for SCHEMAVERSION, with configurable default |
ASK_SCHEMAVERSION() |
Getter for SCHEMAVERSION w/ exceptions if field has no value |
HAS_SCHEMAVERSION() |
Determine if SCHEMAVERSION has a value |
template¶
The template used for the environment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATE() |
Getter for TEMPLATE, with configurable default |
ASK_TEMPLATE() |
Getter for TEMPLATE w/ exceptions if field has no value |
HAS_TEMPLATE() |
Determine if TEMPLATE has a value |