FACVD_CLRIT_06
Open items of outgoing payment for manual clearing
FACVD_CLRIT_06 is a CDS View that provides data about "Open items of outgoing payment for manual clearing" in SAP S/4HANA. It reads from 7 data sources and exposes 8 fields with key fields bukrs, gjahr, belnr, buzei, koart. It has 1 association to related views.
Data Sources (7)
| Source | Alias | Join Type |
|---|---|---|
| adrp | adrp | left_outer |
| fdc_d_accdoc_tmp | fdc_d_accdoc_tmp | left_outer |
| fdc_d_dft_ac_hdr | fdc_d_dft_ac_hdr | left_outer |
| fdc_d_dft_hdr | fdc_d_dft_hdr | left_outer |
| regup | regup | from |
| regus | regus | left_outer |
| usr21 | usr21 | left_outer |
Parameters (1)
| Name | Type | Default |
|---|---|---|
| P_Uname | abap.char(12) |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | t042 | t042 | regup.bukrs = t042.bukrs |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | FACV_CLRIT_06 | view | |
| AbapCatalog.preserveKey | true | view | |
| EndUserText.label | Open items of outgoing payment for manual clearing | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #P | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | bukrs | regup | bukrs | Value |
| KEY | gjahr | regup | gjahr | Settlement Year |
| KEY | belnr | regup | belnr | SD Document |
| KEY | buzei | regup | buzei | Posting View Item |
| KEY | koart | |||
| KEY | konko | regus | konko | Account |
| processor | fdc_d_dft_hdr | usera | User Name | |
| drft_uuid | fdc_d_dft_ac_hdr | root_key | UUID |
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 FACVD_CLRIT_06.
-- 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.
-- Parameters: P_Uname : abap.char(12)
CREATE VIEW FACVD_CLRIT_06 AS
SELECT
regup.bukrs AS bukrs,
regup.gjahr AS gjahr,
regup.belnr AS belnr,
regup.buzei AS buzei,
cast('K' as koart) AS koart,
regus.konko AS konko,
fdc_d_dft_hdr.usera AS processor,
fdc_d_dft_ac_hdr.root_key AS drft_uuid
FROM regup
LEFT OUTER JOIN regus ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN fdc_d_accdoc_tmp ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN fdc_d_dft_ac_hdr ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN fdc_d_dft_hdr ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN usr21 ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN adrp ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN t042 ON regup.bukrs = t042.bukrs -- association [0..1]
;
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