Functional Description
Purpose
The purpose of the F03BUI05 Write Auto Receipts Batch Records business function is to write all rows 
selected from the grid to a workfile (F03BUI05).  The function is called for each grid row selected.  
It writes Computer ID, Job Number, Batch Type and Batch Number to the workfile.  
Setup Notes and Prerequisites
None
Special Logic
None
Technical Specifications
Parameters
Item DescriptionI/O  Req?Notes
CTIDComputer IDI  Y
JOBS      Job Number  I Y The job number (work station ID) which executed the 
particular job. 
ICUTBatch TypeI    YBatch Type for Transaction
ICU     Batch Number   I    Y Batch Number for Transaction
Related Tables 
F03BUI05Auto Receipts Batch Workfile
Related Functions
None
Processing
 Open Auto Receipts Batch Workfile (F03BUI05)
 Write record to workfile (Computer ID, Job Number, Batch Type and Batch Number)
 
 Close Auto Receipts Batch Workfile (F03BUI05) and free memory
^
D03B0054 - F03BUI05 Write Auto Receipt Batch Record
Purpose
This data structure is used in WriteAutoReceiptsBatchRecord function.
Parameters
Item DescriptionI/O  Req?Notes
CTIDComputer IDI  Y
JOBS      Job Number  I Y The job number (work station ID) which executed the 
particular job. 
ICUTBatch TypeI    YBatch Type for Transaction
ICU     Batch Number   I    Y Batch Number for Transaction
^
| Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both | 
|---|---|---|---|---|
| szComputerID | CTID | char | NONE | NONE | 
Item  ab  Descriptionab I/O   Req?ab Notes
  | ||||
| mnJobNumber | JOBS | MATH_NUMERIC | NONE | NONE | 
Item  ab  Descriptionab I/O   Req?ab Notes
  | ||||
| szBatchType | ICUT | char | NONE | NONE | 
Item  ab  Descriptionab I/O   Req?ab Notes
  | ||||
| mnBatchNumber | ICU | MATH_NUMERIC | NONE | NONE | 
Item  ab  Descriptionab I/O   Req?ab Notes
  | ||||
| None | 
| F03BUI05 Auto Receipts Batch Workfile |