ARS_API_CAT_OBJECTS_STATE_ON
API Release: API Objects + State
ARS_API_CAT_OBJECTS_STATE_ON is a CDS View in S/4HANA. API Release: API Objects + State. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| ARS_ADT_ACTIVE_APIS | view_entity | inner | sdfdsfdsf | |
| ars_api_cat_objs_in_off_state | view_entity | left_outer | API Release: API Objects turned off |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'API Release: API Objects + State'
define view entity ARS_API_CAT_OBJECTS_STATE_ON
as select distinct from ars_w_api_cta_a as assign
inner join ars_c_api_cat as state_on on state_on.api_catalog_id = assign.api_catalog_id
and state_on.state = '1'
{
key assign.object_type,
key assign.object_name,
key assign.sub_object_type,
key assign.sub_object_name
}