C_PMWorkReqReporterVH
Consumption View for PM Reporter
C_PMWorkReqReporterVH is a Consumption CDS View that provides data about "Consumption View for PM Reporter" in SAP S/4HANA. It reads from 1 data source (I_PMContactCardUser) and exposes 34 fields. Part of development package RAP_EAM_NTF.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_PMContactCardUser | _ContactCard | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Consumption View for PM Reporter | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.representativeKey | UserID | view | |
| Analytics.technicalName | CPMWRKREQREPO | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view |
Fields (34)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| UserID | ||||
| FirstName | ||||
| LastName | I_PMContactCardUser | LastName | ||
| FullName | I_PMContactCardUser | FullName | ||
| EmailAddress | I_PMContactCardUser | EmailAddress | ||
| OrganizationalUnit | I_PMContactCardUser | OrganizationalUnit | ||
| FunctionalTitleName | I_PMContactCardUser | FunctionalTitleName | ||
| Company | I_PMContactCardUser | Company | ||
| InternationalPhoneNumber | I_PMContactCardUser | InternationalPhoneNumber | ||
| InternationalMobilePhoneNumber | I_PMContactCardUser | InternationalMobilePhoneNumber | ||
| FormOfAddress | I_PMContactCardUser | FormOfAddress | ||
| StreetName | I_PMContactCardUser | StreetName | ||
| HouseNumber | I_PMContactCardUser | HouseNumber | ||
| Country | I_PMContactCardUser | Country | ||
| PostalCode | I_PMContactCardUser | PostalCode | ||
| CityName | I_PMContactCardUser | CityName | ||
| Building | I_PMContactCardUser | Building | ||
| Floor | I_PMContactCardUser | Floor | ||
| RoomNumber | I_PMContactCardUser | RoomNumber | ||
| Region | ||||
| AuthorizationGroup | I_PMContactCardUser | AuthorizationGroup | ||
| IsBusinessPurposeCompleted | I_PMContactCardUser | IsBusinessPurposeCompleted | ||
| DataControllerSet | I_PMContactCardUser | DataControllerSet | ||
| DataController1 | I_PMContactCardUser | DataController1 | ||
| DataController2 | I_PMContactCardUser | DataController2 | ||
| DataController3 | I_PMContactCardUser | DataController3 | ||
| DataController4 | I_PMContactCardUser | DataController4 | ||
| DataController5 | I_PMContactCardUser | DataController5 | ||
| DataController6 | I_PMContactCardUser | DataController6 | ||
| DataController7 | I_PMContactCardUser | DataController7 | ||
| DataController8 | I_PMContactCardUser | DataController8 | ||
| DataController9 | I_PMContactCardUser | DataController9 | ||
| DataController10 | I_PMContactCardUser | DataController10 | ||
| _PMContactCardEmployee | _PMContactCardEmployee |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Consumption View for PM Reporter'
@VDM.viewType: #CONSUMPTION
@ObjectModel.representativeKey: 'UserID'
@Analytics.technicalName: 'CPMWRKREQREPO'
@AccessControl.personalData.blocking: #REQUIRED
@Search.searchable: true
@Consumption.ranked:true
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@Consumption.dbHints: [ 'USE_HEX_PLAN' ]
define view entity C_PMWorkReqReporterVH
as select from I_PMContactCardUser as _ContactCard
{
@ObjectModel.text.element: [ 'FullName' ]
@Search.defaultSearchElement: true
@UI.hidden: true
--@UI.hidden: true
key _ContactCard.UserID,
--'UserAlias': see BCP 1770321887
@Semantics.name.givenName: true
_ContactCard.FirstName,
@Semantics.name.familyName: true
_ContactCard.LastName,
@Semantics.text: true
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
@Search.fuzzinessThreshold: 0.7
@Semantics.name.fullName: true
@UI.hidden: true
_ContactCard.FullName,
@Semantics: {
eMail.address: true,
eMail.type: [ #WORK ]
}
_ContactCard.EmailAddress,
@Semantics.organization.name: true
@Consumption.hidden: true
_ContactCard.OrganizationalUnit,
@Semantics.name.jobTitle: true
@Consumption.hidden: true
_ContactCard.FunctionalTitleName,
@Consumption.hidden: true
_ContactCard.Company,
@Semantics.telephone.type: [ #WORK ]
@Consumption.hidden: true
_ContactCard.InternationalPhoneNumber,
@Semantics.telephone.type: [ #CELL ]
@Consumption.hidden: true
_ContactCard.InternationalMobilePhoneNumber,
@Consumption.hidden: true
_ContactCard.FormOfAddress,
@Consumption.hidden: true
_ContactCard.StreetName,
@Consumption.hidden: true
_ContactCard.HouseNumber,
@Consumption.hidden: true
_ContactCard.Country,
@Consumption.hidden: true
_ContactCard.PostalCode,
@Consumption.hidden: true
_ContactCard.CityName,
@Consumption.hidden: true
_ContactCard.Building,
@Consumption.hidden: true
_ContactCard.Floor,
@Consumption.hidden: true
_ContactCard.RoomNumber,
@Consumption.hidden: true
_ContactCard. Region,
@Consumption.hidden: true
_ContactCard.AuthorizationGroup,
@Consumption.hidden: true
_ContactCard.IsBusinessPurposeCompleted,
/////// Start of Datacontroller 10+1 fields - Not to be consumed by any other views//////////
@Consumption.hidden:true
@UI.hidden:true
_ContactCard.DataControllerSet,
@Consumption.hidden:true
@UI.hidden:true
_ContactCard.DataController1,
@Consumption.hidden:true
@UI.hidden:true
_ContactCard.DataController2,
@Consumption.hidden:true
@UI.hidden:true
_ContactCard.DataController3,
@Consumption.hidden:true
@UI.hidden:true
_ContactCard.DataController4,
@Consumption.hidden:true
@UI.hidden:true
_ContactCard.DataController5,
@Consumption.hidden:true
@UI.hidden:true
_ContactCard.DataController6,
@Consumption.hidden:true
@UI.hidden:true
_ContactCard.DataController7,
@Consumption.hidden:true
@UI.hidden:true
_ContactCard.DataController8,
@Consumption.hidden:true
@UI.hidden:true
_ContactCard.DataController9,
@Consumption.hidden:true
@UI.hidden:true
_ContactCard.DataController10,
////////////// End of Datacontroller 10+1 fields//////////
_PMContactCardEmployee
}
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