VFCP_DDL_BCM
VFCP_DDL_BCM is a CDS View in SAP S/4HANA. It reads from 13 data sources and exposes 9 fields with key field BatchNo.
Data Sources (13)
| Source | Alias | Join Type |
|---|---|---|
| adrp | ad | left_outer |
| adcp | address | left_outer |
| adr6 | left_outer | |
| bnk_batch_header | header | left_outer |
| bnk_batch_item | item | from |
| tbnk_rule_t | rule | left_outer |
| reguh | Settlement | left_outer |
| crm_jest | status | left_outer |
| crm_jest | status_item | inner |
| tj02t | status_text | left_outer |
| tj02t | status_text_item | inner |
| t015w | T | left_outer |
| usr21 | user | left_outer |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | VFCP_BCM | view | |
| ClientDependent | true | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BatchNo | bnk_batch_header | batch_no | Batch Number |
| UserName | adrp | name_text | Full Name | |
| RuleDesp | tbnk_rule_t | text | User Group | |
| Telephone | adcp | tel_number | Telephone | |
| FAX | adcp | fax_number | Fax Number | |
| adr6 | smtp_srch | E-Mail Address | ||
| Urgency | t015w | dturg | Urgent | |
| HeaderStatusDesp | tj02t | txt30 | Text | |
| StatusDesp | tj02t | txt30 | Text |
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 VFCP_DDL_BCM.
-- 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: VFCP_BCM
CREATE VIEW VFCP_DDL_BCM AS
SELECT
header.batch_no AS BatchNo,
ad.name_text AS UserName,
rule.text AS RuleDesp,
address.tel_number AS Telephone,
address.fax_number AS FAX,
email.smtp_srch AS Email,
T.dturg AS Urgency,
status_text.txt30 AS HeaderStatusDesp,
status_text_item.txt30 AS StatusDesp
FROM bnk_batch_item AS item
INNER JOIN crm_jest AS status_item ON /* join condition not captured in parsed metadata */
INNER JOIN tj02t AS status_text_item ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN bnk_batch_header AS header ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN crm_jest AS status ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN tj02t AS status_text ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN usr21 AS user ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN adrp AS ad ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN adcp AS address ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN adr6 AS email ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN tbnk_rule_t AS rule ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN reguh AS Settlement ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN t015w AS T ON /* join condition not captured in parsed metadata */
;
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