Table of Contents

SYI - Table for Volume Report

Module SYI

Description

This table holds the volume report. SYSWDR writes the result of each periodical test into this table, one record for each test.


Datafields

Name Description Data Type Len Dec. View lines View type Inst. Visible Codetable
INR Internal Unique ID Text 8 1 Edit Yes Public
CHKDATTIM Date time of check Datetime 15 0 Unknown Yes Public
SEVCOD Security Code Text 1 1 Edit Yes Public Embedded
CHKTXT Text from check Stream 1 0 Source Yes Public
ERRCNT Error count Numeric 8 0 Edit Yes Public
MAXERRCNT Max error count Numeric 8 0 Edit Yes Public
FNCNAM Function Text 40 1 Edit Yes Public
CHKPNT Type of check PER / MOR / EVN Text 3 1 Edit Yes Public Embedded

Indices

Name Fields Properties
SYI_CHKDATTIM CHKDATTIM
SYI_INR INR Unique

/


Lock

INR

Datafield Description and Properties


Datafield INR Internal Unique ID

Description

INR of a record within the table.

The INR is a text field, which is created by retrieving the next valid entry from the counter SSN. The field INR is used to maintain links from other tables into this table.

Helpinformation

Unique internal ID of a record within the table. The INR is a text field, which is created by retrieving the next valid entry from the counter of this table. The field INR is used to enable links from other tables to this table.

For contractdata the INR also links the two tables xxD and xxT as associated entries hold the same INR.


Datafield CHKDATTIM Date time of check

Description

Date time of a check.


Datafield SEVCOD Security Code

Description

Security Code as per codetable.

Codetable
Code Text
O OK
W Warning
E Error

Datafield CHKTXT Text from check

Description

Text from check.


Datafield ERRCNT Error count

Description

Counter of errors.


Datafield MAXERRCNT Max error count

Description

Counter of maximum errors.


Datafield FNCNAM Function

Description

Name of a function.


Datafield CHKPNT Type of check PER / MOR / EVN

Description

Type of time for a check as per codetable.

Codetable
Code Text
MOR Morning check
EVN Evening check
PER Periodical check