ARS_API_CATALOG_ASSIGNMENT
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)
| Source | Alias | Join Type |
|---|---|---|
| ars_w_api_cta_a | ars_w_api_cta_a | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA