/AWS1/CL_R5AGENERATEDREPORT¶
Information about a generated execution report.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_reportgenerationtime TYPE /AWS1/R5ATIMESTAMP /AWS1/R5ATIMESTAMP¶
The timestamp when the report was generated.
io_reportoutput TYPE REF TO /AWS1/CL_R5AREPORTOUTPUT /AWS1/CL_R5AREPORTOUTPUT¶
The output location or cause of a failure in report generation.
Queryable Attributes¶
reportGenerationTime¶
The timestamp when the report was generated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPORTGENERATIONTIME() |
Getter for REPORTGENERATIONTIME, with configurable default |
ASK_REPORTGENERATIONTIME() |
Getter for REPORTGENERATIONTIME w/ exceptions if field has n |
HAS_REPORTGENERATIONTIME() |
Determine if REPORTGENERATIONTIME has a value |
reportOutput¶
The output location or cause of a failure in report generation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPORTOUTPUT() |
Getter for REPORTOUTPUT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_GENERATEDREPORTDETAILS¶
TYPES TT_GENERATEDREPORTDETAILS TYPE STANDARD TABLE OF REF TO /AWS1/CL_R5AGENERATEDREPORT WITH DEFAULT KEY
.