Table of Contents

CMT - Comment for Transaction Field

Module CMT

Description

This table holds comments entered as additional information per field
of a contract.


Datafields

Name Description Data Type Len Dec. View lines View type Inst. Visible Codetable
INR Internal Unique ID of Comment Entry Text 8 1 Edit Yes Public
OBJTYP Object Type Text 6 1 Edit Yes Public
OBJINR Object Identifier Text 8 1 Edit Yes Public
FLDNAM Field Name Text 80 1 Edit Yes Public
COMTXT Comment Text Block 40 20 20 Block Yes Public

Indices

Name Fields Properties
CMT_INR INR Unique
CMT_OBJTYP OBJTYP, OBJINR

/


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 CMT. 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 Object Type

Description

Type of object the comment entry refers to. This is the table the object is stored in.

Helpinformation

This is the type of object the comment entry refers to. This is the table the object is stored in.


Datafield OBJINR Object INR

Description

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

Helpinformation

The indenification number (INR) of the object within the table, defined in the Object Type field.


Datafield FLDNAM Field Name

Description

Full path of the field to which the comment belongs.

Helpinformation

Full path of the field related to the comment.


Datafield COMTXT Comment Text

Description

The comment which is associated to the field FLDNAM in the contract identified by OBJTYP and OBJINR.

Helpinformation

This is the comment associated to the Field Name field.