1 Functional Description
1.1 Purpose
This function will return the Type of Change and Parent/Child Relationship, as well as the Short Item
Number from the primary record, for the related Related Item, using index F3013_4.
The ECO number will be passed to the Business Function, along with the Primary Sequence Number. To
find the Primary record, the Related Sequence Number should be set to Zero.
1.2 Setup Notes and Prerequisites
None.
1.3 Special Logic
No special logic is contained within this function.
2 Technical Specifications
2.4Processing
If record found
Return TIC, ECPR, & ITM
ERRC = '0', indicating success
Else
Return ERRC = '1', indicating unsuccessful
^
D3002000 - F3013Get PrimaryTIC/ECPR
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
DocumentNumber | 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,
| ||||
PrimarySequenceNumber | PSQ | MATH_NUMERIC | NONE | NONE |
RelatedSequenceNumber | RSQ | MATH_NUMERIC | NONE | NONE |
ChangeType | TIC | char | NONE | NONE |
A code that describes the type of item change. This value is used by the Related Items window to determine the number and nature of
| ||||
ParentChildRelationship | 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
| ||||
ErrorMessageID | 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
| ||||
SuppressErrorMessages | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
ErrorCode | ERRC | char | NONE | NONE |
This error code indicates if any errors occurred during the creation of the Trip Document Detail (F4914) records by the Delivery Document
| ||||
ShortItemNumber | 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
|
None |
None |