Skip to content

/AWS1/CL_BILGTCRDTALLOCHISTRSP

GetCreditAllocationHistoryResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_partialresults TYPE /AWS1/BILBOOLEAN /AWS1/BILBOOLEAN

true when data could not be retrieved for one or more billing months. The failedMonths field lists which months are missing.

Optional arguments:

it_creditallochistorylist TYPE /AWS1/CL_BILCRDTALLOCHISTENTRY=>TT_CREDITALLOCATIONHISTORYLIST TT_CREDITALLOCATIONHISTORYLIST

Allocation entries sorted by billingMonth in descending order.

it_failedmonths TYPE /AWS1/CL_BILFAILEDMONTHSLIST_W=>TT_FAILEDMONTHSLIST TT_FAILEDMONTHSLIST

Billing months in YYYY-MM format that failed to return data. Non-empty only when partialResults is true.

iv_nexttoken TYPE /AWS1/BILPAGETOKEN /AWS1/BILPAGETOKEN

Pagination token. Present when more pages are available; null when there are no more results.


Queryable Attributes

creditAllocationHistoryList

Allocation entries sorted by billingMonth in descending order.

Accessible with the following methods

Method Description
GET_CREDITALLOCHISTORYLIST() Getter for CREDITALLOCATIONHISTORYLIST, with configurable de
ASK_CREDITALLOCHISTORYLIST() Getter for CREDITALLOCATIONHISTORYLIST w/ exceptions if fiel
HAS_CREDITALLOCHISTORYLIST() Determine if CREDITALLOCATIONHISTORYLIST has a value

partialResults

true when data could not be retrieved for one or more billing months. The failedMonths field lists which months are missing.

Accessible with the following methods

Method Description
GET_PARTIALRESULTS() Getter for PARTIALRESULTS, with configurable default
ASK_PARTIALRESULTS() Getter for PARTIALRESULTS w/ exceptions if field has no valu
HAS_PARTIALRESULTS() Determine if PARTIALRESULTS has a value

failedMonths

Billing months in YYYY-MM format that failed to return data. Non-empty only when partialResults is true.

Accessible with the following methods

Method Description
GET_FAILEDMONTHS() Getter for FAILEDMONTHS, with configurable default
ASK_FAILEDMONTHS() Getter for FAILEDMONTHS w/ exceptions if field has no value
HAS_FAILEDMONTHS() Determine if FAILEDMONTHS has a value

nextToken

Pagination token. Present when more pages are available; null when there are no more results.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value