P_GetChildSemanticTag

DDL: P_GETCHILDSEMANTICTAG SQL: PGTCHLDSEMTA Type: view COMPOSITE Package: ODATA_PS_COS_PROJBDGT_DET

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)

SourceAliasJoin Type
I_SemanticTag I_SemanticTag from

Annotations (9)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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