Table of Contents

LSR - Limit System Requestor

Module LSR

Description

For every contract and every type of liability identified by the fields OBJTYP, OBJINR, EXTID, CUR and LST, an entry within this table keeps track of the open balance.
The contract type of standard liability entries is PTE, but might be as well the real contract for other liability entries.


Datafields

Name Description Data Type Len Dec. View lines View type Inst. Visible Codetable
INR Internal Unique ID of Limit Request Text 8 1 Edit Yes Public
OBJTYP Object Type Text 6 1 Edit Yes Public CBOTXT
OBJINR Object INR Text 8 1 Edit Yes Public
LST Type of Limit Request Text 6 1 Edit Yes Public
EXTID External ID to Identify Request within an Object Text 16 1 Edit Yes Public
NAM Descriptive Text of Entry (Optional) Text 40 1 Edit Yes Public
CUR Currency Text 3 1 Edit Yes Public CURTXT
AMT Request Amount Numeric 18 3 Edit Yes Public

Indices

Name Fields Properties
LSR_INR INR Unique
LSR_OBJIDX OBJTYP, OBJINR, LST, EXTID, CUR 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 LSR. 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

Identifies the table of the owning contract. This is the same contract the CBE is associated to. This is usually 'PTE' as liability is kept in PTE pseudo contracts.

Helpinformation

Identifies the table of the holding contract. This is the same contract the CBE is associated to. Usually 'PTE' as liability is kept in PTE pseudo contracts.


Datafield OBJINR Object INR

Description

Identification of the owning contract in the table defined in OBJTYP.

Helpinformation

Identification number of the holding contract.


Datafield LST Type of Limit Request

Description

Type of limit request. This type is created by the mapping rule MapCbt2Lst in LSCMOD, which maps the CBT of the originating CBE to the LST.

Helpinformation

This type is created by the mapping rule MapCbt2Lst in LSCMOD, which maps the CBT of the originating CBE to the LST.


Datafield EXTID External ID to Identify Request within an Object

Description

This field holds the EXTID used within CBS to identify the CBS entry. This EXTID is used within the limit system to differentiate the limit request accordingly.

Helpinformation

This field holds the external ID used to identify the Contract Balance Sheet entry. This ID is used in the limit system to differentiate between limit requests.


Datafield NAM Name

Description

In the default implementation this field is set from the field NAM of the creating contract.

Helpinformation

This field is usually filled with information from the Name field of the holding contract.


Datafield CUR Currency

Description

Currency of the limit request. This currency is taken from the currency of the creating CBE entry.

Helpinformation

Currency of the limit request, taken from holding CBE entry.


Datafield AMT Request Amount

Description

Amount of the limit request. The amount reflects the balance of the limit request. This balance is initially set by the originating CBE entry. Reductions or modifications can modify this amount later on.

Helpinformation

Amount of the limit request. The amount reflects the balance of the limit request. This balance is initially set by the originating CBE entry. Reductions or modifications can modify this amount later on.