Skip to content

/AWS1/CL_SQTSTRTQUOTAUTLRPTRSP

StartQuotaUtilizationReportResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_reportid TYPE /AWS1/SQTREPORTID /AWS1/SQTREPORTID

A unique identifier for the quota utilization report. Use this identifier with the GetQuotaUtilizationReport operation to retrieve the report results.

iv_status TYPE /AWS1/SQTREPORTSTATUS /AWS1/SQTREPORTSTATUS

The current status of the report generation. The status will be PENDING when the report is first initiated.

iv_message TYPE /AWS1/SQTREPORTMESSAGE /AWS1/SQTREPORTMESSAGE

An optional message providing additional information about the report generation status. This field may contain details about the report initiation or indicate if an existing recent report is being reused.


Queryable Attributes

ReportId

A unique identifier for the quota utilization report. Use this identifier with the GetQuotaUtilizationReport operation to retrieve the report results.

Accessible with the following methods

Method Description
GET_REPORTID() Getter for REPORTID, with configurable default
ASK_REPORTID() Getter for REPORTID w/ exceptions if field has no value
HAS_REPORTID() Determine if REPORTID has a value

Status

The current status of the report generation. The status will be PENDING when the report is first initiated.

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

Message

An optional message providing additional information about the report generation status. This field may contain details about the report initiation or indicate if an existing recent report is being reused.

Accessible with the following methods

Method Description
GET_MESSAGE() Getter for MESSAGE, with configurable default
ASK_MESSAGE() Getter for MESSAGE w/ exceptions if field has no value
HAS_MESSAGE() Determine if MESSAGE has a value