1.Functional Description
1.1Purpose
This business function checks if table F4808 contains the Approval Audit record for the specified
Document Type and Branch passed in incoming parameters.
2.Technical Specifications
2.4Processing
Edits:
1.Initialize the flag EV01
2.Fetch the first record with a matching Document Type (DCTO) and Branch (MMCU)
Return:
1.If the fetch is successful using key DCTO and MMCU
ReturnFlag = '1'
Else
ReturnFlag = '0'
Endif
If fetch is not successful, assign Error Message ID = '3505' - Record Does Not Exist. If fetch not
successful and Suppress Error Message is not equal to '1', allow runtime message handling to occur.
^
D3001520 - Verify Approval Audit Record
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szDocumentType | DCTO | char | NONE | 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
| ||||
szBranch | MMCU | char | NONE | NONE |
A code that represents a high-level business unit. Use this code to refer to a branch or plant that might have departments or jobs, which
| ||||
cSuppressErrorMessages | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
cReturnFlag | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
szErrorMessageID | 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 |
F4808 Order Routing Approval Master |