P_LOG_CT_Header
P_LOG_CT_Header is a Basic CDS View in SAP S/4HANA. It reads from 2 data sources (fincs_log_header, fincs_log_item) and exposes 13 fields.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| fincs_log_header | fincs_log_header | from |
| fincs_log_item | fincs_log_item | left_outer |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PLOGCTHEADER | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.type | #CLIENT_DEPENDENT | view | |
| ClientHandling.algorithm | #AUTOMATED | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.private | true | view | |
| VDM.viewType | #BASIC | view |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| userid | fincs_log_header | userid | User Name | |
| cnsldtntask | fincs_log_header | cnsldtntask | Task | |
| externalid | fincs_log_header | externalid | SRM Reference | |
| fiscalyear | fincs_log_header | fiscalyear | G/L Fiscal Year | |
| fiscalperiod | fincs_log_header | fiscalperiod | Tax period | |
| status | fincs_log_header | status | Workflow Status | |
| UpdateMode | ||||
| Is_Cumulative | ||||
| TimeStamp | fincs_log_header | timestamp | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | |
| yearperiod | fincs_log_header | yearperiod | Fiscal Year Period | |
| 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_CT_Header.
-- 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: PLOGCTHEADER
CREATE VIEW P_LOG_CT_Header AS
SELECT
fincs_log_header.userid AS userid,
fincs_log_header.cnsldtntask AS cnsldtntask,
fincs_log_header.externalid AS externalid,
fincs_log_header.fiscalyear AS fiscalyear,
fincs_log_header.fiscalperiod AS fiscalperiod,
fincs_log_header.status AS status,
cast('' as fc_updmode) AS UpdateMode,
cast('' as fincs_cum_indi) AS Is_Cumulative,
fincs_log_header.timestamp AS TimeStamp,
fincs_log_header.yearperiod AS yearperiod,
fincs_log_header.applicationjobname AS ReferenceApplicationJobName,
fincs_log_header.applicationjobcount AS ApplicationJob,
fincs_log_header.stepcount AS JobStepNumber
FROM fincs_log_header
LEFT OUTER JOIN fincs_log_item 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