Functional Description
Purpose
This function is used to update Address Book (F0101) and Customer Master by Line of Business (F03012)
information to the Customer Ledger (F03B11) table. The Update A/R from Address Book (R03B802) report
should be the only object using this function.
Setup Notes and Prerequisites
The Retrieve AB and LOB Values function should be called before calling this function.
Special Logic
None.
Technical Specification
Parameters
Item DescriptionI/OReq?Notes
AN8mnAddressNumberIYThe F03B11 Address Number.
COszCompanyIYThe F03B11 Company.
PA8mnParentAddressNumberIYThe parent number to update.
AN8mnAddressNumberToUseIYThe alternate payee to update.
ARPYmnPayorAddressNumberIYThe payor number to update.
ALPHszAlphaNameIYThe alpha name to update.
COLLcCollectionReportIYThe collection report flag to update.
AC01szABCategoryCode01IYFrom F0101.
AC02szABCategoryCode02IYFrom F0101.
AC03szABCategoryCode03IYFrom F0101.
AC04szABCategoryCode04IYFrom F0101.
AC05szABCategoryCode05IYFrom F0101.
AC06szABCategoryCode06IYFrom F0101.
AC07szABCategoryCode07IYFrom F0101.
AC08szABCategoryCode08IYFrom F0101.
AC09szABCategoryCode09IYFrom F0101.
AC10szABCategoryCode10IYFrom F0101.
Related Tables
F03B11Customer Ledger
Related Functions
None.
Processing
Update F03B11 with Parent, Payor, Alt. Payee, Alpha Name, Collection Report Flag, and Category Codes
1-10.
D03B0198B - F03B11 Update AB and LOB Values
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnAddressNumber | AN8 | MATH_NUMERIC | REQ | INPUT |
A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or
| ||||
szCompany | CO | char | REQ | INPUT |
A code that identifies a specific organization, fund, or other reporting entity. The company code must already exist in the Company
| ||||
mnParentAddressNumber | PA8 | MATH_NUMERIC | REQ | INPUT |
The address book number of the parent company. The system uses this number to associate a particular address with a parent company
| ||||
mnAddressNumberToUse | AN8 | MATH_NUMERIC | REQ | INPUT |
A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or
| ||||
mnPayorAddressNumber | ARPY | MATH_NUMERIC | REQ | INPUT |
A person or company other than the customer that the system assigns to the Payor field (PYR) on Customer Ledger records (F03B11) that
| ||||
szAlphaName | ALPH | char | REQ | INPUT |
The text that names or describes an address. This 40-character alphabetic field appears on a number of forms and reports. You can enter
| ||||
cCollectionReport | COLL | char | REQ | INPUT |
An option that specifies whether the customer's overdue invoices are eligible to appear on the collection report that you send to an external
| ||||
szABCategoryCode01 | AC01 | char | REQ | INPUT |
One of thirty reporting codes that you can assign to an address in the Address Book system. Use these codes to group address book
| ||||
szABCategoryCode02 | AC02 | char | REQ | INPUT |
One of thirty reporting codes that you can assign to an address in the Address Book system. Use these codes to identify addresses for
| ||||
szABCategoryCode03 | AC03 | char | REQ | INPUT |
One of thirty reporting codes that you can assign to an address in the Address Book system. Use these codes to identify addresses for
| ||||
szABCategoryCode04 | AC04 | char | REQ | INPUT |
One of thirty reporting codes that you can assign to an address in the Address Book system. Use these codes to identify addresses for
| ||||
szABCategoryCode05 | AC05 | char | REQ | INPUT |
One of thirty reporting codes that you can assign to an address in the Address Book system. Use these codes to identify addresses for
| ||||
szABCategoryCode06 | AC06 | char | REQ | INPUT |
One of thirty reporting codes that you can assign to an address in the Address Book system. Use these codes to identify addresses for
| ||||
szABCategoryCode07 | AC07 | char | REQ | INPUT |
One of 30 reporting codes that you can assign to an address in the Address Book system. Category Code 07 is used in the 1099 process to
| ||||
szABCategoryCode08 | AC08 | char | REQ | INPUT |
One of thirty reporting codes that you can assign to an address in the Address Book system. Use these codes to identify addresses for
| ||||
szABCategoryCode09 | AC09 | char | REQ | INPUT |
One of thirty reporting codes that you can assign to an address in the Address Book system. Use these codes to identify addresses for
| ||||
szABCategoryCode10 | AC10 | char | REQ | INPUT |
One of thirty reporting codes that you can assign to an address in the Address Book system. Use these codes to identify addresses for
|
None |
None |