A_EngmntProjServiceOrgText

DDL: A_ENGMNTPROJSERVICEORGTEXT SQL: AEPROJSRVORGTXT Type: view BASIC

Service Organization Text

A_EngmntProjServiceOrgText is a Basic CDS View that provides data about "Service Organization Text" in SAP S/4HANA. It reads from 1 data source (I_EngagementProjectSrvcOrgText) and exposes 4 fields with key fields EngagementProjectServiceOrg, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_EngagementProjectSrvcOrgText I_EngagementProjectSrvcOrgText from

Associations (1)

CardinalityTargetAliasCondition
[0..1] A_EngmntProjServiceOrg _EngagementProjectServiceOrg $projection.EngagementProjectServiceOrg = _EngagementProjectServiceOrg.EngagementProjectServiceOrg

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName AEPROJSRVORGTXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Service Organization Text view
ObjectModel.representativeKey EngagementProjectServiceOrg view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view
Metadata.ignorePropagatedAnnotations true view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY EngagementProjectServiceOrg EngagementProjectServiceOrg
KEY Language Language
EngmtProjectServiceOrgName EngmtProjectServiceOrgName
_EngagementProjectServiceOrg _EngagementProjectServiceOrg
@AbapCatalog.sqlViewName: 'AEPROJSRVORGTXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.personalData.blocking: #NOT_REQUIRED
@ClientHandling.algorithm : #SESSION_VARIABLE
@EndUserText.label: 'Service Organization Text'
@ObjectModel: {
   representativeKey: 'EngagementProjectServiceOrg',
   dataCategory: #TEXT,
   usageType: {
     dataClass:      #MASTER,
     serviceQuality: #A,
     sizeCategory:   #S
   }
}
@VDM.viewType: #BASIC

// A-view annotations

@Metadata.ignorePropagatedAnnotations: true
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API

define view A_EngmntProjServiceOrgText
  as select from I_EngagementProjectSrvcOrgText

  association [0..1] to A_EngmntProjServiceOrg as _EngagementProjectServiceOrg on $projection.EngagementProjectServiceOrg = _EngagementProjectServiceOrg.EngagementProjectServiceOrg
{
      @ObjectModel.foreignKey.association: '_EngagementProjectServiceOrg'
      @ObjectModel.readOnly: true
      @ObjectModel.sapObjectNodeTypeReference: 'EngagementProjectServiceOrg'
  key EngagementProjectServiceOrg,
      @Semantics.language: true
  key Language,
      @Semantics.text: true
      EngmtProjectServiceOrgName,


      _EngagementProjectServiceOrg

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ENGAGEMENTPROJECTSRVCORGTEXT"
],
"ASSOCIATED":
[
"A_ENGMNTPROJSERVICEORG"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/