1.Functional Description
To perform processing related to the checking in of a Kanban. 
Kanban Check In Edit Line:
the Kanban is ready to be checked in.
 Perform Kanban Super Backflush Edits which will load all necessary work files, caches, etc. to 
perform blind and non-blind issues, hours & quantities,  and completions.
 
D3101780B - Kanban Processing Check In Edit Line
D3101780B Parameters:
Data Item Data Structure DescriptionI/ORequiredNotes
JOBS      Job Number                  IR   Used to retrieve the Work
                                                         Cache created in Begin
                                                         Doc.
ERRC      Error Code                  O   Determines whether any
                                                         errors or warnings were
                                                         issued. ' ' = No Errors
                                                         '1' = Warning '2' =
                                                         Error
DTAI      Error Message ID            O
EV01       Suppress Error Messages      I   '1' = Suppress Error
                                                         Message
EV01      Process Edits            I   Determines what level of
                                                         edit checking is 
                                                         performed. '0' = No Edits 
                                                         '1' = Full Edits '2' = 
                                                         Partial Edits
KID1      Kanban ID                  I
CDN      Deposit Number            I   Also known as the 
                                                         container number.
TRQT      Transaction Qty            I/O   The transaction qty 
                                                         associated with the 
                                                         container.
UOM      Transaction UOM            I   The unit of measure 
                                                         related to the 
                                                         transaction quantity
TRDJ      Transaction Date            I   If blank will default to 
                                                         today's date.
AN8      Employee Number            I   To be used if Hours&Qtys 
                                                         are being processed.
SHFT      Shift                        I   To be used if Hours&Qtys 
                                                         are being processed.
DOCO      Document Number            I/O   The document associated 
                                                         with the Kanban.  Either 
                                                         the document number will 
                                                         already be in the Kanban 
                                                         Master, or Kanban Check 
                                                         In processing will 
                                                         attempt to fetch a 
                                                         qualifying document 
                                                         number and return it to 
                                                         the application.
DCTO      Document Type            I/O
TRQT      Kanban Transaction Qty      O   The transaction qty 
                                                         associated with the 
                                                         kanban, which is the sum 
                                                         of all container 
                                                         transaction quantities.
EV01      Execute SBF Process      O   Values are: ' ' = Don't 
                                                         execute Super Backflush 
                                                         '1' = Execute Super 
                                                         Backflush
EV01      Execute PO Receipts      O   Values are: ' ' = Don't 
                                                         execute PO Receipts '1'= 
                                                         Execute PO Receipts
EV01      Execute Inv Transfers      O   Values are: ' ' = Don't 
                                                         execute Inv. Transfers 
                                                         '1' = Execute Inv. 
                                                         Transfers
ICU      P311221 Batch Number      O   Returned from Super 
                                                         Backflush begin doc.  
                                                         Used when posting hours 
                                                         and quantities.
OPSQ      From Operation Sequence      O   Returned from Super 
                                                         Backflush edit line.  
                                                         Contains the last 
                                                         material pay point.
OPSQ      Thru Operation Sequence      O   The last operation 
                                                         sequence specified on the 
                                                         work order (which must be 
                                                         a pay point).
 
^
| 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 
 | ||||
| szErrorMessageID | DTAI | char | OPT | 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 
 | ||||
| cSuppressErrorMessages | EV01 | char | OPT | NONE | 
| An option that specifies the type of processing for an event. | ||||
| cProcessEdits | EV01 | char | OPT | NONE | 
| An option that specifies the type of processing for an event. | ||||
| mnKanbanID | KID1 | MATH_NUMERIC | OPT | NONE | 
| A unique identifier for the first kanban assigned to an item in a specified branch/plant, consuming location, or supplying location. | ||||
| mnDepositNumber | CDN | MATH_NUMERIC | OPT | NONE | 
| A number that uniquely defines a Construction Deposit. | ||||
| 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 
 | ||||
| szTransactionUOM | 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). | ||||
| mnEmployeeNumber | AN8 | MATH_NUMERIC | OPT | NONE | 
| A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or 
 | ||||
| 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 
 | ||||
| mnDocumentNumber | DOCO | MATH_NUMERIC | OPT | NONE | 
| A number that identifies an original document. This document can be a voucher, a sales order, an invoice, unapplied cash, a journal entry, 
 | ||||
| szDocumentType | DCTO | char | OPT | 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 
 | ||||
| mnKanbanTransactionQty | TRQT | MATH_NUMERIC | OPT | NONE | 
| A value that represents the available quantity, which might consist of the on-hand balance minus commitments, reservations, and 
 | ||||
| cExecuteSBFProcess | EV01 | char | OPT | NONE | 
| An option that specifies the type of processing for an event. | ||||
| cExecuteInvTransfers | EV01 | char | OPT | NONE | 
| An option that specifies the type of processing for an event. | ||||
| mnP311221BatchNumber | ICU | MATH_NUMERIC | OPT | NONE | 
| A number that identifies a group of transactions that the system processes and balances as a unit. When you enter a batch, you can either 
 | ||||
| mnFromOperationSequence | OPSQ | MATH_NUMERIC | OPT | NONE | 
| A number used to indicate an order of succession.
In routing instructions, a number that sequences the fabrication or assembly steps in the 
 | ||||
| mnThruOperationSequence | OPSQ | MATH_NUMERIC | OPT | NONE | 
| A number used to indicate an order of succession.
In routing instructions, a number that sequences the fabrication or assembly steps in the 
 | ||||
| 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. | ||||
| cExecutePOReceipts | EV01 | char | OPT | NONE | 
| An option that specifies the type of processing for an event. | ||||
| szProgramId | PID | char | OPT | NONE | 
| The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
 | ||||
| szKanbanLotNumber | LOTN | char | OPT | NONE | 
| A number that identifies a lot or a serial number. A lot is a group of items with similar characteristics. | ||||
| mnSalesOrderNumber | DOCO | MATH_NUMERIC | OPT | NONE | 
| A number that identifies an original document. This document can be a voucher, a sales order, an invoice, unapplied cash, a journal entry, 
 | ||||
| szSalesOrderType | DCTO | char | OPT | 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 
 | ||||
| szSalesOrderkeyCompany | 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 
 | ||||
| szReceivingLocation | LOCN | char | OPT | NONE | 
| The storage location from which goods will be moved. | ||||
| cAdHocCardExists_EV01 | EV01 | char | OPT | NONE | 
| An option that specifies the type of processing for an event. | ||||
| None | 
| None |