FCLM_BAM_AC_TYPE
Bank Account Type
FCLM_BAM_AC_TYPE is an SAP database table in S/4HANA. Bank Account Type. It contains 5 fields. 5 CDS views read from this table.
CDS Views using this table (5)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_BankAccountInternalType | view_entity | from | BASIC | Bank Account Internal Type |
| I_BankAccountTypeVH | view | from | BASIC | Account Type |
| I_BankAcctContrTypeVH | view | from | BASIC | Bank Account Contract Type |
| SHSM_FCLM_BAM_AC_TYPE | view | from | CDS View replacing FCLM_BAM_AC_TYPE F4 | |
| VFCLM_BAM_DDL_ACCLINK | view | left_outer |
Fields (5)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | acc_type_id | FCLM_BAM_BK_ACC_TYPE_ID | Account Type | |||
| acc_type_dire | FCLM_BAM_BK_ACC_TYPE_DIRE | Direction | ||||
| acc_current | FCLM_BAM_CURRENT | Attribute | ||||
| contract_type | FCLM_BAM_CONTRACT_TYPE | Contract Type |
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 Type
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FCLM_BAM_AC_TYPE (
MANDT, -- Client [MANDT]
ACC_TYPE_ID, -- Account Type [FCLM_BAM_BK_ACC_TYPE_ID]
ACC_TYPE_DIRE, -- Direction [FCLM_BAM_BK_ACC_TYPE_DIRE]
ACC_CURRENT, -- Attribute [FCLM_BAM_CURRENT]
CONTRACT_TYPE, -- Contract Type [FCLM_BAM_CONTRACT_TYPE]
PRIMARY KEY (MANDT, ACC_TYPE_ID)
);
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