1.Functional Description
1.1Purpose
This business function will compare the Input date to the System date and return the result of the
comparision as 'G' (Greater than), 'L' (Less than) or 'E' (Equal to ) the System date.
1.2Setup Notes and Prerequisites
None.
1.3Special Logic
None.
2.Technical Specifications
2.4Processing
Input Date must be a valid date.
1. Validate Input Date and initialise Result field.
2. Get System Date using the business function.
3. Compare System Date to Input Date and set the Result field as 'G','L' or 'E'.
The Result field will be passed back with the value of 'G'/'E'/'L' with the meanings as above.
D3100270 - Compare System Date
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
cResult | MODE | char | NONE | NONE |
The processing mode used in Purchase Order Consolidator to signify when specific orders are being processed. | ||||
jdInputDate | DRQJ | JDEDATE | NONE | NONE |
The date that an item is scheduled to arrive or that an action is scheduled for completion. |
None |
None |