P_RESPYMGMTTEAMTYPEDESC
P_RESPYMGMTTEAMTYPEDESC is a CDS View in S/4HANA. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_RespyMgmtTeamTypeDescription | view | from | BASIC | Team Type Description Basic View |
@AbapCatalog.sqlViewName: 'PRSMTMTYPEDESC'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.private:true
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE
define view P_RespyMgmtTeamTypeDesc as select from rsm_team_typ_c_t {
//rsm_team_typ_c_t
key teamtype,
key language,
teamtypedescription as RespyMgmtTeamTypeDescription
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"RSM_TEAM_TYP_C_T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/