CSN_EXPOSURE_CDS_ARS_APIS_NFT
CSN: Objects with no feature toggle
CSN_EXPOSURE_CDS_ARS_APIS_NFT is a CDS View in S/4HANA. CSN: Objects with no feature toggle. It contains 2 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| CSN_EXPOSURE_CDS_DEFAULT_NFT | view | left_outer | CSN Entities with no feature flag | |
| SSCH_CMS_CDS_NFT | view | left_outer | CDS Entities without Feature Toggle |
Fields (2)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| compatibility_contract | ReleaseContract,ReleaseContractC0,ReleaseContractC1,ReleaseContractC2 | 1 | |
| release_state | ReleaseState,ReleaseStateC0,ReleaseStateC1,ReleaseStateC2 | 1 |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'CSN: Objects with no feature toggle'
define view entity CSN_EXPOSURE_CDS_ARS_APIS_NFT
as select from ars_w_api_state as api
{
key object_id,
key object_type,
key sub_object_type,
key sub_object_name,
key compatibility_contract,
object_name,
release_state,
use_in_key_user_apps,
use_in_sap_cloud_platform,
software_release_name,
api.feature_toggle_id,
successor_classification,
successor_object_type,
successor_object_name,
successor_sub_object_type,
successor_sub_object_name,
created_at,
created_by,
last_changed_at,
last_changed_by
}
where
release_state = 'RELEASED'
or release_state = 'DEPRECATED'
or release_state = 'RELEASED_WITH_FEATURE_TOGGLE' // to allow exclusion on upper level