Table of Contents

EMP - Compliance data

Module EMP

Description

Contains all Compliance relevant parties for a contract: will be filles manually by user within business transactions.


Datafields

Name Description Data Type Len Dec. View lines View type Inst. Visible Codetable
INR Internal Unique ID of Compliance Parties Text 8 1 Edit Yes Public
OBJTYP Object Type of Associated Contract Text 6 1 Edit Yes Public
OBJINR Object INR of Associated Contract Text 8 1 Edit Yes Public
PTYGRD PartyGrid from Business Transactions Block 111 100 100 Block Yes Public
VER Version Counter Text 4 1 Edit Yes Public
ETYEXTKEY Entity holding Transaction Text 8 1 Edit Yes Public

Indices

Name Fields Properties
EMP_ETYEXTKEY ETYEXTKEY
EMP_INR INR Unique
EMP_OBJIDX OBJINR, OBJTYP

/


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 EMP. 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 of Associated Contract

Description

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


Datafield OBJINR Object INR of Associated Contract

Description

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


Datafield PTYGRD PartyGrid from Business Transactions

Description

Num (2 character) + TAB + 105 char text + TAB + CTY (2 char) =111


Datafield ETYEXTKEY Entity

Description

This table is defined on entity level with separate entries for each entity. This field holds the EXTKEY of the owning entity 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 are visible to the user.

Helpinformation

This field holds the external key of the owning entity 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 are visible to the user.


Datafield VER Version

Description

This field holds the version counter to keep track of the version history of an EMP 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.