Functional Description
Purpose
This NER Module will take input key values for the Outbound Work Order Header table and search for
any errors in the supporting records for that transaction in F3111Z1 and F3112Z1. If there are errors,
it will return '1' in the Error Code parameter. Else it will return '0'
Setup Notes and Prerequisites
The required fields must be passsed in.
Special Logic
Technical Specification
1.Set Input ERRC = '0'
2.Set Input DTAI = " "( 1 Blank)
3.Select Records from F3111Z1 using Input EDUS, Input EDBT and Input EDTN.
4.While Read from F3111Z1 is Successful
5. If Record.EDSP = 'N'
6. Set Input ERRC = '1'
7. Break
8. End If
9.End While
10.If Input ERRC <> '1'
11. Select Records from F3112Z1 using Input EDUS, Input EDBT and Input EDTN
12. While Read from F3112Z1 is Successful
13. If Record.EDSP = 'N'
14. Set Input ERRC = '1'
15. Break
16. End If
17. End While
18.End If
^
D3101270 - F4801Z1 Check Outbound Records for Errors
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
UserId | EDUS | char | NONE | NONE |
The source of the transaction. This can be a user ID, a workstation, the address of an external system, a node on a network, and so on. This
| ||||
BatchNumber | EDBT | char | NONE | NONE |
The number that the transmitter assigns to the batch. During batch processing, the system assigns a new batch number to the PeopleSoft
| ||||
TransactionNumber | EDTN | char | NONE | NONE |
The number that an Electronic Data Interchange (EDI) transmitter assigns to a transaction. In a non-EDI environment, you can assign any
| ||||
ErrorCode | ERRC | char | NONE | NONE |
This error code indicates if any errors occurred during the creation of the Trip Document Detail (F4914) records by the Delivery Document
| ||||
ErrorMessageID | DTAI | char | NONE | 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
|
None |
None |