P_CASUBAPPLICATIONSPACE
Space Value of Subapplication
P_CASUBAPPLICATIONSPACE is a CDS View in S/4HANA. Space Value of Subapplication. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| 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 = ''