1.Functional Description
1.1Purpose
The purpose of this function is to prepare tam specs to write level messages to the F01131 & F01133
ppat files.
This function should be used in conjunction w/ b0100011 which actually does the writing to the above
mentioned files. This function has been modified from traditional BLM functions to allow different
applications to be called from the same action message. This will be used for Product Data Management
Interoperability applications.
1.2Setup Notes and Prerequisites
The alias for the data dictionary error message is LM0103 - "User &1, Batch &2, Transaction &3, Line
Number &4 contains errors."
'b7
1.3Special Logic
DLM0103 - Set Level Error - Line
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szEdiUserId | EDUS | char | OPT | 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
| ||||
szEdiBatchNumber | EDBT | char | OPT | NONE |
The number that the transmitter assigns to the batch. During batch processing, the system assigns a new batch number to the PeopleSoft
| ||||
szEdiTransactNumber | EDTN | char | OPT | NONE |
The number that an Electronic Data Interchange (EDI) transmitter assigns to a transaction. In a non-EDI environment, you can assign any
| ||||
mnEdiLineNumber | EDLN | MATH_NUMERIC | OPT | NONE |
This is the line number you assign when originating an EDI transaction. This number can represent an order line number (applicable for any
| ||||
cIncludeInterconnect | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
szApplicationName | OBNM | char | OPT | NONE |
The name that identifies a system object. J.D. Edwards ERP architecture is object-based. Discrete software objects are the building blocks
| ||||
szFormName | SFMN | char | OPT | NONE |
The object name of the search form associated with this data dictionary item. | ||||
idGenericLong | GENLNG | ID | OPT | NONE |
General purpose ID variable. |
None |
None |