1.Functional Description
1.1Purpose
This function will
A)Delete generic text that is associated to the F3003 record based on Parent Item, Batch, and
Branch/Plant, Routing Type, Operation Sequence Number, Line/Cell, Type Operation Code and Effective From
Date.
B)Copy the original F3003 Operation generic text to the new F3003 record based on Parent Item,
Branch Plant, Batch Qty, Operation Sequence Number, Line/Cell, Type Operation Code and Effective From Date.
1.2Setup Notes and Prerequisites
1.3Special Logic
Set Process Edits = 'D' to delete the F3003 record's generic text.
D3003620 - Copy or Delete Generic Text
Data Item Data Structure DescriptionI/ORequiredNotes
EV01 Process Edits I N 'C' Copy GT from original F3003 to
new F3003 (default)
'D' Delete F3003's GT
ERRC Error Code O N '0' = No Errors
'1' = Warnings
'2' = Error
DTAI Error Message ID O N
SUPPS Suppress Error Message I N '1' to suppress run time errors
KIT From Parent Item Number I Y Parent on Routing text is to
be copied from
MMCU From Branch Plant I Y Branch on Routing text is to be copied
from
TRT From Routing Type I Y Routing Type on Routing text is to
be copied from
BQTY From Batch Qty I Y Batch Quantity on Routing text is to
be copied from
OPSQ From Operation
Sequence Number I Y Operation on Routing text is to
be copied from
LINE From Line/Cell I Y Line/Cell on Routing text is to
be copied from
OPSC From Type Operation Code I Y Type Operation Code on Routing text
is to be copied from
EFFF From Effective From Date I Y Effective From Date on Routing text
is to be copied from
KIT To Parent Item Number I Y* Parent on Routing text is to be copied
to.
MMCU To Branch Plant I Y* Branch on Routing text is to be copied
to.
TRT To Routing Type I Y* Routing Type on Routing text is to
be copied to.
BQTY To Batch Qty I Y* Batch Quantity on Routing text is to
be copied to.
OPSQ To Operation Sequence Number I Y* Operation on Routing text is to be copied
to.
LINE To Line/Cell I Y* Line/Cell on Routing text is to be copied
to.
OPSC To Type Operation Code I Y* Type Operation Code on Routing text
is to be copied to.
EFFF To Effective From Date I Y* Effective From Date on Routing text is
to be copied to.
* Only required for a Copy action
^
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
cProcessEdits | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
cErrorCode | ERRC | char | OPT | NONE |
This error code indicates if any errors occurred during the creation of the Trip Document Detail (F4914) records by the Delivery Document
| ||||
cSuppressErrorMessage | SUPPS | char | OPT | NONE |
A flag indicating whether or not runtime error messaging will occur when an error message is issued from a business function.
0 = allow
| ||||
szErrorMessageId | DTAI | char | OPT | 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
| ||||
mnFromItemNumberShortKit | KIT | MATH_NUMERIC | OPT | NONE |
The system provides for three separate item numbers.
1. Item Number (short) - An eight-digit, computer assigned, completely
| ||||
szFromBranch | 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
| ||||
szFromTypeRouting | TRT | char | OPT | 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
| ||||
mnFromUnitsBatchQuantity | BQTY | MATH_NUMERIC | OPT | NONE |
The quantity of finished units that you expect this bill of material or routing to produce. You can specify varying quantities of components
| ||||
mnFromSequenceNoOperations | OPSQ | MATH_NUMERIC | OPT | NONE |
A number used to indicate an order of succession.
In routing instructions, a number that sequences the fabrication or assembly steps in the
| ||||
szFromLineIdentifier | LINE | char | OPT | NONE |
A number that defines a production line or cell. Detailed work center operations can be defined inside the line or cell. | ||||
szFromTypeOperationCode | OPSC | char | OPT | 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 | ||||
jdFromEffectiveFromDate | 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
| ||||
mnToItemNumberShortKit | KIT | MATH_NUMERIC | OPT | NONE |
The system provides for three separate item numbers.
1. Item Number (short) - An eight-digit, computer assigned, completely
| ||||
szToBranch | 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
| ||||
szToTypeRouting | TRT | char | OPT | 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
| ||||
mnToUnitsBatchQuantity | BQTY | MATH_NUMERIC | OPT | NONE |
The quantity of finished units that you expect this bill of material or routing to produce. You can specify varying quantities of components
| ||||
mnToSequenceNoOperations | OPSQ | MATH_NUMERIC | OPT | NONE |
A number used to indicate an order of succession.
In routing instructions, a number that sequences the fabrication or assembly steps in the
| ||||
szToLineIdentifier | LINE | char | OPT | NONE |
A number that defines a production line or cell. Detailed work center operations can be defined inside the line or cell. | ||||
szToTypeOperationCode | OPSC | char | OPT | 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 | ||||
jdToEffectiveFromDate | 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
|
None |
None |