P_CASubApplicationSpace

DDL: P_CASUBAPPLICATIONSPACE Type: view_entity BASIC

P_CASubApplicationSpace is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 1 field with key field CASubApplication.

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 = ''
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/