1.Functional Description
1.1Purpose
This business function will add a row to the Supply and Demand Inclusion rules table (F34004) for a
given Version , Document type, Line type and Status Code. This fuction will return a code '1', if the
add is sucessful and '0' if the add is not sucessful.
1.2Setup Notes and Prerequisites
None.
1.3Special Logic
None.
2.Technical Specifications
Check if the row exists in the Supply and Demand Inclusion Rule table (F34004). If it does not exist,
Add the row to the table (F34004).
If the add is successful, the function will return '1' in the selection field, else return '1'.
^
D3400110 - Add Supply Demand Inclusion Rule
Data Item Data Structure DescriptionI/ORequiredNotes
VERS Version IY
DCT Document Type IY
LNTY Line Type IY
TRTY Status Code IY
SL01 Selection 001 O '1' if successful. '0' if not
successful
^
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szResourceversion | MVER | char | NONE | 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 | 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
| ||||
szLinetype | LNTY | char | NONE | NONE |
A code that controls how the system processes lines on a transaction. It controls the systems with which the transaction interfaces, such as
| ||||
szTransType | TRTY | char | NONE | NONE |
A user defined code (40/AT) that indicates the status of the line. | ||||
cSuppressErrorMessage | 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
| ||||
cSelected | EV02 | char | NONE | NONE |
An option that specifies the type of processing for an event. |
None |
None |