1.Functional Description
1.1Purpose
This function will calculate the size of a kanban based on:
User requested effective from & thru dates
User requested demand types or planning time fence rules
Information found in the Kanban Master File (F3016), Work Day calendar file (F0007), MRP Demands
(F3413).
'b7'b7'b7
1.2Setup Notes and Prerequisites
None.
1.3Special Logic
None.
2.Technical Specifications
2.4Processing
Main Processing:
1.0Calculate the Number of Kanbans whose ITM, MMCU, LOCN, TLOC is the same as the one requested.
= BF szLocation, KMTLOC = BF szLocationTo.
1.2For each record found with this selection, increment Number of Kanbans by 1.
1.3 Subtract 1 from the total.
blank shift.
2.2Select from F0007 where CZMMCU = BF szCostCenterAlt, CZSHFT = 'blank'.
2.3For each record selected, if the record is within the requested dates, increment 'Number
of Working Days' by 1 for each Type of Day equal to 'W'.
2.4If no calendar records are found, or if there are fewer months found than expected, set
BF cErrorCondition = '1'.
MRSTRT >= BF jdEffectiveFromDate.
3.2Read each selected record and if the QT type is equal to 50 (forecast), 60 (sales order),
75 (firm work order), 95 (planned order), or 40 (rate schedule), accumulate the total period
demand based on the following.
3.3If any of BF Forecast, BF cSalesOrders, BF cFirmWorkOrders, BF cPlannedOrders, BF
cRateSchedule are equal to '2', we are selecting the greatest of demands desired (equal to 2).
DemandCalcType = 2.
3.4If any of the above are equal to '1', we are adding all demands desired (equal to 1).
CDemandCalcType = 1.
3.5If all of the above are blank, we are using planning time fence rules for the item.
DemandCalcType = 0. Fetch the time fence code and time fence days from item branch/plant F4102.
5.0Convert replenishment time from hours to days: BF mnReplenishmentTime / BF mnWorkHourPerDay.
6.0Calculate Kanban size: Average daily demand * replenish time in days / number of Kanbans.
7.0Convert from primary (demand) unit of measure to Kanban unit of measure.
VA evt_szPrimaryUOM <- szPrimaryUOM
"1" -> cSuppressErrorMessage
VA evt_szPrimaryUOM -> szFromUnitOfMeasure
BF szUnitOfMeasureAsInput -> szToUnitOfMeasure
BF mnKanbansizequantity -> mnQuantityToConvert
BF mnIdentifierShortItem -> mnShortItemNumber
BF mnKanbansizequantity <- mnQuantityConvertedFromtoTo
9.0Calculate the number of Kanban cards: Kanban size / Container size, round up to next greatest
integer.
10.0Re-calculate Kanban size: Container size * Number of Cards.
D3003430 - Kanban Size Calculation
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
jdEffectiveFromDate | EFFF | JDEDATE | OPT | NONE |
A date that indicates one of the following:
o When a component part goes into effect on a bill of material
o When a routing step goes into
| ||||
jdEffectiveThruDate | EFFT | JDEDATE | OPT | NONE |
A date that indicates one of the following:
o When a component part is no longer in effect on a bill of material
o When a routing step is no
| ||||
mnIdentifierShortItem | 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
| ||||
szCostCenterAlt | MMCU | char | OPT | NONE |
A code that represents a high-level business unit. Use this code to refer to a branch or plant that might have departments or jobs, which
| ||||
szLocation | LOCN | char | OPT | NONE |
The storage location from which goods will be moved. | ||||
szLocationTo | TLOC | char | OPT | NONE |
The storage location to which goods will be moved. | ||||
mnContainersizequantity | CNTS | MATH_NUMERIC | OPT | NONE |
The capacity of a container in a kanban-controlled environment. | ||||
cForecast | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
cSalesOrders | EV02 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
cFirmWorkOrders | EV03 | char | OPT | NONE |
A radio button that specifies the level at which trace/track result is to be displayed. Select the Detail to display all transactions except IB, IX,
| ||||
cPlannedOrders | EV04 | char | OPT | NONE |
PeopleSoft event point processing flag 04. | ||||
cRateSchedule | EV05 | char | OPT | NONE |
A flag that indicates whether automatic spell check is turned on. | ||||
mnWorkHourPerDay | WRHR | MATH_NUMERIC | OPT | NONE |
The number of work hours that the manufacturing plant operates per day. | ||||
mnSafetyStock | SAFE | MATH_NUMERIC | OPT | NONE |
The quantity of stock kept on hand to cover high-side variations in demand. | ||||
mnKanbansizequantity | KBQT | MATH_NUMERIC | OPT | NONE |
The total size of the kanban. | ||||
mnNumberOfCards | MATH01 | MATH_NUMERIC | OPT | NONE |
- - - Good Performance Low Value. | ||||
mnReplenishmentTime | AVRT | MATH_NUMERIC | OPT | NONE |
The time required before a consuming location has a replacement kanban available from its supplying location.
This value is used only for
| ||||
szUnitOfMeasureAsInput | 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). | ||||
cErrorCondition | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. |
None |
None |