1.Functional Description
1.1Purpose
This Business function will perform a Add, Delete of the generic text attached to the workorder
routing when the work order generation program is run.
1.2Setup Notes and Prerequisites
When calling the Business functions the calling application is responsible for loading all the
appropriate keys.
The appropriated mode has to be entered
Mode '1' - Copy the generic text on the routing to the work order routing.
Mode '2' - Delete the Generic text on the work order routing when the routing is being deleted.
1.3Special Logic
There is no special logic within this business function
2.Technical Specifications
2.4Processing
Switch
Mode '1'
Load the keys for the GT3003B and GT3112A DataStructures.
Call the API Copy Generic Text (GT3003B, 0, key3003B, GT3112A, 0,
key3112a)
Load the keys for the GT3112B DataStructure
Call
JDEGTDelete(lpBhvrrCom 'e0hEnv, (LPCSTR) "GT3112A", (LPCSTR) pStringKey, szLang);
^
D3201120 - Configurator Copy Generic Text
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnOrderNumber | DOCO | MATH_NUMERIC | NONE | NONE |
A number that identifies an original document. This document can be a voucher, a sales order, an invoice, unapplied cash, a journal entry,
| ||||
mnIdentifierShortItem | ITM | MATH_NUMERIC | NONE | NONE |
An inventory item number. The system provides three separate item numbers plus an extensive cross-reference capability to other item
| ||||
szBranchPlantF3003 | MMCU | char | NONE | 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
| ||||
mnOperationSequenceNumber | OPSQ | MATH_NUMERIC | NONE | NONE |
A number used to indicate an order of succession.
In routing instructions, a number that sequences the fabrication or assembly steps in the
| ||||
szLineIdentifier | LINE | char | NONE | NONE |
A number that defines a production line or cell. Detailed work center operations can be defined inside the line or cell. | ||||
szTypeOperationCode | OPSC | char | NONE | NONE |
A user defined code (30/OT) that indicates the type of operation. Valid values include: A Alternate routing TT Travel time IT Idle time T Text | ||||
jdEffectiveFromDate | EFFF | JDEDATE | NONE | 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
| ||||
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
| ||||
cSuppressErrorMessageID | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
cMode | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
szTypeRouting | TRT | char | NONE | NONE |
A user defined code (40/TR) that indicates the type of routing. You can define different types of routing instructions for different uses.
For
| ||||
mnBatchQuantity | BQTY | MATH_NUMERIC | NONE | NONE |
The quantity of finished units that you expect this bill of material or routing to produce. You can specify varying quantities of components
| ||||
szBranchPlantF4801 | MMCU | char | NONE | 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
|
None |
None |