I_DFS_STATUSPROFILE
Intf. View for Status Profiles
I_DFS_STATUSPROFILE is a CDS View in S/4HANA. Intf. View for Status Profiles. It contains 1 fields. 7 CDS views read from this table.
CDS Views using this table (7)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_DFS_AllwncPlanUserStatusVH | view | inner | CONSUMPTION | User Status VH |
| C_DFS_CapbltObjUserStatusVH | view | inner | CONSUMPTION | Capability Code User Status VH |
| C_DFS_FlxMtPlObjUserStatusVH | view | inner | CONSUMPTION | User Status VH |
| C_DFS_MsnEsnlUserStatusVH | view | inner | CONSUMPTION | METL User Status VH |
| C_DFS_UserStatusVH | view | inner | CONSUMPTION | User Status VH |
| I_DFS_MaintEquipOplStatusVH | view | from | COMPOSITE | Operational Status Value help |
| I_DFS_MaintTechnicalStatusVH | view | from | COMPOSITE | Value help to fetch the tech status info |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | StatusProfile | DfsMaintTechnicalStatusProfile | 1 |
@AbapCatalog.sqlViewName: 'IDFSSTSMA'
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@EndUserText.label: 'Intf. View for Status Profiles'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: {
usageType: {
dataClass: #MIXED,
sizeCategory: #S,
serviceQuality: #X
},
resultSet.sizeCategory: #XS,
representativeKey: 'StatusProfile'
}
define view I_DFS_StatusProfile
as select from tj21
{
key stsma as StatusProfile,
key obtyp as StatusObjectCategory
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TJ21"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/