Skip to content

/AWS1/CL_BILBILLINGPERIOD

A specific billing period identified by year and month.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_year TYPE /AWS1/BILBILLINGYEAR /AWS1/BILBILLINGYEAR

The four-digit year of the billing period.

iv_month TYPE /AWS1/BILMONTH /AWS1/BILMONTH

The month of the billing period as an integer between 1 and 12.


Queryable Attributes

year

The four-digit year of the billing period.

Accessible with the following methods

Method Description
GET_YEAR() Getter for YEAR, with configurable default
ASK_YEAR() Getter for YEAR w/ exceptions if field has no value
HAS_YEAR() Determine if YEAR has a value

month

The month of the billing period as an integer between 1 and 12.

Accessible with the following methods

Method Description
GET_MONTH() Getter for MONTH, with configurable default
ASK_MONTH() Getter for MONTH w/ exceptions if field has no value
HAS_MONTH() Determine if MONTH has a value