I_ProjectServiceContract
Project Service Contract
I_ProjectServiceContract is a Basic CDS View (Dimension) that provides data about "Project Service Contract" in SAP S/4HANA. It reads from 1 data source (I_ServiceDocument) and exposes 15 fields with key field ServiceDocument.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ServiceDocument | I_ServiceDocument | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Project Service Contract | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.internalName | #LOCAL | view | |
| Consumption.ranked | true | view | |
| Metadata.allowExtensions | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.representativeKey | ServiceDocument | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| Search.searchable | true | view | |
| VDM.viewType | #BASIC | view |
Fields (15)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ServiceDocument | ServiceDocument | ||
| ServiceObjectType | ServiceObjectType | |||
| ServiceDocumentDescription | ServiceDocumentDescription | |||
| ServiceDocumentTemplateType | ServiceDocumentTemplateType | |||
| DistributionChannel | DistributionChannel | |||
| Division | Division | |||
| RespEmployeeBusinessPartnerId | ResponsibleEmployee | |||
| SalesGroup | SalesGroup | |||
| SalesGroupOrgUnitID | SalesGroupOrgUnitID | |||
| SalesOffice | SalesOffice | |||
| SalesOfficeOrgUnitID | SalesOfficeOrgUnitID | |||
| SalesOrganization | SalesOrganization | |||
| SalesOrganizationOrgUnitID | SalesOrganizationOrgUnitID | |||
| ServiceDocumentType | ServiceDocumentType | |||
| ServiceOrganization | ServiceOrganization |
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Project Service Contract'
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName: #LOCAL
@Consumption.ranked: true
@Metadata.allowExtensions: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.representativeKey: 'ServiceDocument'
@ObjectModel.semanticKey: ['ServiceDocument']
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING}
@Search.searchable: true
@VDM.viewType: #BASIC
define view entity I_ProjectServiceContract
as select from I_ServiceDocument
{
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
@ObjectModel.text.element: [ 'ServiceDocumentDescription' ]
key ServiceDocument,
ServiceObjectType,
@Search: { defaultSearchElement: true, ranking: #LOW }
@Semantics.text: true
ServiceDocumentDescription,
ServiceDocumentTemplateType,
DistributionChannel,
Division,
ResponsibleEmployee as RespEmployeeBusinessPartnerId,
SalesGroup,
SalesGroupOrgUnitID,
SalesOffice,
SalesOfficeOrgUnitID,
SalesOrganization,
SalesOrganizationOrgUnitID,
ServiceDocumentType,
ServiceOrganization
}
where
ServiceObjectType = 'BUS2000112'
and ServiceDocumentTemplateType = ''
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