/AWS1/CL_FRMGETGENERATEDTMPL01¶
GetGeneratedTemplateOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_status TYPE /AWS1/FRMGENERATEDTMPLSTATUS /AWS1/FRMGENERATEDTMPLSTATUS¶
The status of the template generation. Supported values are:
CreatePending- the creation of the template is pending.
CreateInProgress- the creation of the template is in progress.
DeletePending- the deletion of the template is pending.
DeleteInProgress- the deletion of the template is in progress.
UpdatePending- the update of the template is pending.
UpdateInProgress- the update of the template is in progress.
Failed- the template operation failed.
Complete- the template operation is complete.
iv_templatebody TYPE /AWS1/FRMTEMPLATEBODY /AWS1/FRMTEMPLATEBODY¶
The template body of the generated template, in the language specified by the
Languageparameter.
Queryable Attributes¶
Status¶
The status of the template generation. Supported values are:
CreatePending- the creation of the template is pending.
CreateInProgress- the creation of the template is in progress.
DeletePending- the deletion of the template is pending.
DeleteInProgress- the deletion of the template is in progress.
UpdatePending- the update of the template is pending.
UpdateInProgress- the update of the template is in progress.
Failed- the template operation failed.
Complete- the template operation is complete.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
TemplateBody¶
The template body of the generated template, in the language specified by the
Languageparameter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATEBODY() |
Getter for TEMPLATEBODY, with configurable default |
ASK_TEMPLATEBODY() |
Getter for TEMPLATEBODY w/ exceptions if field has no value |
HAS_TEMPLATEBODY() |
Determine if TEMPLATEBODY has a value |