I_RespyMgmtTeamTypeBasic

DDL: I_RESPYMGMTTEAMTYPEBASIC SQL: IRSMTEAMTYPEBSC Type: view BASIC

Team Type Basic View

I_RespyMgmtTeamTypeBasic is a Basic CDS View that provides data about "Team Type Basic View" in SAP S/4HANA. It reads from 1 data source (rsm_team_typ_c) and exposes 3 fields with key field RespyMgmtTeamType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
rsm_team_typ_c TeamType from

Associations (1)

CardinalityTargetAliasCondition
[1..1] I_RespyMgmtTeamTypeDescription _TeamTypeDesc $projection.RespyMgmtTeamType = _TeamTypeDesc.RespyMgmtTeamType and _TeamTypeDesc.Language = $session.system_language

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IRSMTEAMTYPEBSC view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.preserveKey true view
EndUserText.label Team Type Basic View view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY RespyMgmtTeamType rsm_team_typ_c teamtype
RespyMgmtTeamCategory rsm_team_typ_c teamcategory
_TeamTypeDesc _TeamTypeDesc
@AbapCatalog.sqlViewName: 'IRSMTEAMTYPEBSC'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #FULL
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey:true
@EndUserText.label: 'Team Type Basic View'
define view I_RespyMgmtTeamTypeBasic as select from rsm_team_typ_c as TeamType
  association [1..1] to I_RespyMgmtTeamTypeDescription as _TeamTypeDesc on $projection.RespyMgmtTeamType = _TeamTypeDesc.RespyMgmtTeamType
        and _TeamTypeDesc.Language = $session.system_language
{
      key TeamType.teamtype                       as RespyMgmtTeamType,
          TeamType.teamcategory                   as RespyMgmtTeamCategory,
//             TeamTypeDescription.teamtypedescription as RespyMgmtTeamTypeDescription

      _TeamTypeDesc
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"RSM_TEAM_TYP_C"
],
"ASSOCIATED":
[
"I_RESPYMGMTTEAMTYPEDESCRIPTION"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/