Table of Contents

FBL - Finance Base Document Link

Module FBL

Description

FBL is the link table between FBD and the corresponding contracts.


Datafields

Name Description Data Type Len Dec. View lines View type Inst. Visible Codetable
INR Internal Unique ID of Finance Base Document Link Text 8 1 Edit Yes Public
FBDINR INR of linked Finance Base Document Text 8 1 Edit Yes Public
OBJTYP Table Used to Store Object Text 6 1 Edit Yes Public
OBJINR INR of Using Contract Text 8 1 Edit Yes Public
CUR Currency Text 3 1 Edit Yes Public CURTXT
AMT Amount Numeric 18 3 Edit Yes Public
VER Version Counter Text 4 1 Edit Yes Public

Indices

Name Fields Properties
FBL_INR INR Unique
FBL_OBJ 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 FBL. 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 FBDINR INR of linked Finance Base Document

Description

Unique internal ID of the linked Finance Base Document (FBD table)


Datafield OBJTYP Table Used to Store Object

Description

Type of object the document refers to. Usually this is the table the object is associated to. The field should be used together with OBJINR.

RID : Link to invoice set RLD: Link to vendor approval RRD: Link to repayment


Datafield OBJINR INR of Using Contract

Description

INR of the object within the table, defined in OBJTYP. If there is no existing object this field might be empty.

Usually this field contains the INR of the connected contract.


Datafield CUR Currency

Description

Currency of the linked Finance Base Document amount


Datafield AMT Amount

Description

part of the amount handled by this link.

Required for OBJTYP RRD to support partial repayment. Otherwise usually equal FBD.AMT


Datafield VER Version

Description

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