Functional Description
Purpose
This function will verify if there are any open work orders that exist in Work Order
Master table (F4801) for all Item Numbers, Branch/Plants or Order Numbers.
Setup Notes and Prerequisites
Special Logic
Technical Specification
Parameters
Data Item     Data Structure Description      I/O      Required     Notes
ITM           Short Item Number                I           Y
MCU           Branch/Plant                     I           Y
DOCO          Order Number                     I           Y
CDL           Index                            I           Y        '1' and '4' are allowed index 
only
CDL           Keys                             I           Y        '1' and '2' are allowed keys only
EV01          Open WO Exist                    O           N        '1' = Open Work Order Exists
       
Related Tables
F4801 - Work Order Master File
Related Business Fuctions
Processing
Fetch records in F4801 based on index and keys passed in.
If a record(s) found 'Open WO Exist" = 1.
^
D4100980 - F4801 Verify Open Work Order Exist
Parameters
Data Item     Data Structure Description      I/O      Required     Notes
ITM           Short Item Number                I           Y
MCU           Branch/Plant                     I           Y
DOCO          Order Number                     I           Y
CDL           Index                            I           Y        '1' and '4' are allowed index 
only
CDL           Keys                             I           Y        '1' and '2' are allowed keys only
EV01          Open WO Exist                    O           N        '1' = Open Work Order Exists
       
^
| Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both | 
|---|---|---|---|---|
| mnShortItemNumber | ITM | MATH_NUMERIC | NONE | NONE | 
An inventory item number. The system provides three separate item numbers plus an extensive cross-reference capability to other item 
  | ||||
| szBranchPlant | MCU | char | NONE | NONE | 
An alphanumeric code that identifies a separate entity within a business for which you want to track costs. For example, a business unit 
  | ||||
| mnOrderNumber | DOCO | MATH_NUMERIC | NONE | NONE | 
A number that identifies an original document. This document can be a voucher, a sales order, an invoice, unapplied cash, a journal entry, 
  | ||||
| mnIndex | CDL | MATH_NUMERIC | NONE | NONE | 
Parameters
  | ||||
| mnKeys | CDL | MATH_NUMERIC | NONE | NONE | 
Parameters
  | ||||
| cOpenWOExist | EV01 | char | NONE | NONE | 
Parameters
  | ||||
| None | 
| F4801 Work Order Master File |