Functional Description
Purpose
This NER Module will take input key values for the Outbound Work Order Header table and delete all
supporting records in F3111Z1 and F3112Z1. It will then delete the records in the Outbound Work Order
Header table F4801Z1. The deletion of supporting records in F3111Z1 and F3112Z1 can be controlled
through the delete control flag.
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)If Input EDUS <> " " And Input EDTN <> 0
4) If Input Delete Control = '1' or '2'
5) Use Table I/O to delete records in F3111Z1 by Input EDUS, Input EDBT and Input EDTN.
6) If Failed then Set Error Code = '1', set Input DTAI = "0002" and Exit Function.
7) Use Table I/O to delete records in F3112Z1 by Input EDUS, Input EDBT and Input EDTN.
8) If Failed then Set Error Code = '1', set Input DTAI = "0002" and Exit Function.
9) If Input Delete Control = '1'
10) Use Table I/O to delete records in F4801Z1 by Input EDUS, Input EDBT and Input EDTN.
11) If Failed then Set Error Code = '1', set Input DTAI = "0002" and Exit Function.
12) End If
13) End If
14)End If
D4801Z1P - F4801Z1 Delete Outbound Records
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
| ||||
DeleteControlFlag | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
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 |