A_EngmntProjServiceOrg
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 6 fields with key field EngagementProjectServiceOrg. It has 1 association to related views. Part of development package CPD_CDS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_EngagementProjectSrvcOrg | I_EngagementProjectSrvcOrg | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | A_EngmntProjServiceOrgText | _Text | $projection.EngagementProjectServiceOrg = _Text.EngagementProjectServiceOrg |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| 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 (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | EngagementProjectServiceOrg | EngagementProjectServiceOrg | ||
| EngmtProjServiceOrgIsSales | EngmtProjServiceOrgIsSales | |||
| EngmtProjServiceOrgIsDelivery | EngmtProjServiceOrgIsDelivery | |||
| TimePostingIsRestricted | RestrictedTimePosting | |||
| _Text | _Text | |||
| _CompanyCodeAuth | _CompanyCodeAuth |
@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,
@Consumption.hidden: true
_CompanyCodeAuth
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA