P_GetChildSemanticTag
Fetches all the child semantic tag along with parent tag
P_GetChildSemanticTag is a Composite CDS View that provides data about "Fetches all the child semantic tag along with parent tag" in SAP S/4HANA. It reads from 1 data source (I_SemanticTag) and exposes 2 fields. Part of development package ODATA_PS_COS_PROJBDGT_DET.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SemanticTag | I_SemanticTag | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PGTCHLDSEMTA | view | |
| VDM.viewType | #COMPOSITE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.private | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| SemanticTag | SemanticTag | |||
| ParentSemanticTag | ParentSemanticTag |
@AbapCatalog.sqlViewName: 'PGTCHLDSEMTA'
@VDM.viewType: #COMPOSITE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.private: true
@AbapCatalog.compiler.compareFilter: true
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #CUSTOMIZING
define view P_GetChildSemanticTag
as select from I_SemanticTag
{
SemanticTag,
ParentSemanticTag
}
//where ParentSemanticTag is not initial
Learn More
- 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 Annotations — A Complete Guide
- 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