Share via


TAMActualCostDP Class [AX 2012]

The TAMActualCostDP class is the report data provider class that supports the TAMActualCost report.

Syntax

class TAMActualCostDP extends SRSReportDataProviderBase

Run On

Server

Methods

  Method Description
Dn674606.privmethod(en-us,AX.60).gif calcActualAmt Calculates the actual amounts.
Dn674606.privmethod(en-us,AX.60).gif calcActualBB Calculates the actual amount of claims that have been approved for bill backs that are related to this promotion.
Dn674606.privmethod(en-us,AX.60).gif calcActualLumpSumCust Calculates the actual lumpsum amount.
Dn674606.privmethod(en-us,AX.60).gif calcActualLumpSumTAM Calculates the actual lumpsum amount.
Dn674606.privmethod(en-us,AX.60).gif calcIncurredActualOI Calculates all shipped dollar amounts tied to an order that received the promotion.
Dn674606.privmethod(en-us,AX.60).gif calcIncurredAmt Calculates the incurred amount.
Dn674606.privmethod(en-us,AX.60).gif calcIncurredBB Adds together all shipped quantity amounts that are tied to a bill back on the trade promotion.
Dn674606.privmethod(en-us,AX.60).gif calcIncurredlLumpSumTAM Calculates the incurred lumpsum amount.
Dn674606.privmethod(en-us,AX.60).gif calcIncurredLumpSumCust Calculates the incurred lumpsum amount.
Dn674606.privmethod(en-us,AX.60).gif calcPlannedAmt Gets the planned amount.
Dn674606.privmethod(en-us,AX.60).gif calcPlannedBB Gets the cost of all bill backs on a promotion.
Dn674606.privmethod(en-us,AX.60).gif calcPlannedLS Gets the cost of all lump sums on a promotion.
Dn674606.privmethod(en-us,AX.60).gif calcPlannedOI Gets the cost of all off invoice merchandising events on a promotion.
Dn674606.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn674606.privmethod(en-us,AX.60).gif discountAmount Calculates the estimated discount amounts for off invoice and bill back merch events based on the price level that has been marked as use for analytics.
Dn674606.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn674606.pubmethod(en-us,AX.60).gif getTAMActualCostTmp Returns the temp table used by the TAMActualCost report.
Dn674606.privmethod(en-us,AX.60).gif getTAMPromotion Retrieves the trade promotion record.
Dn674606.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn674606.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn674606.privmethod(en-us,AX.60).gif insertTAMActualCostTmp Fills the TAMActualCostTmp table with details.
Dn674606.pubmethod(en-us,AX.60).gif new Initializes a new instance of the SRSReportDataProviderBase class. (Inherited from SRSReportDataProviderBase.)
Dn674606.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Dn674606.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Dn674606.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn674606.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn674606.pubmethod(en-us,AX.60).gif parmDataContract Gets or sets the data contract for the RDP class. (Inherited from SRSReportDataProviderBase.)
Dn674606.pubmethod(en-us,AX.60).gif parmMetadata Gets or sets the Metadata parameter. (Inherited from SRSReportDataProviderBase.)
Dn674606.pubmethod(en-us,AX.60).gif parmQuery Gets or sets a Query object. (Inherited from SRSReportDataProviderBase.)
Dn674606.pubmethod(en-us,AX.60).gif processReport Processes the report business logic. (Overrides the processReport Method.)
Dn674606.pubmethod(en-us,AX.60).gif setClassVars Sets class variables for the TAMActualCostDP class
Dn674606.pubmethod(en-us,AX.60).gif setParametersMap Sets the parameter values. (Inherited from SRSReportDataProviderBase.)
Dn674606.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn674606.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn674606.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Dn674606.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn674606.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn674606.pubmethod(en-us,AX.60).gif Dn674606.static(en-us,AX.60).gif ::calcAmt Sets class variables for the TAMActualCostDP class and returns the value calculated by the calcActualAmount.

Top

Inheritance Hierarchy

Object Class
  SRSReportDataProviderBase Class
    TAMActualCostDP Class