P_CASUBAPPLICATIONSPACE

CDS View

P_CASUBAPPLICATIONSPACE is a CDS View in S/4HANA. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_CASubApplication view_entity union_all COMPOSITE Contract Subapplication
@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":""
}
}*/