1.Functional Description
1.1Purpose
The purpose of this business function is to retreive a record from the Demand/Supply Inclusion Rules
file.
Order type, line type, and status code will be used as the key fields.
2Setup Notes and Prerequisites
None
1.3Special Logic
There is no special logic within this function.
2.Technical Specifications
Set retreive status flag = "1"
If index type = "1"
Fetch record from F34004 by order type, line type, status code.
If retreival a success
Set retreive status flag = "0"
Else
Set retreive status flag = "1"
End If
Endif
If index type = "2"
Fetch record from F34004 by order type, status code.
If retreival a success
Set retreive status flag = "0"
Else
Set retreive status flag = "1"
End If
Endif
D3401460 - Get Supply / Demand Inclusion Rule
Data Item Data Structure DescriptionI/ORequiredNotes
MVER Inclusion Version ON
DCTO Order Type IY Key field 1
LNTY Line Type IY Key field 2
TRTY Status Code IY Key field 3 (next status)
EV01 Event Flag IOY 1=Fail 0=Success
EV01 Event Flag IY 1=dcto,lnty,trty
2=dcto,trty
DTAI Data Item ION Error msg ID
SUPP Suppress Warning Msgs IY Suppress error msg
^
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szResourceVersion | MVER | char | OPT | NONE |
A user defined code (40/RV) that identifies an inclusion rule that you want the system to use for this branch/plant. The Manufacturing and
| ||||
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
| ||||
szLineType | LNTY | char | OPT | NONE |
A code that controls how the system processes lines on a transaction. It controls the systems with which the transaction interfaces, such as
| ||||
szStatusLine | TRTY | char | OPT | NONE |
A user defined code (40/AT) that indicates the status of the line. | ||||
cF34004RetreiveStatus | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
cIndexType | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
szErrorMsgID | DTAI | char | OPT | 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
| ||||
cSuppressErrorMsg | EV02 | char | OPT | NONE |
An option that specifies the type of processing for an event. |
None |
None |