P_CASubApplicationSpace

DDL: P_CASUBAPPLICATIONSPACE Type: view_entity BASIC Package: FKK_VT

Space Value of Subapplication

P_CASubApplicationSpace is a Basic CDS View that provides data about "Space Value of Subapplication" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 1 field with key field CASubApplication. Part of development package FKK_VT.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (4)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
VDM.private true view
VDM.viewType #BASIC view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY CASubApplication
@AccessControl.authorizationCheck: #NOT_REQUIRED

@Metadata.ignorePropagatedAnnotations: true

@VDM: { private: true,
        viewType: #BASIC }

define view entity P_CASubApplicationSpace
  as select from dd07l

{
  key cast( left( domvalue_l,1 ) as subap_kk preserving type ) as CASubApplication

}
where
      domname    = 'SUBAP_KK'
  and as4local   = 'A'
  and domvalue_l = ''