ARS_API_CATALOG_ASSIGNMENT

DDL: ARS_API_CATALOG_ASSIGNMENT Type: view_entity

API Release: API Catalog Assignments

ARS_API_CATALOG_ASSIGNMENT is a CDS View that provides data about "API Release: API Catalog Assignments" in SAP S/4HANA. It reads from 1 data source (ars_w_api_cta_a) and exposes 3 fields with key fields tadir_object, object_type, object_key.

Data Sources (1)

SourceAliasJoin Type
ars_w_api_cta_a ars_w_api_cta_a from

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #NOT_ALLOWED view
EndUserText.label API Release: API Catalog Assignments view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY tadir_object object_type
KEY object_type sub_object_type
KEY object_key sub_object_name
@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
}