SHSM_V_PRSWZ
CDS view for PRSWZ search help
SHSM_V_PRSWZ is a CDS View that provides data about "CDS view for PRSWZ search help" in SAP S/4HANA. It reads from 1 data source (I_ProjectVersion) and exposes 10 fields.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProjectVersion | I_ProjectVersion | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SHSM_V_PRSWZ_SQL | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | CDS view for PRSWZ search help | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| vsnmr | I_ProjectVersion | Version | ||
| verna | I_ProjectVersion | ResponsiblePersonName | ||
| vernr | I_ProjectVersion | ResponsiblePerson | ||
| pspid | I_ProjectVersion | Project | ||
| ControllingArea | ControllingArea | |||
| ProfitCenter | ProfitCenter | |||
| _ResponsiblePerson | I_ProjectVersion | _ResponsiblePerson | ||
| ResponsiblePerson | I_ProjectVersion | ResponsiblePerson | ||
| ApplicantCode | I_ProjectVersion | ApplicantCode | ||
| _ProjectApplicant | I_ProjectVersion | _ProjectApplicant |
@AbapCatalog.sqlViewName: 'SHSM_V_PRSWZ_SQL'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'CDS view for PRSWZ search help'
@AccessControl.personalData.blocking
@ClientHandling.algorithm : #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality : #D
@ObjectModel.usageType.sizeCategory : #XL
@ObjectModel.usageType.dataClass : #MASTER
@ObjectModel.dataCategory: #VALUE_HELP
@Metadata.ignorePropagatedAnnotations: true
define view SHSM_V_PRSWZ
as select from I_ProjectVersion
{
I_ProjectVersion.Version as vsnmr,
I_ProjectVersion.ResponsiblePersonName as verna,
I_ProjectVersion.ResponsiblePerson as vernr,
I_ProjectVersion.Project as pspid,
@Consumption.hidden: true
ControllingArea,
@Consumption.hidden: true
ProfitCenter,
@Consumption.hidden: true
I_ProjectVersion._ResponsiblePerson,
@Consumption.hidden: true
I_ProjectVersion.ResponsiblePerson,
@Consumption.hidden: true
I_ProjectVersion.ApplicantCode,
@Consumption.hidden: true
I_ProjectVersion._ProjectApplicant
}
where
ResponsiblePerson <> '00000000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PROJECTVERSION"
],
"ASSOCIATED":
[
"I_PROJECTAPPLICANT",
"I_PROJECTRESPONSIBLEPERSON"
],
"BASE":
[
"I_PROJECTVERSION"
],
"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