Table of Contents

CTI - Category Infotext

Module CTI

Description

Table containing structured infotext per party.


Datafields

Name Description Data Type Len Dec. View lines View type Inst. Visible Codetable
INR Internal Unique ID of Category Infotext Text 8 1 Edit Yes Public
OBJTYP Table Used to Store Associated Object Text 6 1 Edit Yes Public Embedded
OBJINR INR of Object Text 8 1 Edit Yes Public
INFTXTSTM Infotext Stream 1 0 Source Yes Public
CTGSTM Categories Stream 1 0 Source Yes Public
VER Version Text 4 1 Edit Yes Public
ETGEXTKEY Entity Group of Party Text 8 1 Edit Yes Public

Indices

Name Fields Properties
CTI_IDX INR Unique

/


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 CTI. 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 OBJTYP Table Used to Store Associated Object

Description

Type of object the ACK entry refers to. This is the table the object is stored in. Typically 'TRN'.

Helpinformation

Type of object the ACK entry refers to. This is the table the object is stored in. Typically 'TRN'.

Codetable
Code Text
PTY Parties

Datafield OBJINR INR of Object

Description

INR of the object within the table, defined in OBJTYP.

Helpinformation

INR of the object within the table, defined in OBJTYP.


Datafield INFTXTSTM Infotext

Description

This stream can be filled with additional information why a send message has been NACKed. for NACK received via pseudoACKNAK this field will show all infomation from xml node <Contents><AckNack> and its childnodes

Helpinformation

This stream can be filled with additional information why a send message has been NACKed. for NACK received via pseudoACKNAK this field will show all infomation from xml node and its childnodes


Datafield CTGSTM Categories

Description

The stream in the structured infotext grid which displays the categories.

Helpinformation

The stream in the structured infotext grid which displays the categories.


Datafield VER Version

Description

This field holds the version counter to keep track of the version history of a FEE entry. The individual versions are controlled by entries in the SLG table.

Helpinformation

This field holds the version counter used to keep track of the history of an entry of this table. The individual versions are managed by entries in the SLG table.


Datafield ETGEXTKEY Entitygroup

Description

This table is defined on entity group level with separate entries for each entity group. This field holds the EXTKEY of the entity group which is the logical owner of this entry. This field is filled automatically during insert and is used as filter when accessing the database. Without special implementation only entries of the entity group of the currently active entity are visible to the user.

Helpinformation

This field holds the external key of the owning entity group to identify the logical owner of this entry. This field is filled automatically during insert and is used as filter when accessing the database. Without special implementation only entries of the currently active entity group are visible to the user.