P_SEMTAGLEAF

CDS View

Semantic Tag Leaf

P_SEMTAGLEAF is a CDS View in S/4HANA. Semantic Tag Leaf. It contains 1 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
P_SemTagNode view from BASIC Semantic Tag Node
P_SemTagNode view inner BASIC Semantic Tag Node

Fields (1)

KeyField CDS FieldsUsed in Views
fins_sem_tag fins_sem_tag 1
@AbapCatalog.sqlViewName: 'PFISEMTAGLF'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
//@ObjectModel.representativeKey: 'SemanticTag'

@VDM.private:true
@ClientHandling.algorithm: #SESSION_VARIABLE

define view P_SemTagLeaf
  as select from hrrp_semtag_n
{
  hryid_42                                as hryid,
  hrynode,
  hryvalto,
  fins_sem_tag,
  cast ( 'L' as nodetyp preserving type ) as nodetype
}