Functional Description
Purpose
The purpose of this NER is to retrieve the tax area description from the Payroll Tax Area Profile
(F069036) using the Tax Area (TARA) and Tax Type (PTAX). This NER returns a one character code (EV01)
showing success or failure.
The Return Code (EV01) will have the following codes returned:
'0' Record does exist
'1' Record does not exist
Setup Notes and Prerequisites
Special Logic
Technical Specification
Parameters
Data Item Data Structure DescriptionI/ORequiredTableNotes
TARA szTaxArea I Y
PTAXs szTaxType I Y
DL01 szTaxAreaDescription O N
EV01 cReturn Code O NWill be '1' if record not found
Related Tables
Table Table Description
F069016Payroll Tax Area Profile
Processing
1.0 Fetch a record from the Tax Area Description File using TARA and PTAX
2.0 Return the Tax Area Description back in szTaxAreaDescription along with the return code.
2.1 If the Return Code is equal to '0' then the Fetch was successful.
2.2 If the Return Code is equal to '1' then the Fetch failed.
DN0700002 - DS for Retrieve Tax Area Description
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szTaxAreaWork | TARA | char | OPT | NONE |
A code that identifies a geographical location and the tax authorities for an employee work site, including employee and employer statutory
| ||||
szPayrollTaxType | PTAX | char | OPT | NONE |
A code that specifies the type of payroll tax being processed. This is a user defined code (07/TX). To set up state minimum wage amounts,
| ||||
szTaxAreaDescription | DL01 | char | OPT | NONE |
A user defined name or remark. | ||||
cReturnCode | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. |
None |
None |