FCLM_BAM_BANKACNT_CONFIG

CDS View

Bank Account with the configuration

FCLM_BAM_BANKACNT_CONFIG is a CDS View in S/4HANA. Bank Account with the configuration. It contains 28 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
VFCLM_BKANT_SYNC_STATUS view from CDS View for bank account with status and date

Fields (28)

KeyField CDS FieldsUsed in Views
AccountHolder AccountHolder 1
AccountSupervisor AccountSupervisor 1
AccountType AccountType 1
BankContact BankContact 1
BankControlKey BankControlKey 1
BusinessArea BusinessArea 1
ChangedAtDate ChangedAtDate 1
ChangedAtTime ChangedAtTime 1
ChangedBy ChangedBy 1
ClosedBy ClosedBy 1
CompanyCodeDesp CompanyCodeDesp 1
CompanyContact CompanyContact 1
CreatedAtDate CreatedAtDate 1
CreatedAtTime CreatedAtTime 1
CreatedBy CreatedBy 1
CutOffCrossBorder CutOffCrossBorder 1
CutOffDomestic CutOffDomestic 1
deleted_flag deleted_flag 1
IBAN IBAN 1
IBANValidityStartDate IBANValidityStartDate 1
OpenedBy OpenedBy 1
ProfitCenter ProfitCenter 1
RelationshipManager RelationshipManager 1
ReviewedByUser ReviewedByUser 1
Segment Segment 1
Status BankAccountStatus 1
ValidFrom ValidFrom 1
ValidTo ValidTo 1

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Bank Account with the configuration
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FCLM_BAM_BANKACNT_CONFIG (
    ACCOUNTHOLDER,
    ACCOUNTSUPERVISOR,
    ACCOUNTTYPE,
    BANKCONTACT,
    BANKCONTROLKEY,
    BUSINESSAREA,
    CHANGEDATDATE,
    CHANGEDATTIME,
    CHANGEDBY,
    CLOSEDBY,
    COMPANYCODEDESP,
    COMPANYCONTACT,
    CREATEDATDATE,
    CREATEDATTIME,
    CREATEDBY,
    CUTOFFCROSSBORDER,
    CUTOFFDOMESTIC,
    DELETED_FLAG,
    IBAN,
    IBANVALIDITYSTARTDATE,
    OPENEDBY,
    PROFITCENTER,
    RELATIONSHIPMANAGER,
    REVIEWEDBYUSER,
    SEGMENT,
    STATUS,
    VALIDFROM,
    VALIDTO
);