Skip to content

/AWS1/CL_MPISCHEDULEITEM

A payment installment within a payment schedule term.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_chargedate TYPE /AWS1/MPITIMESTAMP /AWS1/MPITIMESTAMP

The date when the payment is due.

iv_chargeamount TYPE /AWS1/MPIBOUNDEDSTRING /AWS1/MPIBOUNDEDSTRING

The amount to be charged on the charge date.


Queryable Attributes

chargeDate

The date when the payment is due.

Accessible with the following methods

Method Description
GET_CHARGEDATE() Getter for CHARGEDATE, with configurable default
ASK_CHARGEDATE() Getter for CHARGEDATE w/ exceptions if field has no value
HAS_CHARGEDATE() Determine if CHARGEDATE has a value

chargeAmount

The amount to be charged on the charge date.

Accessible with the following methods

Method Description
GET_CHARGEAMOUNT() Getter for CHARGEAMOUNT, with configurable default
ASK_CHARGEAMOUNT() Getter for CHARGEAMOUNT w/ exceptions if field has no value
HAS_CHARGEAMOUNT() Determine if CHARGEAMOUNT 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_SCHEDULELIST

TYPES TT_SCHEDULELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MPISCHEDULEITEM WITH DEFAULT KEY
.