Functional Description
Purpose
This function deletes transaction records from the Cycle Count Transaction table (F4141).
Setup Notes and Prerequisites
The Cycle Count Number (CYNO), Second Item Number (LITM), Branch/Plant (MCU), Location (LOCN), Lot
Number (LOTN), Index (CDL) and Keys (CDL) are required input parameters.
Index '1'Keys 1 = Cyno
Keys 2 = Cyno and litm
Keys 3 = Cyno, litm, and mcu
Keys 4 = Cyno, litm, mcu, and locn
Keys 5 = Cyno, litm, mcu, locn, and lotn
Keys 6 = Cyno, litm, mcu, locn, lotn, and stun
Index '2'Keys 1 = Cyno
Keys 2 = Cyno and mcu
Keys 3 = Cyno, mcu, and locn
Keys 4 = Cyno, mcu, locn, and lotn
Keys 5 = Cyno, mcu, locn, lotn, and stun
Technical Specification
This function deletes the F4141 record for the keys passed in.
^
D4100660C - Delete Cycle Count Transaction Record
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnCycleCountNumber | CYNO | MATH_NUMERIC | NONE | NONE |
The unique number the system assigns to identify items you have selected to count as a group. The system generates this number using
| ||||
szSecondItemNumber | LITM | char | NONE | NONE |
A number that identifies the item. The system provides three separate item numbers plus an extensive cross-reference capability to
| ||||
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
| ||||
szLocation | LOCN | char | NONE | NONE |
The storage location from which goods will be moved. | ||||
szLotNumber | LOTN | char | NONE | NONE |
A number that identifies a lot or a serial number. A lot is a group of items with similar characteristics. | ||||
mnStorageUnitNumber | STUN | MATH_NUMERIC | NONE | NONE |
A number that uniquely identifies goods in specific location detail information. Location detail contains a storage unit number if you turn on
| ||||
mnIndex | CDL | MATH_NUMERIC | NONE | NONE |
The length of the user defined code. It cannot be greater than 10 characters. | ||||
mnKeys | CDL | MATH_NUMERIC | NONE | NONE |
The length of the user defined code. It cannot be greater than 10 characters. | ||||
cSuppressErrorMessages | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
szErrorMessageID | DTAI | char | NONE | 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
|
B0000128 Retrieve Company Currency Code | ||||
B0000130 Retrieve Company From Business Unit | ||||
B9800100 Get Audit Information | ||||
XF41021 Update F41021 Locations | ||||
XF4105 Item Cost I/O |
F4009 Distribution/Manufacturing Constants | ||||
F4141 Cycle Count Transaction File |