/AWS1/CL_AFBBUSINESSREPORT¶
Usage report with specified parameters.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_status TYPE /AWS1/AFBBUSINESSREPORTSTATUS /AWS1/AFBBUSINESSREPORTSTATUS¶
The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
iv_failurecode TYPE /AWS1/AFBBUSINESSRPTFAILUREC00 /AWS1/AFBBUSINESSRPTFAILUREC00¶
The failure code.
io_s3location TYPE REF TO /AWS1/CL_AFBBUSINESSRPTS3LOC /AWS1/CL_AFBBUSINESSRPTS3LOC¶
The S3 location of the output reports.
iv_deliverytime TYPE /AWS1/AFBBUSINESSRPTDELIVERY00 /AWS1/AFBBUSINESSRPTDELIVERY00¶
The time of report delivery.
iv_downloadurl TYPE /AWS1/AFBBUSINESSRPTDOWNLOAD00 /AWS1/AFBBUSINESSRPTDOWNLOAD00¶
The download link where a user can download the report.
Queryable Attributes¶
Status¶
The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
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 |
FailureCode¶
The failure code.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILURECODE() |
Getter for FAILURECODE, with configurable default |
ASK_FAILURECODE() |
Getter for FAILURECODE w/ exceptions if field has no value |
HAS_FAILURECODE() |
Determine if FAILURECODE has a value |
S3Location¶
The S3 location of the output reports.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3LOCATION() |
Getter for S3LOCATION |
DeliveryTime¶
The time of report delivery.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELIVERYTIME() |
Getter for DELIVERYTIME, with configurable default |
ASK_DELIVERYTIME() |
Getter for DELIVERYTIME w/ exceptions if field has no value |
HAS_DELIVERYTIME() |
Determine if DELIVERYTIME has a value |
DownloadUrl¶
The download link where a user can download the report.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOWNLOADURL() |
Getter for DOWNLOADURL, with configurable default |
ASK_DOWNLOADURL() |
Getter for DOWNLOADURL w/ exceptions if field has no value |
HAS_DOWNLOADURL() |
Determine if DOWNLOADURL has a value |