Skip to content

/AWS1/CL_BILCONTRACTACCOUNT

An account that is covered by the Enterprise Support contract.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_accountid TYPE /AWS1/BILACCOUNTID /AWS1/BILACCOUNTID

The account ID.

iv_isgdn TYPE /AWS1/BILBOOLEAN /AWS1/BILBOOLEAN

When true, Support charges are calculated on charges before private discounts. When false, they are calculated after private discounts.


Queryable Attributes

accountId

The account ID.

Accessible with the following methods

Method Description
GET_ACCOUNTID() Getter for ACCOUNTID, with configurable default
ASK_ACCOUNTID() Getter for ACCOUNTID w/ exceptions if field has no value
HAS_ACCOUNTID() Determine if ACCOUNTID has a value

isGdn

When true, Support charges are calculated on charges before private discounts. When false, they are calculated after private discounts.

Accessible with the following methods

Method Description
GET_ISGDN() Getter for ISGDN, with configurable default
ASK_ISGDN() Getter for ISGDN w/ exceptions if field has no value
HAS_ISGDN() Determine if ISGDN 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_CONTRACTACCOUNTLIST

TYPES TT_CONTRACTACCOUNTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BILCONTRACTACCOUNT WITH DEFAULT KEY
.