FCLM_ACC_BS_CONF
Bank Account Balance and Bank Statement Integration Setting
FCLM_ACC_BS_CONF is an SAP database table in S/4HANA. Bank Account Balance and Bank Statement Integration Setting. It contains 16 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_BankAccountSetting | view_entity | from | BASIC | Bank Account and EBS Integration Setting |
| I_BankAccountSettingHistory | view_entity | from | BASIC | Bank Account Setting History |
Fields (16)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | acc_id | fclm_bam_acc_id | Technical ID | |||
| KEY | valid_from | fclm_bam_aclink_validfrom | Valid From | |||
| valid_to | fclm_bam_aclink_validto | Valid To | ||||
| bs_post_cat | fclm_bs_post_cat | Post. Category (EoD) | ||||
| bs2fqm_mode | fclm_bs2fqm_mode | Transfer Mode (EoD) | ||||
| last_changed_by | syuname | User Name | ||||
| last_changed_at | timestampl | Time Stamp | ||||
| setting_source | fclm_bs_setting_source | Setting Source | ||||
| flag_manual | fclm_balance_flag_manual | Manual Entry | ||||
| flag_import | fclm_balance_flag_import | Spreadsheet Import | ||||
| flag_epic | fclm_balance_flag_epic | EPIC | ||||
| flag_specific | fclm_balance_specific_setting | Specific Settings | ||||
| intraday_bs_post_cat | fclm_intraday_bs_post_cat | Intraday Post. Cat. | ||||
| bs_forwarding | fclm_bs_forwarding | File Forwarding | ||||
| bs2fqm_mode_intra | fclm_bs2fqm_mode_intra |
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 Balance and Bank Statement Integration Setting
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FCLM_ACC_BS_CONF (
MANDT, -- Client [mandt]
ACC_ID, -- Technical ID [fclm_bam_acc_id]
VALID_FROM, -- Valid From [fclm_bam_aclink_validfrom]
VALID_TO, -- Valid To [fclm_bam_aclink_validto]
BS_POST_CAT, -- Post. Category (EoD) [fclm_bs_post_cat]
BS2FQM_MODE, -- Transfer Mode (EoD) [fclm_bs2fqm_mode]
LAST_CHANGED_BY, -- User Name [syuname]
LAST_CHANGED_AT, -- Time Stamp [timestampl]
SETTING_SOURCE, -- Setting Source [fclm_bs_setting_source]
FLAG_MANUAL, -- Manual Entry [fclm_balance_flag_manual]
FLAG_IMPORT, -- Spreadsheet Import [fclm_balance_flag_import]
FLAG_EPIC, -- EPIC [fclm_balance_flag_epic]
FLAG_SPECIFIC, -- Specific Settings [fclm_balance_specific_setting]
INTRADAY_BS_POST_CAT, -- Intraday Post. Cat. [fclm_intraday_bs_post_cat]
BS_FORWARDING, -- File Forwarding [fclm_bs_forwarding]
BS2FQM_MODE_INTRA, -- fclm_bs2fqm_mode_intra
PRIMARY KEY (MANDT, ACC_ID, VALID_FROM)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA