Table of Contents

SLT - Changed objects info to SLG

Module SLT

Description


Datafields

Name Description Data Type Len Dec. View lines View type Inst. Visible Codetable
INR Internal unique Id Text 8 1 Edit Yes Public
SLGINR INR of linked SLG enty Text 8 1 Edit Yes Public
OBJINR Object INR Text 8 1 Edit Yes Public
OBJTYP Object Type Text 6 1 Edit Yes Public CBOTXT
SLFFLG Status of takeover to SLF Text 1 1 Edit Yes Public Embedded
OBJSUBKEY Subkey of entry ( e.g. for INI-file changes) Text 80 1 Edit Yes Public
FCT Function Text 1 1 Edit Yes Public Embedded

Indices

Name Fields Properties
SLT_INR INR Unique
SLT_OBJ OBJTYP, OBJINR
SLT_SLGINR SLGINR

/


Lock

INR

Datafield Description and Properties


Datafield INR Internal Unique ID

Description

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 SLT. 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 SLGINR INR of linked SLG enty

Description

Contains the INR of the corresponding SLG entry.


Datafield OBJINR Object INR

Description

Identification of the owning entry in the table defined in OBJTYP.


Datafield OBJTYP Object Type

Description

Identifies the table of the owning entry.


Datafield SLFFLG Status of takeover to SLF

Description

Shows the status of take over to SLF. See corresponding code table.

Codetable
Code Text
waiting for takeover to SLF
D takeover to SLF done
F version file not found
E other error on takeover
N LOGTYP not supported
P file for previous version not found

Datafield OBJSUBKEY Subkey of entry ( e.g. for INI-file changes)

Description

Sub key of changed entry.


Datafield FCT Function

Description

This field identifies the type of the logged function. Because of the possibility of recovering a 'Delete', the functions 'Insert' and 'Delete' might be executed more than once in the historic sequence of modifications. When 'Undeleting' an entry, this is stored as an 'Insert'.

Codetable
Code Text
U Updated
D Deleted
I Inserted