Table of Contents

MCD - Manual Contract Data

Module MCD

Description

MCD is the main data table for the Manual contract.
All technical important fields have to be defined here.
Large text blocks should be defined in MCT.


Datafields

Name Description Data Type Len Dec. View lines View type Inst. Visible Codetable
INR Internal Unique ID of Manual Contract Text 8 1 Edit Yes Public
OWNREF Reference Text 16 1 Edit Yes Public
NAM Externally Displayed Name to Identify the Contract Text 80 1 Edit Yes Public
OWNUSR Responsible User Text 8 1 20 Edit Yes Public <fixed-length>
OPNTRNINR TRNINR which L/C Opened/Issued Text 8 1 Edit Yes Public
CREDAT Date of Creation (Opening or Registration) Date 12 0 Date Yes Public
OPNDAT Opening Date of Contract Date 12 0 Date Yes Public
CLSDAT Closing Date of Contract Date 12 0 Date Yes Public
EXPDAT Date of Expiry Date 12 0 Date Yes Public
ORDDAT Order Date Date 12 0 Date Yes Public
ADEREF Addressee Reference Text 16 1 Edit Yes Public
APLREF Applicant Reference Text 16 1 Edit Yes Public
VER Version Counter Text 4 1 Edit Yes Public
STACTY Country Code (for Statistics) Text 2 1 Edit Yes Public CTYTXT
ETYEXTKEY Entity holding Contract Text 8 1 Edit Yes Public
STAGOD Goods Code Text 6 1 Edit Yes Public GODCOD
STKGEBFLG Flag for periodic settlement Text 1 1 Edit Yes Public
SALFLG Flag for Balance Statement Text 1 1 Edit Yes Public
SALPRCDATE Last processed date of Balance Statement Date 12 0 Date Yes Public
PRDCOD Product Code Text 6 1 Edit Yes Public PRDCOD
PRDSUB Product Subtype Text 6 1 Edit Yes Public PRDSUB
PRDVAR Product Variant Text 6 1 Edit Yes Public PRDVAR

Indices

Name Fields Properties
MCD_ETYEXTKEY ETYEXTKEY
MCD_INR INR Unique
MCD_NAM NAM
MCD_OWNREF OWNREF

/


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 MCD. The field INR is used to enable links from other tables to this table. It also links the two tables MCD and MCT as associated entries holding the same INR.

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 OWNREF Own Reference

Description

This field contains the reference number of the manual contract being established. The reference number can have a maximum size of 16 characters. This field can be used to search for any manual contract from the database.

Helpinformation

This field contains the reference number of the manual contract being established. The reference number can be up to 16 characters long. This field should be defined as a database key field to optimize performance. This field can be used to search for a manual contract within the database.


Datafield NAM Name

Description

This field holds the displayed descriptive name used in the application to describe the contract and to search for a contract. Within the default configuration this field is set by a default rule based on contract amount and main party and cannot be modified by the user.

Helpinformation

This field holds the descriptive name displayed in the application to describe and to search for a contract. Within the default configuration this field is set by a default rule based on the contract amount and the main party and cannot be modified by the user.


Datafield OWNUSR Responsible User

Description

This field holds the user ID of the person who is responsible for handling this contract. This field is an optional field. Within Demobank it is initially filled with the user ID of the user creating/opening the contract.

Helpinformation

This field holds the User ID of the person responsible for handling this contract.


Datafield CREDAT Date Created

Description

This date field holds the date when the entry was physically added to the database. This may happen when opening the contract, when reserving the reference number or when, for other reasons, a contract is added to the database.

Helpinformation

This date field identifies the date the entry was physically added to the database.


Datafield OPNDAT Opening Date

Description

The field holds the opening/issuing date of a contract. If this field is set, the contract has been legally established and it might be used for business transactions. This date describes the point in time when this contract became legally binding. This might be a date prior to the creation date, when the contract was legally binding before it was stored in the database.

Helpinformation

The field holds the opening/issuing date of the contract. If this field is set, the contract has been legally established and it might be used for business transactions. This date describes the point in time when this contract became legally binding. This might be a date prior to the creation date, when the contract was legally binding before it was stored in the database.


Datafield CLSDAT Date Closed

Description

This fields holds the closing date of a contract. If this field is set, the contract is closed and may no longer be used for transaction processing of business transactions. The date specifies the point in time when the closing took place.

Helpinformation

This fields indicates the closing date of a contract. If an entry has been made, the contract is closed and may no longer be used to process business transactions except special transactions like Settling Charges or Common Messages.


Datafield EXPDAT Date of Expiry

Description

This date field specifies the expiry date of the manual contract.

Helpinformation

This field contains the date of expiry of the manual contract.


Datafield ORDDAT Order Date

Description

