I_RespyMgmtTeamTypeDescription
Team Type Description Basic View
I_RespyMgmtTeamTypeDescription is a Basic CDS View that provides data about "Team Type Description Basic View" in SAP S/4HANA. It reads from 1 data source (P_RespyMgmtTeamTypeDesc) and exposes 3 fields with key fields RespyMgmtTeamType, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_RespyMgmtTeamTypeDesc | TeamTypeDescription | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IRSMTMTYPEDESC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Team Type Description Basic View | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | RespyMgmtTeamType | teamtype | ||
| KEY | Language | language | ||
| RespyMgmtTeamTypeDescription | RespyMgmtTeamTypeDescription |
@AbapCatalog.sqlViewName: 'IRSMTMTYPEDESC'
@AbapCatalog.compiler.compareFilter: true
//@AbapCatalog.buffering.status: #ACTIVE
//@AbapCatalog.buffering.type: #FULL
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Team Type Description Basic View'
define view I_RespyMgmtTeamTypeDescription as select from P_RespyMgmtTeamTypeDesc as TeamTypeDescription{
//TeamTypeDescription
key teamtype as RespyMgmtTeamType,
key language as Language,
RespyMgmtTeamTypeDescription
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_RESPYMGMTTEAMTYPEDESC"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"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