F3292VerifySegmentReference

F3292 Verify Segment Reference

Minor Business Rule

Object Name: N3200990

Parent DLL: CMFG

Location: Client/Server

Language: NER

1.Functional Description

1.1Purpose
This function will verify existence of a segment reference in Cross Segment Editing (F3292). 

1.2Setup Notes and Prerequisites

The calling application is responsible for loading all appropriate key values to the data structure 
and identifying the mode.  


1.3Special Logic
There is no special logic within this function.

2.Technical Specifications
2.4Processing 

1.If Parent Item Number (KIT), Branch/Plant (MCU), or Segment Number (PEL) was not passed, return 

Error Message ID (DTAI) as '0002'.

2.Read all Cross Segment Editing (F3292) records with the Parent Item Number (KIT), Branch/Plant 

(MCU), and Parent Segment Number (PEL).

3.If a record is found with Segment Item (PSIN) equal to zero or Parent Item (KIT) equal Segment 

Item (PSIN) and Branch/Plant (MCU) equal to Segment Branch (EMCU), return Error Message ID (DTAI) as 

Blanks.

4.If not, continue.

5.Fetch a Cross Segment Editing (F3292) record with Segment Item Number (PSIN), Parent Segment 

Number (PEL),  and Segment Branch (EMCU).

6.If record is found, return Error Message ID (DTAI) as Blanks.

7.Fetch a Cross Segment Editing (F3292) record with Parent Item Number (KIT), Branch/Plant (MCU), 

and Child Segment Number (CEL).

8.If record is found, return Error Message ID (DTAI) as Blanks.

9.If no record was found, return Error Message ID (DTAI) as '017F'.



Data Structure

D3200990 - F3292, Verify Segment Reference

Parameter NameData ItemData TypeReq/OptI/O/Both
mnParentItemNumberShortKITMATH_NUMERICNONENONE

The system provides for three separate item numbers.    1.   Item Number (short) - An eight-digit, computer assigned, completely 
non-significant item number.    2.   2nd Item Number - The 25-digit, free form, user defined alphanumeric item number.    3.   3rd Item Number - Another 
25-digit, free form, user defined alphanumeric item number.

szBranchPlantMCUcharNONENONE

An alphanumeric code that identifies a separate entity within a business for which you want to track costs. For example, a business unit 
might be a warehouse location, job, project, work center, branch, or plant. You can assign a business unit to a document, entity, or person for 
purposes of responsibility reporting. For example, the system provides reports of open accounts payable and accounts receivable by 
business unit to track equipment by responsible department. Business unit security might prevent you from viewing information about business units 
for which you have no authority.

mnParentSegmentNumberPELMATH_NUMERICNONENONE

A number that establishes the sequence in which the segments were defined in the system. Segment numbers are user 
defined. Cross-segment editing rules reference the segment numbers to ensure that the set of values defines a valid configuration. Assembly inclusion rules 
reference segment numbers and their associated values to define prices, component parts, routing, and calculated values for configured items.

cSuppressErrorsEV01charNONENONE

An option that specifies the type of processing for an event.

szErrorMessageIDDTAIcharNONENONE

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 
special characters such as %, &, or +. You create new data items using system codes 55-59. You cannot change the alias.

Related Functions

None

Related Tables

None