Functional Description
Purpose
This business function is used to retrieve the tax account for a tax record by using the tax
rate/area, item and service/tax date.
Setup Notes and Prerequisites
Special Logic
Technical Specification
Loop through the Tax Rate/Area file using the Tax Area and Item passed in as parameters until a
record is found which the service/tax date is within the from and through effective dates.
If a record is found then use the gl offset along with the company passed in and 'GT' for the item
to call "ValidateAAIComletely". This function will return all the account information.
Load return parameters with the information passed back from "ValidateAAICompletely"
D0900080 - F4008 - Retrieve GL Tax Account
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szTaxArea | TXA1 | char | NONE | NONE |
Special Input Expected
| ||||
mnItem | ITM | MATH_NUMERIC | NONE | NONE |
Special Input Expected
| ||||
jdServicTaxDate | DSVJ | JDEDATE | NONE | NONE |
Special Input Expected
| ||||
szCompany | CO | char | NONE | NONE |
Special Input Expected
| ||||
szAccountNumber | ANI | char | NONE | NONE |
Special Output Returned
| ||||
szAccountId | AID | char | NONE | NONE |
Special Output Returned
| ||||
cAccountMode | AM | char | NONE | NONE |
Special Output Returned
| ||||
szBusinessUnit | MCU | char | NONE | NONE |
Special Output Returned
| ||||
szObject | OBJ | char | NONE | NONE |
Special Output Returned
| ||||
szSubsidiary | SUB | char | NONE | NONE |
Special Output Returned
|
B0000055 ValidateAAICompletely |
F4008 Tax Areas |