P_LOG_DRR_HEADER_BASIC
P_LOG_DRR_HEADER_BASIC is a Basic CDS View in SAP S/4HANA. It reads from 3 data sources (vec_drr, fincs_log_drr, fincs_log_header) and exposes 11 fields.
Data Sources (3)
| Source | Alias | Join Type |
|---|---|---|
| vec_drr | drr | inner |
| fincs_log_drr | fincs_log_drr | inner |
| fincs_log_header | fincs_log_header | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.private | true | view | |
| VDM.viewType | #BASIC | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| userid | fincs_log_header | userid | User Name | |
| DataReleaseRequestID | fincs_log_drr | drruuid | DR Request UUID | |
| cnsldtntask | vec_drr | task | Task/Log Entry | |
| externalid | fincs_log_drr | drruuid_c | ||
| UpdateMode | fincs_log_header | update_mode | Update mode | |
| Is_Cumulative | fincs_log_header | is_cumulative | Is Cumulative | |
| TimeStamp | fincs_log_header | timestamp | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | |
| yearperiod | vec_drr | fiscyearper | Period/Year | |
| ReferenceApplicationJobName | fincs_log_header | applicationjobname | Job Name | |
| ApplicationJob | fincs_log_header | applicationjobcount | Job No. | |
| JobStepNumber | fincs_log_header | stepcount | Step no. |
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 P_LOG_DRR_HEADER_BASIC.
-- 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.
CREATE VIEW P_LOG_DRR_HEADER_BASIC AS
SELECT
fincs_log_header.userid AS userid,
fincs_log_drr.drruuid AS DataReleaseRequestID,
drr.task AS cnsldtntask,
fincs_log_drr.drruuid_c AS externalid,
fincs_log_header.update_mode AS UpdateMode,
fincs_log_header.is_cumulative AS Is_Cumulative,
fincs_log_header.timestamp AS TimeStamp,
drr.fiscyearper AS yearperiod,
fincs_log_header.applicationjobname AS ReferenceApplicationJobName,
fincs_log_header.applicationjobcount AS ApplicationJob,
fincs_log_header.stepcount AS JobStepNumber
FROM fincs_log_header
INNER JOIN fincs_log_drr ON /* join condition not captured in parsed metadata */
INNER JOIN vec_drr AS drr ON /* join condition not captured in parsed metadata */
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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