Skip to content

/AWS1/CL_BILBILLINGPREFFORKEY

A single key/value entry used to update a billing preference.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_key TYPE /AWS1/BILPREFERENCEKEY /AWS1/BILPREFERENCEKEY

The preference key. Format depends on the feature being updated.

iv_value TYPE /AWS1/BILPREFERENCEVALUE /AWS1/BILPREFERENCEVALUE

The preference value. Valid values: ENABLED or DISABLED.


Queryable Attributes

key

The preference key. Format depends on the feature being updated.

Accessible with the following methods

Method Description
GET_KEY() Getter for KEY, with configurable default
ASK_KEY() Getter for KEY w/ exceptions if field has no value
HAS_KEY() Determine if KEY has a value

value

The preference value. Valid values: ENABLED or DISABLED.

Accessible with the following methods

Method Description
GET_VALUE() Getter for VALUE, with configurable default
ASK_VALUE() Getter for VALUE w/ exceptions if field has no value
HAS_VALUE() Determine if VALUE 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_BILLINGPREFERENCESPERKEY

TYPES TT_BILLINGPREFERENCESPERKEY TYPE STANDARD TABLE OF REF TO /AWS1/CL_BILBILLINGPREFFORKEY WITH DEFAULT KEY
.