1.Functional Description
1.1Purpose
This function will generate Part List for KIT and Configurator item for Work Order.
1.2Setup Notes and Prerequisites
The Part List will be stored in All Components CACHE under the passed Job Number.
2.4Processing
I.If Stock Type is 'K', process Part List for KIT:
B.Get local Stock Type from F4102
C.Add component to All Component CACHE
II.Else Stock Type is 'C', process Part List for Configurator:
2.Skip all the Item that match Parent Item number
3.Using Configurator Sequence ID (ATSQ) from F3296 to determine the children
4.Get local Stock Type from F4102
5.If the Stock Type is 'C':
Add component to All Component CACHE
D3201160 - Configurator Part List Generate
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnDocumentOrderInvoiceE | DOCO | MATH_NUMERIC | REQ | NONE |
A number that identifies an original document. This document can be a voucher, a sales order, an invoice, unapplied cash, a journal entry,
| ||||
szOrderType | DCTO | char | REQ | NONE |
A user defined code (00/DT) that identifies the type of document. This code also indicates the origin of the transaction. J.D. Edwards has
| ||||
mnJobnumberA | JOBS | MATH_NUMERIC | REQ | NONE |
The job number (work station ID) which executed the particular job. | ||||
cSuppressErrorMessage | SUPPS | char | OPT | NONE |
A flag indicating whether or not runtime error messaging will occur when an error message is issued from a business function.
0 = allow
| ||||
szErrorMessageID | DTAI | char | OPT | NONE |
A code that identifies and defines a unit of information. It is an alphanumeric code up to 8 characters long that does not allow blanks or
| ||||
mnConfigurationIDNumber | CFGID | MATH_NUMERIC | OPT | NONE |
An identifier that represents a unique configuration. It is generated by a next number value and is the key to the configuration tables. | ||||
szCompanyKey | KCOO | char | REQ | NONE |
A number that, along with order number and order type, uniquely identifies an order document (such as a purchase order, a contract, a
| ||||
szSystemCode | SY | char | REQ | NONE |
A user defined code (98/SY) that identifies a system. Valid values include:
01
Address Book
03B
Accounts Receivable
04
Accounts
| ||||
szOrderSuffix | SFXO | char | OPT | NONE |
In the A/R and A/P systems, a code that corresponds to the pay item. In the Sales Order and Procurement systems, this code identifies
|
B3200370 Cache Process All Components | ||||
B3200460 F3293 Evaluate AIR | ||||
B4000260 Line Type - Activity Rules |
F3296 Needed for upgrade from Xe and below | ||||
F4102 Item Branch File | ||||
F4211 Sales Order Detail File |