I_CONFIGNREVSNSWVERSION

CDS View

Configuration Revision Software Verision

I_CONFIGNREVSNSWVERSION is a CDS View in S/4HANA. Configuration Revision Software Verision. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
A_ConfignRevsnSwVersion view_entity projection CONSUMPTION Configuration Revision Software Verision
C_ConfignRevsnSwVersion view_entity projection CONSUMPTION CBC Backsync Request Monitor
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_ALLOWED
@EndUserText.label: 'Configuration Revision Software Verision'
@VDM.viewType:   #BASIC  
define root view entity I_ConfignRevsnSwVersion as select from scbc_l_rev_vers as softwareversion
{
  key softwareversion.hash_key as ConfignRevsnSwVersionHashKey,
    json              as ConfignRevsnSwVersionJson,
    sapscore_release  as ConfignRevsnSwVersionRelease,
    patch_level       as ConfignRevsnSwVersionPatch,
    content_transport as ConfignRevsnSwVersionTransport,
    created_on        as CreationDateTime

}