Skip to content

/AWS1/CL_MPGESTIMATEDTAXES

Provides an aggregated view of estimated tax information.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_breakdown TYPE /AWS1/CL_MPGTAXBREAKDOWNITEM=>TT_TAXBREAKDOWN TT_TAXBREAKDOWN

A list of tax breakdown information.

iv_totalamount TYPE /AWS1/MPGBOUNDEDSTRING /AWS1/MPGBOUNDEDSTRING

The total amount of tax aggregated from the tax breakdown.


Queryable Attributes

breakdown

A list of tax breakdown information.

Accessible with the following methods

Method Description
GET_BREAKDOWN() Getter for BREAKDOWN, with configurable default
ASK_BREAKDOWN() Getter for BREAKDOWN w/ exceptions if field has no value
HAS_BREAKDOWN() Determine if BREAKDOWN has a value

totalAmount

The total amount of tax aggregated from the tax breakdown.

Accessible with the following methods

Method Description
GET_TOTALAMOUNT() Getter for TOTALAMOUNT, with configurable default
ASK_TOTALAMOUNT() Getter for TOTALAMOUNT w/ exceptions if field has no value
HAS_TOTALAMOUNT() Determine if TOTALAMOUNT has a value