1.Functional Description
To prepare for the work order functionality as required by Kanban.  This funtion will be called by 
the Kanban check out processing.
2.Technical Specifications
Initialize ErrorCode to blank
Initialize ErrorMessageId to blank
If WOEntryVersion is blank
 Default "ZJE0001"
End
Call WO Entry Begin Doc
F4801 Begin doc
If no error from begin doc
If ErrorCode is not equal to "2",
F4801 Edit line
If there is an error from edit line
If ErrorCode is '2'
 Call WO Entry Clear Work File
D3101890 - Kanban, Work Order Processsing
Parameters:
Data Item Data Structure DescriptionI/ORequiredNotes
JOBS      JobNumber                  I/OY     Save for X4801 End Doc      
                                                         and Clear Work File
ERRC      ErrorCode                  O   Determines whether any 
                                                         errors or warnings were 
                                                         issued. ' ' = No Errors 
                                                         '1' = Warning '2' = 
                                                         Error
EV01      SuppressErrors            I   ' ' = Not Suppress '1' = 
                                                         Suppress
VERS      WOEntryVersion            I
MCU      SupplyBranch            IY
KCOO      WOKeyCompany            O   Save for End Doc 
LNID      WOLineNumber            O   Save for End Doc
ITM      ShortItemNumber            IY
TRDJ      TransactionDate            IN
DRQJ      RequestedDate            IY
TRQT      TransactionQty            IY
KCO      szKanbanCompany            IY
UITM      UnformatedItemNumber      IY
LINE      LineCell                  IN
SHFT      ShiftCode                  IN
^
| Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both | 
|---|---|---|---|---|
| mnJobnumber | JOBS | MATH_NUMERIC | OPT | NONE | 
The job number (work station ID) which executed the particular job.  | ||||
| cErrorCode | ERRC | char | OPT | NONE | 
This error code indicates if any errors occurred during the creation of the Trip Document Detail (F4914) records by the Delivery Document 
  | ||||
| cSuppressErrorMessages | EV01 | char | OPT | NONE | 
An option that specifies the type of processing for an event.  | ||||
| szWOEntryVersion | VERS | char | OPT | NONE | 
A user-defined set of specifications that control how applications and reports run. You use versions to group and save a set of user-defined 
  | ||||
| szSupplyBranch | MCU | char | OPT | NONE | 
An alphanumeric code that identifies a separate entity within a business for which you want to track costs. For example, a business unit 
  | ||||
| szWOCompany | KCOO | char | OPT | NONE | 
A number that, along with order number and order type, uniquely identifies an order document (such as a purchase order, a contract, a 
  | ||||
| mnWOLineNumber | LNID | MATH_NUMERIC | OPT | NONE | 
A number that identifies multiple occurrences, such as line numbers on a purchase order or other document. Generally, the system assigns 
  | ||||
| mnShortItemNumber | ITM | MATH_NUMERIC | OPT | NONE | 
An inventory item number. The system provides three separate item numbers plus an extensive cross-reference capability to other item 
  | ||||
| jdTransactionDate | TRDJ | JDEDATE | OPT | NONE | 
The date that an order was entered into the system. This date determines which effective level the system uses for inventory pricing.  | ||||
| jdRequestedDate | DRQJ | JDEDATE | OPT | NONE | 
The date that an item is scheduled to arrive or that an action is scheduled for completion.  | ||||
| mnTransactionQuantity | TRQT | MATH_NUMERIC | OPT | NONE | 
A value that represents the available quantity, which might consist of the on-hand balance minus commitments, reservations, and 
  | ||||
| szCompanyKey | KCO | char | OPT | NONE | 
A number that, with the document number, document type and G/L date, uniquely identifies an original document, such as invoice, voucher, 
  | ||||
| szItemNoUnknownFormat | UITM | char | OPT | NONE | 
A number that the system assigns to an item. It can be in short, long, or third item number format.  | ||||
| szLineCell | LINE | char | OPT | NONE | 
A number that defines a production line or cell. Detailed work center operations can be defined inside the line or cell.  | ||||
| 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 
  | ||||
| szReference | VR01 | char | OPT | NONE | 
An alphanumeric value used as a cross-reference or secondary reference number. Typically, this is the customer number, supplier 
  | ||||
| szTransactionUnitOfMeasure | UOM | char | OPT | NONE | 
A user defined code (00/UM) that indicates the quantity in which to express an inventory item, for example, CS (case) or BX (box).  | ||||
| None | 
| None |