ParseTransactionReferenceField

Parse Transaction Reference Field

Minor Business Rule

Object Name: B4100620

Parent DLL: COPBASE

Location: Client/Server

Language: C

Functional Description

Purpose
Parse the Transaction reference field into four pieces and return the individual pieces.  This is 
needed in order to correctly display the account information in Inventory Issues.


Setup Notes and Prerequisites
None.

Technical Specifications

Take the TREF field and parse into four pieces.  Take the first position of the field and send back 
in the EV01 field.  Take the second position and send back in the EV02 field.  Same applies to EV03 and 

EV04.




^

Data Structure

D4100620 - Parse Transaction Reference Field

Data Item Data Structure DescriptionI/ORequired

TREF                   Transaction Reference                     I    Y

EV01                   Account Display                  O    N

EV02                   Subledger Display                  O     N

EV03                   Phase Display                                  O               N

EV04                  Asset Id Display                                  O               N


^

Parameter NameData ItemData TypeReq/OptI/O/Both
szTransactionReferenceTREFcharNONENONE

A reference number that provides an audit trail for specific transactions.

cAccountDisplayEV01charNONENONE

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

cSubledgerDisplayEV02charNONENONE

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

cPhaseDisplayEV03charNONENONE

A radio button that specifies the level at which trace/track result is to be displayed.  Select the Detail to display all transactions except IB, IX, 
and IZ types.  Or, select Derivative Lots Only to display only those transactions that may have created new derivative lot. 

cAssetIdDisplayEV04charNONENONE

PeopleSoft event point processing flag 04.

Related Functions

None

Related Tables

None