1.Functional Description
1.1Purpose
The purpose of this function is to prepare tam specs to write level message to the F01131 & F01133
PPAT files. This function should be used in conjunction with B0100011 which actually does the writing to
the above mentioned files.
1.2Setup Notes and Prerequisites
The Alias for Data Dictionary set for the PPAT Error Message is LM0146.
Create a new Datastructure DELM0146 to pass the values to the above error message.
1.3Special Logic
None.
2.4Processing
Follow the template for BF_BOTH.
^
DLM0146 - Set Level - No Test Result Value PPAT Error BSFN - DS
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnDocumentOrderInvoiceE | DOCO | MATH_NUMERIC | OPT | 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 | OPT | 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
| ||||
mnLineNumber | LNID | MATH_NUMERIC | OPT | NONE |
A number that identifies multiple occurrences, such as line numbers on a purchase order or other document. Generally, the system assigns
| ||||
szLot | LOTN | char | OPT | NONE |
A number that identifies a lot or a serial number. A lot is a group of items with similar characteristics. | ||||
szLocation | LOCN | char | OPT | NONE |
The storage location from which goods will be moved. | ||||
szCostCenter | MCU | char | OPT | NONE |
An alphanumeric code that identifies a separate entity within a business for which you want to track costs. For example, a business unit
| ||||
mnIdentifierShortItem | ITM | MATH_NUMERIC | OPT | NONE |
An inventory item number. The system provides three separate item numbers plus an extensive cross-reference capability to other item
| ||||
szTestID | QTST | char | OPT | NONE |
The unique identification for a test to be performed on an item. For example: COL Color test DENS Density Test CL-2 Clarity Test | ||||
idGenLong | GENLNG | ID | OPT | NONE |
General purpose ID variable. |
None |
None |