P_NZ_StRpSoftwareRelease

DDL: P_NZ_STRPSOFTWARERELEASE SQL: PNZSTRPSOFTREL Type: view BASIC

P_NZ_StRpSoftwareRelease is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (cvers) and exposes 2 fields with key field Component.

Data Sources (1)

SourceAliasJoin Type
cvers cvers from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName PNZSTRPSOFTREL view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.dataClass #MIXED view
AccessControl.personalData.blocking #NOT_REQUIRED view
AbapCatalog.preserveKey true view
VDM.private true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Component component
SoftwareRelease
@AbapCatalog.sqlViewName: 'PNZSTRPSOFTREL'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.serviceQuality: #X
@ObjectModel.usageType.dataClass: #MIXED
@AccessControl.personalData.blocking: #NOT_REQUIRED
@AbapCatalog.preserveKey: true
@VDM.private: true
define view P_NZ_StRpSoftwareRelease
as select from cvers {

key component as Component,
concat_with_space(component,release,1) as SoftwareRelease
    
}
where component = 'S4CORE'
  or component = 'SAPSCORE'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"CVERS"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/