C_SrvcOrdTeamTypesByProcTypes
Team Types for Process Type
C_SrvcOrdTeamTypesByProcTypes is a Consumption CDS View that provides data about "Team Types for Process Type" in SAP S/4HANA. It reads from 1 data source (I_ServiceDocumentType) and exposes 3 fields with key field ServiceDocumentType. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ServiceDocumentType | _ProcType | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_SrvcTeamPrflAllwdTeamType | _TeamType | _ProcType.CustMgmtServiceTeamProfile = _TeamType.CustMgmtServiceTeamProfile |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CSRVCTEAMTPRCTY | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.representativeKey | ServiceDocumentType | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Metadata.allowExtensions | true | view | |
| EndUserText.label | Team Types for Process Type | view |
@AbapCatalog:{
sqlViewName: 'CSRVCTEAMTPRCTY',
compiler.compareFilter: true,
preserveKey:true
}
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #CONSUMPTION
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.representativeKey: 'ServiceDocumentType'
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable
@Metadata.allowExtensions:true
@EndUserText.label: 'Team Types for Process Type'
define view C_SrvcOrdTeamTypesByProcTypes
as select from I_ServiceDocumentType as _ProcType
association [0..*] to I_SrvcTeamPrflAllwdTeamType as _TeamType on _ProcType.CustMgmtServiceTeamProfile = _TeamType.CustMgmtServiceTeamProfile
{
@Search: {
defaultSearchElement: true,
fuzzinessThreshold: 0.8,
ranking: #HIGH
}
key ServiceDocumentType as ServiceDocumentType,
_TeamType.CustMgmtServiceTeamProfile as CustMgmtServiceTeamProfile,
_TeamType.RespyMgmtTeamType as RespyMgmtTeamType
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SERVICEDOCUMENTTYPE",
"I_SRVCTEAMPRFLALLWDTEAMTYPE"
],
"ASSOCIATED":
[
"I_SRVCTEAMPRFLALLWDTEAMTYPE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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