This field contains the date of the received order.

Helpinformation

This field contains the date of the instruction order received.


Datafield ADEREF Addressee Reference

Description

This field holds the reference of the Addressee. Replicated copy of the field PTS\REF of the associated entry of the role “ADE”. This field is only used to speed up search and database access.

Helpinformation

This field contains the reference of the addressee.


Datafield APLREF Applicant Reference

Description

This field holds the reference of the Applicant. Replicated copy of the field PTS\REF of the associated entry of the role “APL”. This field is only used to speed up search and database access.

Helpinformation

This field contains the reference of the applicant.


Datafield VER Version

Description

This field holds the version counter to keep track of the version history of an MCD 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 STACTY Country Code (for Statistics)

Description

The field can be used for statistical reasons and allows the bank to evaluate the country risks it has entered by issuing the manual contract.

Helpinformation

The field can be used for statistical reasons and allows the bank to evaluate the country risks it has entered by issuing the manual contract.


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 STAGOD Goods Code (for Statistics)

Description

The field can be used for statistical reasons and allows the issuing bank to evaluate L/C's by the types of goods that were shipped under the L/C. The codetable for this field can be customized by the bank according to their needs.

Helpinformation

This field contains the type of goods shipped. The goods code is used to evaluate contracts by the type of goods. The codetable can be customized by the bank according to their needs.


Datafield STKGEBFLG Flag for periodic settlement

Description

If this flag is activated, automated periodic settlements can be generated per SPT.

Helpinformation

If this flag is checked, automated periodic settlements can be generated per system pending transaction (SPT).


Datafield SALFLG Flag for Balance Statement

Description

If this flag is activated, automated balance statements can be generated per SPT.

Helpinformation

If this flag is checked, automated balance statements can be generated per system pending transaction (SPT).


Datafield SALPRCDATE Last processed date of Balance Statement

Description

If Balance Statements are created per SPT the date set in MCBSPT(REFDAT) is used. Manuel execution sets this date to today.

Helpinformation

If balance statements are created per system pending transaction (SPT), the date set in reference date is used. Manuel execution sets this date to today.


Datafield OPNTRNINR TRNINR which opened contract

Description

This field holds the INR of the transaction which opened the contract.

Helpinformation

This field holds the INR of the transaction which opened/issued the contract.


Datafield PRDCOD Product Code

Description

Initial version to support the differentiation of predefined bank products cross business sectors. This organizational solution is made up of the three fields “product code” (PRDCOD), “product subtype” (PRDSUB) and “Product Variant” (PRDVAR), providing a bank product, a sub differentiation and individual variants if needed.

Here the “product code” PRDCOD shall identify the business sector together with some key criteria like confirmed or unconfirmed LC in a cross business sectors unique identification.

Helpinformation

Initial version to support the differentiation of predefined bank products cross business sectors. This organizational solution is made up of the three fields “product code” (PRDCOD), “product subtype” (PRDSUB) and “Product Variant” (PRDVAR), providing a bank product, a sub differentiation and individual variants if needed.

Here the “product code” PRDCOD shall identify the business sector together with some key criteria like confirmed or unconfirmed LC in a cross business sectors unique identification.


Datafield PRDSUB Product Subtype

Description

Initial version to support the differentiation of predefined bank products cross business sectors. This organizational solution is made up of the three fields “product code” (PRDCOD), “product subtype” (PRDSUB) and “Product Variant” (PRDVAR), providing a bank product, a sub differentiation and individual variants if needed.

Here the PRDSUB shall identify the business sector specific bankside defined products adding some key sub criteria in a cross business sectors unique identification.

Helpinformation

Initial version to support the differentiation of predefined bank products cross business sectors. This organizational solution is made up of the three fields “product code” (PRDCOD), “product subtype” (PRDSUB) and “Product Variant” (PRDVAR), providing a bank product, a sub differentiation and individual variants if needed.

Here the PRDSUB shall identify the business sector specific bankside defined products adding some key sub criteria in a cross business sectors unique identification.


Datafield PRDVAR Product Variant

Description

Initial version to support the differentiation of predefined bank products cross business sectors. This organizational solution is made up of the three fields “product code” (PRDCOD), “product subtype” (PRDSUB) and “Product Variant” (PRDVAR), providing a bank product, a sub differentiation and individual variants if needed.

Here the product variant is intended as possible extension to setup specific variants below the product and subproduct code.

Helpinformation

Initial version to support the differentiation of predefined bank products cross business sectors. This organizational solution is made up of the three fields “product code” (PRDCOD), “product subtype” (PRDSUB) and “Product Variant” (PRDVAR), providing a bank product, a sub differentiation and individual variants if needed.

Here the product variant is intended as possible extension to setup specific variants below the product and subproduct code.