FCLM_BAM_T012K_BASE
Base view for V_T012K_BAM_DDL
FCLM_BAM_T012K_BASE is a CDS View that provides data about "Base view for V_T012K_BAM_DDL" in SAP S/4HANA. It reads from 3 data sources (fclm_bam_amd, FCLM_BAM_DISTINCT_HBA, fclm_bam_aclink2) and exposes 22 fields.
Data Sources (3)
| Source | Alias | Join Type |
|---|---|---|
| fclm_bam_amd | acc | inner |
| FCLM_BAM_DISTINCT_HBA | distinct_hba | from |
| fclm_bam_aclink2 | hba | inner |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | V_T012K_BASE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ObjectModel.usageType.serviceQuality | C | view | |
| ObjectModel.usageType.sizeCategory | M | view | |
| ObjectModel.usageType.dataClass | MASTER | view | |
| EndUserText.label | Base view for V_T012K_BAM_DDL | view |
Fields (22)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| mandt | fclm_bam_aclink2 | mandt | ||
| bukrs | FCLM_BAM_DISTINCT_HBA | bukrs | ||
| hbkid | FCLM_BAM_DISTINCT_HBA | hbkid | ||
| hktid | FCLM_BAM_DISTINCT_HBA | hktid | ||
| bankn | fclm_bam_aclink2 | bankn | ||
| bkont | fclm_bam_amd | control_key | ||
| waers | fclm_bam_amd | waers | ||
| refzl | fclm_bam_aclink2 | refzl | ||
| dtaai | fclm_bam_aclink2 | dtaai | ||
| bnkn2 | fclm_bam_aclink2 | bnkn2 | ||
| fdgrp | fclm_bam_aclink2 | fdgrp | ||
| abwae | fclm_bam_aclink2 | abwae | ||
| hkont | fclm_bam_aclink2 | hkont | ||
| wekon | fclm_bam_aclink2 | wekon | ||
| mindt | fclm_bam_aclink2 | mindt | ||
| hbid1 | fclm_bam_aclink2 | hbid1 | ||
| hkid1 | fclm_bam_aclink2 | hkid1 | ||
| hbid2 | fclm_bam_aclink2 | hbid2 | ||
| hkid2 | fclm_bam_aclink2 | hkid2 | ||
| wkkon | fclm_bam_aclink2 | wkkon | ||
| wikon | fclm_bam_aclink2 | wikon | ||
| status | fclm_bam_amd | status |
@AbapCatalog.sqlViewName: 'V_T012K_BASE'
@AbapCatalog.compiler.compareFilter: true
@ObjectModel.usageType.serviceQuality: 'C'
@ObjectModel.usageType.sizeCategory: 'M'
@ObjectModel.usageType.dataClass: 'MASTER'
@EndUserText.label: 'Base view for V_T012K_BAM_DDL'
define view FCLM_BAM_T012K_BASE
as select from FCLM_BAM_DISTINCT_HBA as distinct_hba
inner join fclm_bam_aclink2 as hba on hba.acc_id = distinct_hba.acc_id
and hba.valid_to = distinct_hba.valid_to
and hba.bukrs = distinct_hba.bukrs
and hba.hbkid = distinct_hba.hbkid
and hba.hktid = distinct_hba.hktid
and hba.is_reused = ''
and hba.herku = ''
and hba.revision = '0000'
inner join fclm_bam_amd as acc on acc.acc_id = hba.acc_id
and acc.revision = '0000'
{
hba.mandt,
distinct_hba.bukrs,
distinct_hba.hbkid,
distinct_hba.hktid,
hba.bankn,
acc.control_key as bkont,
@Semantics.currencyCode
acc.waers,
hba.refzl,
hba.dtaai,
hba.bnkn2,
hba.fdgrp,
@Semantics.currencyCode
hba.abwae,
hba.hkont,
hba.wekon,
hba.mindt,
hba.hbid1,
hba.hkid1,
hba.hbid2,
hba.hkid2,
hba.wkkon,
hba.wikon,
acc.status
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FCLM_BAM_DISTINCT_HBA",
"FCLM_BAM_ACLINK2",
"FCLM_BAM_AMD"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA