MMIMWBSElementVH
Value Help for WBS Element
MMIMWBSElementVH is a CDS View that provides data about "Value Help for WBS Element" in SAP S/4HANA. It reads from 1 data source (I_WBSElement) and exposes 25 fields with key field WBSElement.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_WBSElement | I_WBSElement | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.sqlViewName | MMIMWBSELEMVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| EndUserText.label | Value Help for WBS Element | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
Fields (25)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | WBSElement | WBSElement | ||
| WBSDescription | WBSDescription | |||
| Project | Project | |||
| ProjectDescription | _Project | ProjectDescription | ||
| Plant | Plant | |||
| _ResponsiblePerson | _ResponsiblePerson | |||
| _EntProjectResponsiblePerson | _EntProjectResponsiblePerson | |||
| _ProjectApplicant | _ProjectApplicant | |||
| ApplicantCode | ApplicantCode | |||
| _Project | _Project | |||
| ProjectInternalID | ProjectInternalID | |||
| ProjectType | ProjectType | |||
| ControllingArea | ControllingArea | |||
| RespCostCenterControllingArea | RespCostCenterControllingArea | |||
| ResponsibleCostCenter | ResponsibleCostCenter | |||
| ProfitCenter | ProfitCenter | |||
| ResponsiblePerson | ResponsiblePerson | |||
| ResponsiblePersonName | ResponsiblePersonName | |||
| FreeDefinedAttribute01 | FreeDefinedAttribute01 | |||
| FreeDefinedAttribute02 | FreeDefinedAttribute02 | |||
| FreeDefinedAttribute04 | FreeDefinedAttribute04 | |||
| FreeDefinedAttribute03 | FreeDefinedAttribute03 | |||
| FreeDefinedIndicator1 | FreeDefinedIndicator1 | |||
| FreeDefinedIndicator2 | FreeDefinedIndicator2 | |||
| WBSElementInternalID | WBSElementInternalID |
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey: true
@AbapCatalog.sqlViewName: 'MMIMWBSELEMVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #REQUIRED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.dataCategory:#VALUE_HELP
@EndUserText.label: 'Value Help for WBS Element'
@Search.searchable: true
@Consumption.ranked: true
define view MMIMWBSElementVH as select from I_WBSElement
{
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
key WBSElement,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
WBSDescription,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
Project,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
_Project.ProjectDescription as ProjectDescription,
Plant,
@UI.hidden: true
@Consumption.hidden: true
_ResponsiblePerson,
@UI.hidden: true
@Consumption.hidden: true
_EntProjectResponsiblePerson,
@UI.hidden: true
@Consumption.hidden: true
_ProjectApplicant,
@UI.hidden: true
@Consumption.hidden: true
ApplicantCode,
@UI.hidden: true
@Consumption.hidden: true
_Project,
@UI.hidden: true
@Consumption.hidden: true
ProjectInternalID,
@UI.hidden: true
ProjectType,
@UI.hidden: true
ControllingArea,
@UI.hidden: true
RespCostCenterControllingArea,
@UI.hidden: true
ResponsibleCostCenter,
@UI.hidden: true
ProfitCenter,
@UI.hidden: true
ResponsiblePerson,
@UI.hidden: true
ResponsiblePersonName,
@UI.hidden: true
FreeDefinedAttribute01,
@UI.hidden: true
FreeDefinedAttribute02 ,
@UI.hidden: true
FreeDefinedAttribute04 ,
@UI.hidden: true
FreeDefinedAttribute03 ,
@UI.hidden: true
FreeDefinedIndicator1 ,
@UI.hidden: true
FreeDefinedIndicator2,
@UI.hidden: true
WBSElementInternalID
}
where WBSElementInternalID <> '00000000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PROJECTBYINTERNALKEY",
"I_WBSELEMENT"
],
"ASSOCIATED":
[
"I_ENTPROJECTRESPONSIBLEPERSON",
"I_PROJECTAPPLICANT",
"I_PROJECTBYINTERNALKEY",
"I_PROJECTRESPONSIBLEPERSON"
],
"BASE":
[
"I_WBSELEMENT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"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