P_CITJournalEntryField

DDL: P_CITJOURNALENTRYFIELD SQL: PCITJRNLENTRFLD Type: view BASIC

P_CITJournalEntryField is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (dd03l) and exposes 1 field with key field CITHierarchyFieldName.

Data Sources (1)

SourceAliasJoin Type
dd03l dd03l from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName PCITJRNLENTRFLD view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #BASIC view
VDM.private true view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY CITHierarchyFieldName dd03l fieldname
@AbapCatalog.sqlViewName: 'PCITJRNLENTRFLD'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@VDM.viewType: #BASIC
@VDM.private:true

@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.personalData.blocking: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true

@ObjectModel.usageType: {
  dataClass: #MASTER,
  serviceQuality: #C,
  sizeCategory: #M
}
define view P_CITJournalEntryField
  as select from dd03l
{
  key dd03l.fieldname as CITHierarchyFieldName
}
where
      dd03l.tabname  = 'ACDOCA'
  and dd03l.as4local = 'A'
  and dd03l.as4vers  = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD03L"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/