Skip to content

/AWS1/CL_MPGBTCCREBLLADJREQOUT

BatchCreateBillingAdjustmentRequestOutput

CONSTRUCTOR

IMPORTING

Required arguments:

it_items TYPE /AWS1/CL_MPGBTCCREBLLADJSTITEM=>TT_BTCCREBLLNGADJSTMTITEMLIST TT_BTCCREBLLNGADJSTMTITEMLIST

A list of successfully created billing adjustment items, each containing the billingAdjustmentRequestId and clientToken.

it_errors TYPE /AWS1/CL_MPGBTCCREBLLADJSTERR=>TT_BTCCREBLLNGADJSTMTERRORLIST TT_BTCCREBLLNGADJSTMTERRORLIST

A list of errors for entries that failed validation, each containing the clientToken, error code, and message.


Queryable Attributes

items

A list of successfully created billing adjustment items, each containing the billingAdjustmentRequestId and clientToken.

Accessible with the following methods

Method Description
GET_ITEMS() Getter for ITEMS, with configurable default
ASK_ITEMS() Getter for ITEMS w/ exceptions if field has no value
HAS_ITEMS() Determine if ITEMS has a value

errors

A list of errors for entries that failed validation, each containing the clientToken, error code, and message.

Accessible with the following methods

Method Description
GET_ERRORS() Getter for ERRORS, with configurable default
ASK_ERRORS() Getter for ERRORS w/ exceptions if field has no value
HAS_ERRORS() Determine if ERRORS has a value