P_ConfignTraceParamSearch
P_ConfignTraceParamSearch is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (P_ConfignTraceEntry) and exposes 9 fields with key fields trace_guid, roundtrip_no, entry_no, text_no. It has 3 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_ConfignTraceEntry | TraceEntry | from |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | P_ConfignTraceMsgType | _MsgTypes | TraceEntry.message_type_id = _MsgTypes.message_type_id |
| [0..1] | P_ConfignTraceHeaderParamSrch | _HeaderParameters | TraceEntry.trace_guid = _HeaderParameters.trace_guid and TraceEntry.roundtrip_no = _HeaderParameters.roundtrip_no and TraceEntry.entry_no = _HeaderParameters.entry_no and TraceEntry.text_no = _HeaderParameters.text_no |
| [0..1] | P_ConfignTraceAllParamSrch | _AllParameters | TraceEntry.trace_guid = _AllParameters.trace_guid and TraceEntry.roundtrip_no = _AllParameters.roundtrip_no and TraceEntry.entry_no = _AllParameters.entry_no |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PVCHTRPARSEARCH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.preserveKey | true | view | |
| VDM.viewType | #BASIC | view | |
| VDM.private | true | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | trace_guid | P_ConfignTraceEntry | trace_guid | Trace ID |
| KEY | roundtrip_no | P_ConfignTraceEntry | roundtrip_no | Roundtrip Number |
| KEY | entry_no | P_ConfignTraceEntry | entry_no | INT4 |
| KEY | text_no | P_ConfignTraceEntry | text_no | Text Number |
| trace_level | P_ConfignTraceEntry | trace_level | Trace Level | |
| trace_topic | P_ConfignTraceEntry | trace_topic | Trace Topic | |
| cstic_view | _MsgTypes | cstic_view | Characteristic View | |
| _HeaderParameters | _HeaderParameters | |||
| _AllParameters | _AllParameters |
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_ConfignTraceParamSearch.
-- 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: PVCHTRPARSEARCH
CREATE VIEW P_ConfignTraceParamSearch AS
SELECT
TraceEntry.trace_guid AS trace_guid,
TraceEntry.roundtrip_no AS roundtrip_no,
TraceEntry.entry_no AS entry_no,
TraceEntry.text_no AS text_no,
TraceEntry.trace_level AS trace_level,
TraceEntry.trace_topic AS trace_topic,
_MsgTypes.cstic_view AS cstic_view
FROM P_ConfignTraceEntry AS TraceEntry
LEFT OUTER JOIN P_ConfignTraceMsgType AS _MsgTypes ON TraceEntry.message_type_id = _MsgTypes.message_type_id -- association [0..1]
LEFT OUTER JOIN P_ConfignTraceHeaderParamSrch AS _HeaderParameters ON TraceEntry.trace_guid = _HeaderParameters.trace_guid AND TraceEntry.roundtrip_no = _HeaderParameters.roundtrip_no AND TraceEntry.entry_no = _HeaderParameters.entry_no AND TraceEntry.text_no = _HeaderParameters.text_no -- association [0..1]
LEFT OUTER JOIN P_ConfignTraceAllParamSrch AS _AllParameters ON TraceEntry.trace_guid = _AllParameters.trace_guid AND TraceEntry.roundtrip_no = _AllParameters.roundtrip_no AND TraceEntry.entry_no = _AllParameters.entry_no -- association [0..1]
;
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