1.Functional Description
1.1Purpose
This function will call the requested Program Number to perform the Kanban Size Calculation.
1.2Setup Notes and Prerequisites
Program ID must be entered in the processing option for R30450.
Data Structure of the external function must be the same as D3003460.
1.3Special Logic
None.
2.Technical Specifications
2.4Processing
1.0Retrieve the function name for the Program ID from Object Librarian-Function Detail File (F9862).
2.0If the function exists, use jdeCallObject using the function name and lpDS (D3003460) Data
Structure.
3.0 If call to the external program failed or the function name was not found issue error 032G and
set Error Condition equal to '2'.
^
D3003460 - Call External Sizing Program
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
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. | ||||
cForecasts | 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. | ||||
cFrimWorkOrders | 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. | ||||
mnSafetyStockDaysSupply | 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. | ||||
mnAverageQueueTimeHours | 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). | ||||
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
| ||||
szExternalProgramID | 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
| ||||
cErrorCondition | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. |
None |
None |