Table of Contents

ETP - Additional Transaction Profile (Entity Group)

Module ETP


Datafields

Name Helptext Description Data Type Len Codetable
INR Internal Unique ID Text 8
COD Transaction ID Text 6 ATPTXT
SEPFLG Temporary Settlement Allowed Text 1
CCSTYP Compliance Check Type Text 3 Embedded
VER Version Text 4
RELAMT Relevant Amount for Release Text 1 Embedded
RELTYP Method of Release Text 1 Embedded
REDAMTTYP Type of amount reduction Text 1 Embedded
ATPINR INR of the relevant ATP record Text 8
SETTYP Type of settlement Text 2 Embedded
SETACT Settlement type capable of being entered Text 1
TRNCLS Transaction Class Text 3 TRNCLS
EXCCONROL List of parties to be excluded from compliance check Block 3
EXCSETROL List of parties to be excluded from compliance check Block 6
PRI Compliance Priority Text 1 Embedded
SIHINR Internal Unique ID of the linked SIH record Text 8
ETGEXTKEY Entitygroup Text 8
GETFLDNRM Field holding the normalized search fields. Text 10

Datafield Description and Properties


Datafield INR Internal Unique ID

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 COD Transaction ID

Technical short name of the application transaction. This name is made up of the base name of the name of the file of the transaction file(s).


Datafield SEPFLG Temporary Settlement Allowed

If this flag is set to a non-empty value it marks this transaction as being able to handle temporary settlements.


Datafield CCSTYP Compliance Check Type

Any non-empty value triggers the generation of a compliance check via the service module SRVCCS - Service CCS.

When the 'Alternative Compliance is activated in the transaction Maintaining System Configuration Transaction (DBxSYS), possible values are None Always or Only if transaction sends a message.

When the built in compliance functionality is used, standard values are: SMH - checks all generated external messages TRN - checks contract/transaction data.

Other values can be added when customizing the system.

Codetable
Code Text
None
SMH per Message
TRN per Transaction
WM Always
YM Only if trn. sends messages

Datafield VER Version

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 RELAMT Relevant Amount for Release

This field holds the relevant amount for release. This may be the maximum amount of the transaction, for example.

Codetable
Code Text
M Maximum Amount
O Open Amount
N Nominal Amount
A Max Amount with add Amount
P Open Amount with add Amount
C Confirmation Amount
T No Amount
S Amount Settled
L Liability Amount

Datafield RELTYP Method of Release

This field defines the release rule to be used. The release rule determines the number of signatures necessary to release the business transaction.

Codetable
Code Text
1 Source in Transaction
2 Single Signature required
3 No Release required
M Multi Signature required

Datafield REDAMTTYP Type of amount reduction

Using this flag, a reduction amount can be allowed to be set within the settlement settings. The type of amount reduction may be: 'Active', Non-active', 'Source in transaction'

Codetable
Code Text
Source in Transaction
N Not Active
A Active

Datafield ATPINR INR of the relevant ATP record

INR of the relevant ATP record


Datafield SETTYP Type of settlement

The type of settlement determines whether a settlement is temporary, final or according to source in the transaction in the Settlement register.

Codetable
Code Text
Source in Transaction
C Temporary
CG Final

Datafield SETACT Settlement type capable of being entered

If this flag has a non-blank value, then the settlement type (final or temporary) can be changed.


Datafield TRNCLS Transaction Class

Each business transaction should be connected to one transaction class if Service Level Agreements (SLA) are used. The allowed duration time for a SLA relevant customer order can be defined in the SLA static data transaction per group of transactions e.g. “Opening”, “Amendment”, “Document/ Claim Presentation” or “Other”. These classes are defined in the external codetable TRNCLS.


Datafield ETGEXTKEY Entitygroup

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.


Datafield GETFLDNRM Field holding the normalized search fields.

Field holding the concatenated and normalized sum of all search fields used by quick search. This is one of the fields set in a SdbSetNRMFields method defined in the table definition module.


Datafield EXCCONROL List of parties to be excluded from compliance check

This block contains the list of parties for which no compliance is checked.


Datafield EXCSETROL List of parties to be excluded from compliance check

This block contains the list of parties for which no compliance is checked.


Datafield PRI Compliance Priority

The field can be set to Normal or Urgent. The priority is intended for an external compliance system and will be included in the output XML in the header tag <MessagePriority>.

Codetable
Code Text
U Urgent
N Normal

Datafield SIHINR Internal Unique ID of the linked SIH record

Unique internal ID of the linked SIH Record. A SIH record is linked in case Method of Release is “Multisignature”