1.Functional Description
1.1Purpose
The function will check F4801 for an existing Rate with the same Item Number ITM, Branch/Plant MMCU,
Document Type DCTO, Line LINE, Start Date STRT, and Request Date DRQJ. If Period MWDH is not equal
to blank or the Rate Status SRST does not match, the function will look for another Rate until one is
found, when the same filtering will be done. If none are found, the function will return an
indicator. If one is found the function will return the Rate document number DOCO.
1.2Setup Notes and Prerequisites
None.
1.3Special Logic
None.
2.Technical Specifications
2.4Processing
Open F4801
If Successful,
If Successful,
If MWDH is not equal to blank
Pass back DOCO
Close F4801
D3101740 - F4801 Get Rate Order Number
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnIdentifierShortItem | ITM | MATH_NUMERIC | REQ | INPUT |
An inventory item number. The system provides three separate item numbers plus an extensive cross-reference capability to other item
| ||||
szBranch | MMCU | char | REQ | INPUT |
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
| ||||
jdDateStart | STRT | JDEDATE | REQ | INPUT |
The start date for the order. You can enter this date manually, or have the system calculate it using a backscheduling routine. The routine
| ||||
jdDateRequested | DRQJ | JDEDATE | REQ | INPUT |
The date that an item is scheduled to arrive or that an action is scheduled for completion. | ||||
szOrderType | DCTO | char | REQ | INPUT |
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
| ||||
szStatus | SRST | char | REQ | INPUT |
A user defined code (00/SS) that describes the status of a work order, rate schedule, or engineering change order. Any status change from
| ||||
szLine | LINE | char | REQ | INPUT |
A number that defines a production line or cell. Detailed work center operations can be defined inside the line or cell. | ||||
mnOrderNumber | DOCO | MATH_NUMERIC | OPT | OUTPUT |
A number that identifies an original document. This document can be a voucher, a sales order, an invoice, unapplied cash, a journal entry,
| ||||
cErrorCode | ERRC | char | OPT | OUTPUT |
This error code indicates if any errors occurred during the creation of the Trip Document Detail (F4914) records by the Delivery Document
| ||||
cShiftCode | SHFT | char | OPT | NONE |
A user defined code (00/SH) that identifies daily work shifts.
In payroll systems, you can use a shift code to add a percentage or amount to
|
None |
None |