Fclm_Bm_Docu
Change document for bank and house bank
Fclm_Bm_Docu is a CDS View that provides data about "Change document for bank and house bank" in SAP S/4HANA. It reads from 3 data sources (t001, Fclm_Bm_Bank_Docu, Fclm_Bm_Hbank_Docu_All) and exposes 50 fields with key fields objectclas, objectid, changenr, objectid, changenr. It has 2 associations to related views.
Data Sources (3)
| Source | Alias | Join Type |
|---|---|---|
| t001 | _company | left_outer |
| Fclm_Bm_Bank_Docu | Fclm_Bm_Bank_Docu | from |
| Fclm_Bm_Hbank_Docu_All | Fclm_Bm_Hbank_Docu_All | union |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Bank | _Bank | $projection.BankCountry = _Bank.BankCountry and $projection.BankInternalId = _Bank.BankInternalID |
| [0..1] | I_CountryText | _Country | $projection.BankCountry = _Country.Country and _Country.Language = $session.system_language |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | VFCLM_BM_DOCU | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #ORGANIZATIONAL | view | |
| EndUserText.label | Change document for bank and house bank | view |
Fields (50)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | objectclas | objectclas | Change Doc. Object | |
| KEY | objectid | objectid | Object Value | |
| KEY | changenr | changenr | Document Number | |
| username | username | User who owns item | ||
| techdesc | techdesc | Description | ||
| udate | udate | Update Date | ||
| utime | utime | Time | ||
| ChangeDate | ChangeDate | Time Stamp | ||
| ChangeTime | ChangeTime | Created | ||
| tcode | tcode | Undefined range (can be used for patch levels) | ||
| planchngnr | planchngnr | Plan document number | ||
| change_ind | change_ind | Object Change | ||
| ChangeType | ChangeType | |||
| tabname | tabname | Table/Constant Value | ||
| tabkey | tabkey | Table Keys | ||
| fname | fname | User | ||
| FieldName | FieldName | UI Group FieldName | ||
| value_new | value_new | New Value | ||
| value_old | value_old | Old Value | ||
| BankCountry | BankCountry | Bank Ctry/Rgn. Key | ||
| CountryName | _Country | CountryName | Country | |
| BankInternalId | BankInternalId | Bank Key | ||
| BankName | _Bank | BankName | Bank Name | |
| CompanyCode | Receiver Company Code | |||
| CompanyName | Posting Text | |||
| KEY | objectid | objectid | Object Value | |
| KEY | changenr | changenr | Document Number | |
| username | username | User who owns item | ||
| techdesc | techdesc | Description | ||
| udate | udate | Update Date | ||
| utime | utime | Time | ||
| ChangeDate | ChangeDate | Time Stamp | ||
| ChangeTime | ChangeTime | Created | ||
| tcode | tcode | Undefined range (can be used for patch levels) | ||
| planchngnr | planchngnr | Plan document number | ||
| change_ind | change_ind | Object Change | ||
| ChangeType | ChangeType | |||
| TABNAME | TABNAME | Table/Constant Value | ||
| TABKEY | TABKEY | Table Keys | ||
| FNAME | FNAME | User | ||
| FieldName | FieldName | UI Group FieldName | ||
| VALUE_NEW | VALUE_NEW | New Value | ||
| VALUE_OLD | VALUE_OLD | Old Value | ||
| BankCountry | BankCountry | Bank Ctry/Rgn. Key | ||
| CountryName | _Country | CountryName | Country | |
| BankInternalId | BankInternalId | Bank Key | ||
| BankName | _Bank | BankName | Bank Name | |
| CompanyCode | CompanyCode | Receiver Company Code | ||
| CompanyName | t001 | butxt | Posting Text | |
| HouseBankKey | HouseBankKey |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view Fclm_Bm_Docu.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: VFCLM_BM_DOCU
CREATE VIEW Fclm_Bm_Docu AS
SELECT
objectclas,
objectid,
changenr,
username,
techdesc,
udate,
utime,
ChangeDate,
ChangeTime,
tcode,
planchngnr,
change_ind,
ChangeType,
tabname,
tabkey,
fname,
FieldName,
value_new,
value_old,
BankCountry,
_Country.CountryName AS CountryName,
BankInternalId,
_Bank.BankName AS BankName,
cast('' as abap.char(4) ) AS CompanyCode,
cast('' as abap.char(25) ) AS CompanyName,
HouseBankKey
FROM Fclm_Bm_Bank_Docu
LEFT OUTER JOIN t001 AS _company ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_Bank AS _Bank ON BankCountry = _Bank.BankCountry AND BankInternalId = _Bank.BankInternalID -- association [0..1]
LEFT OUTER JOIN I_CountryText AS _Country ON BankCountry = _Country.Country AND _Country.Language = $session.system_language -- association [0..1]
-- UNION with additional select branch(es): Fclm_Bm_Hbank_Docu_All
;
Learn More
- CDS View Annotations — A Complete Guide
- 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 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
- 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
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA