ARS_API_CATALOG_ASSIGNMENT

CDS View

API Release: API Catalog Assignments

ARS_API_CATALOG_ASSIGNMENT is a CDS View in S/4HANA. API Release: API Catalog Assignments. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
ARS_ADT_ACTIVE_APIS view_entity left_outer sdfdsfdsf
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_ALLOWED
@EndUserText.label: 'API Release: API Catalog Assignments'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}
define view entity ARS_API_CATALOG_ASSIGNMENT as select from ars_w_api_cta_a
{
  key object_type as tadir_object,
  key object_name as tadir_obj_name,
  key sub_object_type as object_type,
  key sub_object_name as object_key,
  key api_catalog_id as api_catalog_id
}