Transformation Definition Information
  PPT
Transformation Definition Information
Transformation Definition
Tokens
 
tp-id
Mandatory data token
tp-document-id
Mandatory data token
tp-site
Optional data token
tp-address
Optional data token
tp-message-nbr
Optional data token
tp-func-grp-nbr
Optional data token
tp-interchange-nbr
Optional data token
tp-document-nbr
Optional data token
tp-doc-dir
Optional data token
mfgpro-site
Optional data token
mfgpro-address
Optional data token
map-name
Transformation state token
map-exf-name
Transformation state token
map-exf-vers
Transformation state token
map-imp-name
Transformation state token
map-imp-vers
Transformation state token
map-mfg-name
Transformation state token
map-mfg-vers
Transformation state token
map-many-to-many
Transformation state token
map-debug-level
Transformation state token
map-can-run
Transformation state token
current-exf-seq
Transformation state token
current-mfg-seq
Transformation state token
conditional-rec-flushed
Transformation state token
Field Types
 
AN
Alphanumeric
D
Date
I
Integer
L
Logical
R
Real Number
Associated Variable Types
 
G
Gateway
This variable is used by the gateway during the transform process (variables are defined in the gateway variable definition include file).
T
Turnaround
This variable type represents imported data that is stored in the turnaround data table, indexed, and later associated with an exported document.
D
Data Entry
The operator adds this data during processing. This function is not currently implemented.
Event Qualifier
 
Each
First and last to be implemented later
Events
 
RE
Record Entry
RX
Record Exit
LE
Loop Entry
LX
Loop Exit
Event Actions
 
Action Type
Internal
Action
Level
Description
Equate
=
Field
Set the target equal to the source.
If
if
Field
Conditional logic based on source and source qualifier.
The if statement must return a value of True or Yes.
It allows the use of Else and EndIf and does not require a source or target.
EndIf
endif
Field
End of an If statement.
EndIf does not require a source or target.
Else
Else
Field
Logical branch between If and EndIf statements.
Else does not require a source or target.
Read
put
Record
Read the source record files into memory (only input).
Clear
free
Record
Remove the source(input)/target(output) record file from memory.
Write
flush
Record
Write the target record to the database (only output).
You must write a header record before another record can be written.
Write can be used optionally with the check hash function, which determines the header against which the detail will be written.
Loop
loop
Record
Loop through the records already read into memory.
LoopEnd
end
Record
End a loop. Does not require a source or target.
New
new
Record
Just for documentation purposes (a kind of separator).
Quali2fier
Depends on the document direction!
I means input to transformation
O means output from transformation
 
I
Input Data
Source
O
Output Data
Target
V
Variable
Source and Target
F
Function
Source only
C
Constant
Source only