A_EngmntProjServiceOrg

DDL: A_ENGMNTPROJSERVICEORG SQL: AEPROJSRVORG Type: view BASIC

Service Organization

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

Data Sources (1)

SourceAliasJoin Type
I_EngagementProjectSrvcOrg I_EngagementProjectSrvcOrg from

Associations (1)

CardinalityTargetAliasCondition
[0..*] A_EngmntProjServiceOrgText _Text $projection.EngagementProjectServiceOrg = _Text.EngagementProjectServiceOrg

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName AEPROJSRVORG view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Service Organization view
ObjectModel.representativeKey EngagementProjectServiceOrg view
ObjectModel.sapObjectNodeType.name EngagementProjectServiceOrg 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 (5)

KeyFieldSource TableSource FieldDescription
KEY EngagementProjectServiceOrg EngagementProjectServiceOrg
EngmtProjServiceOrgIsSales EngmtProjServiceOrgIsSales
EngmtProjServiceOrgIsDelivery EngmtProjServiceOrgIsDelivery
TimePostingIsRestricted RestrictedTimePosting
_Text _Text
@AbapCatalog.sqlViewName: 'AEPROJSRVORG'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #NOT_REQUIRED
@ClientHandling.algorithm : #SESSION_VARIABLE
@EndUserText.label: 'Service Organization'
@ObjectModel: {
  representativeKey: 'EngagementProjectServiceOrg',
  sapObjectNodeType.name: 'EngagementProjectServiceOrg',
   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_EngmntProjServiceOrg
  as select from I_EngagementProjectSrvcOrg
  association [0..*] to A_EngmntProjServiceOrgText as _Text on $projection.EngagementProjectServiceOrg = _Text.EngagementProjectServiceOrg
{
      @ObjectModel.sapObjectNodeTypeReference: 'EngagementProjectServiceOrg'
      @ObjectModel.text.association: '_Text'
      @ObjectModel.readOnly: true
  key EngagementProjectServiceOrg,
      EngmtProjServiceOrgIsSales,
      EngmtProjServiceOrgIsDelivery,     
      RestrictedTimePosting as TimePostingIsRestricted,
      _Text
      
}