1.Functional Description
This business function will delete rows from ECO Parts List (F3013) table for a given Index/Key
number combination.
Index: Pass in the number that identifies the index used to delete the record.
Keys: Pass the number of key elements used to delete the record.
Field values: Pass key values used to delete the record.
Suppress Error Message:1=Suppress runtime error message handling,
0=Allow runtime error message handling.
This business function will delete rows from ECO Parts List (F3013) table by either Full or partial
Keys.
1.2Setup Notes and Prerequisites
Set on "Suppress Error Messages" to suppress the runtime error message handling. Otherwise, if an
error occurs the error message will be displayed on the message line and the appropriate field (if any)
will be highlighted.
The user passes to the business function the number of the index they want to use, the number of key
fields within that index that will be used and key values (full or partial).
List of Indexes:
1 = ECPR, KIT, MMCU, TBM, BQTY, SRV (6 Keys)
2 = ECPR, ITM, MMCU, TBM, BQTY, TRV (6 Keys)
3 = ITM, DOCO (2 Keys)
4 = DOCO, PSQ, RSQ (3 Keys)
5 = DOCO, DCTO (2 Keys)
1.3Special Logic
None.
2.Technical Specifications
2.4Processing
1. Delete all rows from ECO Parts List Table (F3013) for specified Index/Key number/Key values
combination.
Retrievals:
1. ECO Parts List Detail Table (F3013).
Returns:
1. If delete fails, return Error Message ID '0001' (Action Invalid).
2. If Key values passed as input parameters are not valid for Index/Key number combination, return
Error
Message ID '0001' (Action Invalid).
Checklist:
Business Function SVR(The Business Function SVR document can be found on
in the shared folder NTSERV2.xls)
______Business Function Name
______Source file Name
______Description of what the function does
______Which programs use the function
______Authors name
Object Librarian Check:
______Verify Related Functions List against header file
______Verify Related Tables List against header file
______Verify Business Function Data Structure in the header file against
Business Function Parameter List
______"Check In" All the Business Function Parameter Lists
All Business Functions must be run through Bounds Checker before
checking them in.
______Bounds Checker
Note:Make sure to highlight the line and click on either 'Parameters' or 'Notes' button to get
Function ID
^
D3000800 - Delete ECO Parts List Records
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,
| ||||
mnPrimarySequence | PSQ | MATH_NUMERIC | NONE | NONE |
szBusinessUnit | 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
| ||||
mnRelatedSequence | RSQ | MATH_NUMERIC | NONE | NONE |
cParentChildInclusion | ECPR | char | NONE | NONE |
A code that indicates whether the item is a parent or component. Using this value, the system selects items for you on the Related Items
| ||||
mnItemNumberShort | 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
| ||||
szBranch | 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
| ||||
szTypeOfBill | TBM | char | NONE | NONE |
A user defined code (40/TB) that designates the type of bill of material. You can define different types of bills of material for different uses.
| ||||
mnParentItemShort | KIT | MATH_NUMERIC | NONE | NONE |
The system provides for three separate item numbers.
1. Item Number (short) - An eight-digit, computer assigned, completely
| ||||
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
| ||||
szToRevisionLevel | TRV | char | NONE | NONE |
The revision level for the part that is reported next. This might not be the next sequential revision. | ||||
szOrderType | DCTO | char | NONE | NONE |
A user defined code (00/DT) that identifies the type of document. This code also indicates the origin of the transaction. J.D. Edwards has
| ||||
szSwapToRevisionLevel | SRV | char | NONE | NONE |
The revision level of the "Swap-to item" whenever an engineering change order is swapping out one item for another. The swap-to revision
| ||||
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
| ||||
szIndex | 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
| ||||
szKeys | 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
| ||||
cSuppressErrorMessages | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. |
B4000460 Free Ptr To Data Structure |
F3013 ECO Parts List Detail |