P_RESPYMGMTSUPERTEAMALLLEVEL

CDS View

P_RESPYMGMTSUPERTEAMALLLEVEL is a CDS View in S/4HANA. It contains 2 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
P_RespyMgmtRootTeamIndicator view left_outer BASIC
P_RespyMgmtSubTeamOfAllLevel view left_outer BASIC
P_RespyMgmtSuperTeamOfAllLevel view from BASIC

Fields (2)

KeyField CDS FieldsUsed in Views
KEY RespyMgmtParentTeamId RespyMgmtParentID,RespyMgmtParentTeamID 2
KEY RespyMgmtTeamId RespyMgmtSubTeamID,RespyMgmtTeamID 2
@AbapCatalog.sqlViewName: 'PRSMSUPTEAMALLVL'
@AbapCatalog.compiler.compareFilter: true
@VDM.private: true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass:#CUSTOMIZING
@ClientHandling.algorithm: #SESSION_VARIABLE
define view P_RespyMgmtSuperTeamAllLevel
as select from P_RespyMgmtSubTeamOfAllLvl (P_SAPClient : $session.client ) as SubTeamAllLevel {
   key respymgmtsubteamid  as RespyMgmtTeamId,
   key respymgmtteamid     as RespyMgmtParentTeamId
}