Skip to content

/AWS1/CL_MPGBTCCREBLLADJSTERR

An error for a billing adjustment request entry that failed validation.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_code TYPE /AWS1/MPGBLLNGADJSTMTERRORCODE /AWS1/MPGBLLNGADJSTMTERRORCODE

The error code indicating the reason for failure.

iv_message TYPE /AWS1/MPGSTRING /AWS1/MPGSTRING

A human-readable message describing the error.

iv_clienttoken TYPE /AWS1/MPGCLIENTTOKEN /AWS1/MPGCLIENTTOKEN

The client token of the request entry that failed.


Queryable Attributes

code

The error code indicating the reason for failure.

Accessible with the following methods

Method Description
GET_CODE() Getter for CODE, with configurable default
ASK_CODE() Getter for CODE w/ exceptions if field has no value
HAS_CODE() Determine if CODE has a value

message

A human-readable message describing the error.

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

clientToken

The client token of the request entry that failed.

Accessible with the following methods

Method Description
GET_CLIENTTOKEN() Getter for CLIENTTOKEN, with configurable default
ASK_CLIENTTOKEN() Getter for CLIENTTOKEN w/ exceptions if field has no value
HAS_CLIENTTOKEN() Determine if CLIENTTOKEN has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_BTCCREBLLNGADJSTMTERRORLIST

TYPES TT_BTCCREBLLNGADJSTMTERRORLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MPGBTCCREBLLADJSTERR WITH DEFAULT KEY
.